Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/bisect-show-list-fix'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 17 Sep 2018 20:54:00 +0000
(13:54 -0700)
committer
Junio 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
patch
|
diff1
|
diff2
|
blob
|
history
raw
|
combined
(merge:
d39cab3
b0eb92b
)
diff --cc
bisect.c
index 958e72c6b902730cdeec0e4696e44635f072f1b2,e65f6821b81b827b5f75eb1ff21106fb37a4a8eb..e8b17cf7e1d8d2bf7895e2fa33d0cf0cbc47ae63
---
1
/
bisect.c
---
2
/
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;