Merge branch 'nd/bisect-show-list-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 17 Sep 2018 20:54:00 +0000 (13:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Sep 2018 20:54:00 +0000 (13:54 -0700)
Debugging aid update.

* nd/bisect-show-list-fix:
  bisect.c: make show_list() build again

1  2 
bisect.c

diff --cc 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;