Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
config: die when --blob is used outside a repository
[gitweb.git]
/
builtin
/
reflog.c
diff --git
a/builtin/reflog.c
b/builtin/reflog.c
index ac3dcd7a51170cd9146d044f6ab70203e6591507..4719a5354cf182eb91b257a99da97b9b81da5257 100644
(file)
--- a/
builtin/reflog.c
+++ b/
builtin/reflog.c
@@
-52,6
+52,7
@@
struct collect_reflog_cb {
int nr;
};
+/* Remember to update object flag allocation in object.h */
#define INCOMPLETE (1u<<10)
#define STUDYING (1u<<11)
#define REACHABLE (1u<<12)