]> git.ipfire.org Git - thirdparty/git.git/commit - refs.c
refs: remove the gap in the REF_* constant values
authorMichael Haggerty <mhagger@alum.mit.edu>
Thu, 12 Feb 2015 11:12:13 +0000 (12:12 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Feb 2015 19:42:53 +0000 (11:42 -0800)
commit31e79f0a54e57454a9677eeb8b1108e4f907b8b9
tree22fa5bd39e999778e4a23b56db60afba5d300b3e
parent581d4e0cdbe9526c122b9d0835f951e478f82448
refs: remove the gap in the REF_* constant values

There is no reason to "reserve" a gap between the public and private
flags values.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c