fix git ls-tree parser
authorJoey Hess <joeyh@joeyh.name>
Fri, 6 Dec 2019 17:58:28 +0000 (13:58 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 6 Dec 2019 18:05:48 +0000 (14:05 -0400)
commitf39f018ee0b2feaab0007b776cb0ff6436aff0e8
tree548fc8af043832ebd7c6eae8c71860aca6e66521
parent4aaef14c616cfe756c84f310ffa819f49cc90c34
fix git ls-tree parser

File mode is octal not decimal. This broke in the conversion to
attoparsec.

(I've submitted the content of Utility.Attoparsec to the attoparsec
developers.)

Test suite passes 100% now.
COPYRIGHT
Git/LsTree.hs
Git/Types.hs
Utility/Attoparsec.hs [new file with mode: 0644]
git-annex.cabal