Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/boundary'
author
Junio C Hamano
<junkio@cox.net>
Mon, 17 Apr 2006 22:03:11 +0000
(15:03 -0700)
committer
Junio 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
patch
|
diff1
|
diff2
|
blob
|
history
raw
|
compact
(merge:
e190bc5
1b65a5a
)
diff --combined
rev-list.c
index cb67b399fc560c17e1611139aeebb0a51553ecfa,f5511e72db103ea2b549b48e84985969a94c5485..a8fe83c5d805ea8944a07be3832977487b41080d
---
1
/
rev-list.c
---
2
/
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] <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)