summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/revwalk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/revwalk.c b/src/revwalk.c
index d632a19b8..9c8bc02e9 100644
--- a/src/revwalk.c
+++ b/src/revwalk.c
@@ -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);