Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'bc/object-id'
[gitweb.git]
/
builtin
/
reflog.c
diff --git
a/builtin/reflog.c
b/builtin/reflog.c
index 25f7c5ef0b8887d5a1b5003e7a6d02da081aa7c9..a89bd1dd25252ddfe5ad6b32ee89950d3a4b258f 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)