Merge branch 'jc/boundary'
authorJunio C Hamano <junkio@cox.net>
Mon, 17 Apr 2006 22:03:11 +0000 (15:03 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 17 Apr 2006 22:03:11 +0000 (15:03 -0700)
* jc/boundary:
rev-list --boundary: show boundary commits even when limited otherwise.

1  2 
rev-list.c
diff --combined rev-list.c
index cb67b399fc560c17e1611139aeebb0a51553ecfa,f5511e72db103ea2b549b48e84985969a94c5485..a8fe83c5d805ea8944a07be3832977487b41080d
@@@ -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] <commit-id>... [ -- 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)