X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=rev-list.c;h=f5511e72db103ea2b549b48e84985969a94c5485;hb=1b65a5aa449e2ea99a68f5d13c5521d0dc64dfd1;hp=963707a495092405c3eb5b155c195b2968afdac7;hpb=4da8cbc234177d6a8cf749d4ef60bd05ec843898;p=git.git diff --git a/rev-list.c b/rev-list.c index 963707a4..f5511e72 100644 --- 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] ... [ -- paths... ]\n"