aboutsummaryrefslogtreecommitdiffstats
path: root/rev-list.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-04-10 15:58:41 -0700
committerJunio C Hamano <junkio@cox.net>2006-04-10 15:58:41 -0700
commit5910e997754e0a03f25457965bd9faf80f2f9854 (patch)
tree6e0a8f0899723f403cc0548b5b2c21bb9d267487 /rev-list.c
parentRetire diffcore-pathspec. (diff)
parentMake "--parents" logs also be incremental (diff)
downloadgit-5910e997754e0a03f25457965bd9faf80f2f9854.tar.gz
git-5910e997754e0a03f25457965bd9faf80f2f9854.zip
Merge branch 'lt/rev'
* lt/rev: Make "--parents" logs also be incremental
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"