Separate the raw diff and patch with a newline
[gitweb.git] / rev-list.c
index 13015026276029bc213972cae234981ee14b06b7..359195b5471d8e4b88fd9a326986e55d48b1dfa6 100644 (file)
@@ -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"