diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-14 21:56:37 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-14 21:56:37 -0700 |
commit | 7bfd678d21e7a5c01c3ca10b5eb8c2ab144cec4a (patch) | |
tree | 54608f44ecdea53e5219b6c66b880b676cc1ab84 /rev-list.c | |
parent | Merge branch 'jc/fix5500' into next (diff) | |
parent | rev-list --bisect: limit list before bisecting. (diff) | |
download | tgif-7bfd678d21e7a5c01c3ca10b5eb8c2ab144cec4a.tar.xz |
Merge branch 'jc/bottomless' into next
* jc/bottomless:
rev-list --bisect: limit list before bisecting.
Clean up trailing whitespace when pretty-printing commits
"git cmd -h" for shell scripts.
git-log <diff-options> <paths> documentation
Retire git-log.sh (take #4)
stripspace: incomplete line fix (take #2)
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) |