mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-27 07:30:34 +00:00
iterator: comment fixed
This commit is contained in:
parent
f4777058d0
commit
d6713ec64e
@ -204,8 +204,8 @@ GIT_INLINE(bool) iterator_has_ended(git_iterator *iter, const char *path)
|
|||||||
return iter->ended;
|
return iter->ended;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* walker for the index iterator that allows it to walk the sorted pathlist
|
/* walker for the index and tree iterator that allows it to walk the sorted
|
||||||
* entries alongside sorted iterator entries.
|
* pathlist entries alongside sorted iterator entries.
|
||||||
*/
|
*/
|
||||||
static bool iterator_pathlist_next_is(git_iterator *iter, const char *path)
|
static bool iterator_pathlist_next_is(git_iterator *iter, const char *path)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user