author | Junio C Hamano <gitster@pobox.com> | |
Thu, 25 Feb 2010 05:39:06 +0000 (21:39 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 25 Feb 2010 05:39:06 +0000 (21:39 -0800) | ||
commit | c88f0cc78e2bd387c9a2a47973a3c0a3b6328fec | |
tree | 3ccf0321f881efac45a0b296d3e891d6f8bb7636 | tree | snapshot |
parent | 43a61b841d261fe51ac64b55d654677b0cd93ad9 | commit | diff |
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>
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 | diff | blob | history |