]> git.ipfire.org Git - thirdparty/git.git/commit - notes.c
notes: fix malformed tree entry
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Feb 2010 05:39:06 +0000 (21:39 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Feb 2010 05:39:06 +0000 (21:39 -0800)
commitc88f0cc78e2bd387c9a2a47973a3c0a3b6328fec
tree3ccf0321f881efac45a0b296d3e891d6f8bb7636
parent43a61b841d261fe51ac64b55d654677b0cd93ad9
notes: fix malformed tree entry

The mode bits for entries in a tree object should be an octal number
with minimum number of digits.  Do not pad it with 0 to the left.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
notes.c