We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd98b6 commit 04d6ab6Copy full SHA for 04d6ab6
CHANGELOG.md
@@ -3,6 +3,13 @@ v0.24 + 1
3
4
### Changes or improvements
5
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
+
13
### API additions
14
15
* `git_commit_create_buffer()` creates a commit and writes it into a
0 commit comments