summaryrefslogtreecommitdiff
path: root/builtin/reflog.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2018-03-14 12:01:06 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-03-14 12:01:06 -0700
commit99321e327b4df8d9d6724cf26bab7429edbdb718 (patch)
tree634f157cdbf88c274d9321dafb8de6d67e4b3781 /builtin/reflog.c
parentMerge branch 'jk/smart-http-protocol-doc-fix' (diff)
parentobject.h: realign object flag allocation comment (diff)
downloadtgif-99321e327b4df8d9d6724cf26bab7429edbdb718.tar.xz
Merge branch 'nd/object-allocation-comments'
Code doc update. * nd/object-allocation-comments: object.h: realign object flag allocation comment object.h: update flag allocation comment
Diffstat (limited to 'builtin/reflog.c')
-rw-r--r--builtin/reflog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/reflog.c b/builtin/reflog.c
index ac3dcd7a51..4719a5354c 100644
--- 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)