X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=rev-list.c;h=8e4d83efba369c5ce925fd1e22d36a768917147b;hb=512d632cf25c7c8c32fe4d7eb96aff9d24fa247d;hp=6af8d869eeb4a0c7edf2c9d4c58c9a306adbfa4f;hpb=1025fe51bf540bc4c63bce2553a43b1c753e1c40;p=git.git diff --git a/rev-list.c b/rev-list.c index 6af8d869..8e4d83ef 100644 --- a/rev-list.c +++ b/rev-list.c @@ -7,10 +7,9 @@ #include "diff.h" #include "revision.h" -/* bits #0-3 in revision.h */ +/* bits #0-4 in revision.h */ -#define COUNTED (1u << 4) -#define TMP_MARK (1u << 5) /* for isolated cases; clean after use */ +#define COUNTED (1u<<5) static const char rev_list_usage[] = "git-rev-list [OPTION] ... [ -- paths... ]\n"