Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/simpack' into next
author
Junio C Hamano
<junkio@cox.net>
Sat, 15 Apr 2006 09:12:14 +0000
(
02:12
-0700)
committer
Junio C Hamano
<junkio@cox.net>
Sat, 15 Apr 2006 09:12:14 +0000
(
02:12
-0700)
* jc/simpack:
Clean-up Geert's similarity fingerprint code.
rev-list.c
patch
|
blob
|
history
raw
(from parent 2:
fd2bbdd
)
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)