From: Junio C Hamano Date: Mon, 17 Sep 2018 20:54:00 +0000 (-0700) Subject: Merge branch 'nd/bisect-show-list-fix' X-Git-Tag: v2.20.0-rc0~228 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1966cda6f4fb91fdba34cb60efdd47bc105f2086 Merge branch 'nd/bisect-show-list-fix' Debugging aid update. * nd/bisect-show-list-fix: bisect.c: make show_list() build again --- 1966cda6f4fb91fdba34cb60efdd47bc105f2086 diff --cc bisect.c index 958e72c6b9,e65f6821b8..e8b17cf7e1 --- a/bisect.c +++ b/bisect.c @@@ -13,7 -13,7 +13,8 @@@ #include "sha1-array.h" #include "argv-array.h" #include "commit-slab.h" +#include "commit-reach.h" + #include "object-store.h" static struct oid_array good_revs; static struct oid_array skipped_revs;