summaryrefslogtreecommitdiff
path: root/rev-list.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-04-10 16:44:59 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-04-10 16:44:59 -0700
commit6d46a23bf6e009487166f044b8c759aa734b8f90 (patch)
treeb6b3d18ff7a60585921674bc043fe6dd514a3f8c /rev-list.c
parentgit log [diff-tree options]... (diff)
parentMerge branch 'lt/rev' (diff)
downloadtgif-6d46a23bf6e009487166f044b8c759aa734b8f90.tar.xz
Merge branch 'master' into jc/diff
* master: Make "--parents" logs also be incremental Retire diffcore-pathspec. Improve the git-diff-tree -c/-cc documentation
Diffstat (limited to 'rev-list.c')
-rw-r--r--rev-list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rev-list.c b/rev-list.c
index 1301502627..359195b547 100644
--- a/rev-list.c
+++ b/rev-list.c
@@ -7,9 +7,9 @@
#include "tree-walk.h"
#include "revision.h"
-/* bits #0-5 in revision.h */
+/* bits #0-6 in revision.h */
-#define COUNTED (1u<<6)
+#define COUNTED (1u<<7)
static const char rev_list_usage[] =
"git-rev-list [OPTION] <commit-id>... [ -- paths... ]\n"