summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2016-06-30 08:08:06 -0700
committerJosh Triplett <josh@joshtriplett.org>2016-06-30 08:08:06 -0700
commit04d6ab6c4c86106b02d78f6f0580a42b91c3eed9 (patch)
treef35dbdbcc849f076944dec2f53aba3f9f5031336
parent0dd98b6905a8a0f5f88ea89fa55d663c02c5aeb2 (diff)
downloadlibgit2-04d6ab6c4c86106b02d78f6f0580a42b91c3eed9.tar.gz
CHANGELOG.md: Document behavior change in repository discovery
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 924cfa187..7f3aa884c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,13 @@ v0.24 + 1
### Changes or improvements
+* Fix repository discovery with `git_repository_discover` and
+ `git_repository_open_ext` to match git's handling of a ceiling
+ directory at the current directory. git only checks ceiling
+ directories when its search ascends to a parent directory. A ceiling
+ directory matching the starting directory will not prevent git from
+ finding a repository in the starting directory or a parent directory.
+
### API additions
* `git_commit_create_buffer()` creates a commit and writes it into a