Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rev-list --boundary: show boundary commits even when limited otherwise.
[gitweb.git]
/
rev-list.c
diff --git
a/rev-list.c
b/rev-list.c
index 963707a495092405c3eb5b155c195b2968afdac7..f5511e72db103ea2b549b48e84985969a94c5485 100644
(file)
--- a/
rev-list.c
+++ b/
rev-list.c
@@
-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"