From: Nguyễn Thái Ngọc Duy Date: Tue, 25 Mar 2014 13:23:26 +0000 (+0700) Subject: object.h: centralize object flag allocation X-Git-Tag: v2.0.0-rc0~29^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/208acbfb82f722fb22320c381e7da8c8fb2e37e8?ds=inline;hp=208acbfb82f722fb22320c381e7da8c8fb2e37e8 object.h: centralize object flag allocation While the field "flags" is mainly used by the revision walker, it is also used in many other places. Centralize the whole flag allocation to one place for a better overview (and easier to move flags if we have too). Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---