diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-17 15:03:10 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-17 15:03:10 -0700 |
commit | e190bc55431d906b8c70dc07f8b6d823721f12c9 (patch) | |
tree | 7fdbc4e0fedfb741d9bee7fdba253417a607561b /rev-list.c | |
parent | 360204c324ca9178e2bcb4d75f3986201f8ac7e1 (diff) | |
parent | 4e1dc640097d4e389f12bcf12f75cdf7e4ceae61 (diff) | |
download | git-e190bc55431d906b8c70dc07f8b6d823721f12c9.tar.gz |
Merge branch 'jc/bottomless'
* jc/bottomless:
rev-list --bisect: limit list before bisecting.
Diffstat (limited to 'rev-list.c')
-rw-r--r-- | rev-list.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rev-list.c b/rev-list.c index 963707a495..cb67b399fc 100644 --- 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) |