Skip to content

Commit 04d6ab6

Browse files
committed
CHANGELOG.md: Document behavior change in repository discovery
1 parent 0dd98b6 commit 04d6ab6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ v0.24 + 1
33

44
### Changes or improvements
55

6+
* Fix repository discovery with `git_repository_discover` and
7+
`git_repository_open_ext` to match git's handling of a ceiling
8+
directory at the current directory. git only checks ceiling
9+
directories when its search ascends to a parent directory. A ceiling
10+
directory matching the starting directory will not prevent git from
11+
finding a repository in the starting directory or a parent directory.
12+
613
### API additions
714

815
* `git_commit_create_buffer()` creates a commit and writes it into a

0 commit comments

Comments
 (0)