mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-24 04:00:44 +00:00
revwalk: unmark commits as uninteresting on reset
Not doing so hides commits we want to get at during a second walk.
This commit is contained in:
parent
242a1cea8d
commit
97313ce2a3
@ -558,6 +558,7 @@ void git_revwalk_reset(git_revwalk *walk)
|
||||
commit->seen = 0;
|
||||
commit->in_degree = 0;
|
||||
commit->topo_delay = 0;
|
||||
commit->uninteresting = 0;
|
||||
);
|
||||
|
||||
git_pqueue_clear(&walk->iterator_time);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user