mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 11:19:47 +00:00
Correct a stale reference to GIT_EBAREINDEX
This commit is contained in:
parent
f28e4c97b3
commit
bb439de039
@ -159,7 +159,7 @@ typedef enum {
|
|||||||
*
|
*
|
||||||
* Since there is no ODB or working directory behind this index,
|
* Since there is no ODB or working directory behind this index,
|
||||||
* any Index methods which rely on these (e.g. index_add) will
|
* any Index methods which rely on these (e.g. index_add) will
|
||||||
* fail with the GIT_EBAREINDEX error code.
|
* fail with the GIT_ERROR error code.
|
||||||
*
|
*
|
||||||
* If you need to access the index of an actual repository,
|
* If you need to access the index of an actual repository,
|
||||||
* use the `git_repository_index` wrapper.
|
* use the `git_repository_index` wrapper.
|
||||||
|
Loading…
Reference in New Issue
Block a user