Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/bottomless'
author
Junio C Hamano
<junkio@cox.net>
Mon, 17 Apr 2006 22:03:10 +0000
(15:03 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 17 Apr 2006 22:03:10 +0000
(15:03 -0700)
* jc/bottomless:
rev-list --bisect: limit list before bisecting.
rev-list.c
patch
|
blob
|
history
raw
(from parent 1:
360204c
)
diff --git
a/rev-list.c
b/rev-list.c
index 963707a495092405c3eb5b155c195b2968afdac7..cb67b399fc560c17e1611139aeebb0a51553ecfa 100644
(file)
--- a/
rev-list.c
+++ b/
rev-list.c
@@
-371,6
+371,8
@@
int main(int argc, const char **argv)
save_commit_buffer = verbose_header;
track_object_refs = 0;
+ if (bisect_list)
+ revs.limited = 1;
prepare_revision_walk(&revs);
if (revs.tree_objects)