X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=rev-list.c;h=f5511e72db103ea2b549b48e84985969a94c5485;hb=1b65a5aa449e2ea99a68f5d13c5521d0dc64dfd1;hp=13015026276029bc213972cae234981ee14b06b7;hpb=a906ce6aa78ac8febf466b46c6fae029137cd506;p=git.git diff --git a/rev-list.c b/rev-list.c index 13015026..f5511e72 100644 --- a/rev-list.c +++ b/rev-list.c @@ -5,11 +5,12 @@ #include "tree.h" #include "blob.h" #include "tree-walk.h" +#include "diff.h" #include "revision.h" -/* bits #0-5 in revision.h */ +/* bits #0-15 in revision.h */ -#define COUNTED (1u<<6) +#define COUNTED (1u<<16) static const char rev_list_usage[] = "git-rev-list [OPTION] ... [ -- paths... ]\n"