]> git.ipfire.org Git - thirdparty/git.git/commit
revision: clear the topo-walk flags in reset_revision_walk
authorMike Hommey <mh@glandium.org>
Fri, 22 Nov 2019 08:37:03 +0000 (17:37 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Nov 2019 02:48:47 +0000 (11:48 +0900)
commitffa1f28fea000312ac917874db40f7b298458ef5
treed6c31afd454d1c159471fa93c4116fa1c15a9e2d
parent5fa0f5238b0cd46cfe7f6fa76c3f526ea98148d9
revision: clear the topo-walk flags in reset_revision_walk

Not doing so can lead to wrong topo-walks when using the revision walk API
consecutively.

Signed-off-by: Mike Hommey <mh@glandium.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
revision.c