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 | |
parent | Allow empty lines in info/grafts (diff) | |
parent | rev-list --bisect: limit list before bisecting. (diff) | |
download | tgif-e190bc55431d906b8c70dc07f8b6d823721f12c9.tar.xz |
Merge branch 'jc/bottomless'
* jc/bottomless:
rev-list --bisect: limit list before bisecting.
-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) |