]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/index-pack.c
object.h: update flag allocation comment
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Tue, 6 Mar 2018 10:16:14 +0000 (17:16 +0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Mar 2018 19:41:21 +0000 (11:41 -0800)
commit95308d64ce43502507091ae5bbbdc41a918149ce
treed90428d37a403c48be3c36bd54fe3c1bed4b9a23
parent38e79b1fdab9244e1727d0698afcf3bb8956c0a4
object.h: update flag allocation comment

Since the "flags" is shared, it's a good idea to keep track of who
uses what bit. When we need to use more flags in library code, we can
be sure it won't be re-used for another purpose by some caller.

While at there, fix the location of "5" (should be in a different
column than "4" two lines down)

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/index-pack.c
builtin/pack-objects.c
builtin/reflog.c
builtin/unpack-objects.c
object.h