mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 14:39:10 +00:00
Merge pull request #554 from carlosmn/revwalk-reset
revwalk: unmark commits as uninteresting on reset
This commit is contained in:
commit
6d39c0dd6f
@ -558,6 +558,7 @@ void git_revwalk_reset(git_revwalk *walk)
|
|||||||
commit->seen = 0;
|
commit->seen = 0;
|
||||||
commit->in_degree = 0;
|
commit->in_degree = 0;
|
||||||
commit->topo_delay = 0;
|
commit->topo_delay = 0;
|
||||||
|
commit->uninteresting = 0;
|
||||||
);
|
);
|
||||||
|
|
||||||
git_pqueue_clear(&walk->iterator_time);
|
git_pqueue_clear(&walk->iterator_time);
|
||||||
|
Loading…
Reference in New Issue
Block a user