Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
zazedd authored Aug 30, 2024
2 parents 2ed6844 + 775612c commit 2b53513
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
## Unreleased

### Added

### Fixed

- **irmin-client**
- Fix a fd lead when using `clone` (#2322, @samoht)
- **irmin-git**
- Fixed issue with two subsequent `Irmin-git` repos, where one
repo would lose the ability to find its root path (#2326, @zazedd)

### Removed

- **irmin**
- Removed `?allow_duplicate` parameter from the `Conf.key` function (#2326, @zazedd)

Expand Down
1 change: 0 additions & 1 deletion src/irmin-client/client.ml
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,6 @@ struct

let clone ~src ~dst =
let repo = repo src in
let* repo = dup repo in
let* () =
Head.find src >>= function
| None -> Branch.remove repo dst
Expand Down

0 comments on commit 2b53513

Please sign in to comment.