| commit | c88f0cc78e2bd387c9a2a47973a3c0a3b6328fec | [log] [tgz] |
|---|---|---|
| author | Junio C Hamano <gitster@pobox.com> | Wed Feb 24 21:39:06 2010 -0800 |
| committer | Junio C Hamano <gitster@pobox.com> | Wed Feb 24 21:39:06 2010 -0800 |
| tree | 3ccf0321f881efac45a0b296d3e891d6f8bb7636 | |
| parent | 43a61b841d261fe51ac64b55d654677b0cd93ad9 [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>