From: Junio C Hamano Date: Mon, 17 Apr 2006 22:03:11 +0000 (-0700) Subject: Merge branch 'jc/boundary' X-Git-Tag: v1.3.0~10 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6feba7cb744d5a19472ea0bf5b337ad8a32acf80?ds=inline;hp=-c Merge branch 'jc/boundary' * jc/boundary: rev-list --boundary: show boundary commits even when limited otherwise. --- 6feba7cb744d5a19472ea0bf5b337ad8a32acf80 diff --combined rev-list.c index cb67b399fc,f5511e72db..a8fe83c5d8 --- a/rev-list.c +++ b/rev-list.c @@@ -8,9 -8,9 +8,9 @@@ #include "diff.h" #include "revision.h" - /* bits #0-6 in revision.h */ + /* bits #0-15 in revision.h */ - #define COUNTED (1u<<7) + #define COUNTED (1u<<16) static const char rev_list_usage[] = "git-rev-list [OPTION] ... [ -- paths... ]\n" @@@ -371,8 -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)