diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-01 15:43:13 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-01 15:43:13 -0400 |
commit | 1646987bd266477e97c46dd79145db5cc06230c2 (patch) | |
tree | d65b157e0ee7562bb92e38dc3636e6a7e9376075 /Git | |
parent | 2e11f738f20099a48b4b0023e75330b7d2e289e4 (diff) |
remove old TODO
Diffstat (limited to 'Git')
-rw-r--r-- | Git/CatFile.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Git/CatFile.hs b/Git/CatFile.hs index c63a0647c..d213bef06 100644 --- a/Git/CatFile.hs +++ b/Git/CatFile.hs @@ -104,7 +104,6 @@ catTree h treeref = go <$> catObjectDetails h treeref (dropsha rest) -- these 20 bytes after the NUL hold the file's sha - -- TODO: convert from raw form to regular sha dropsha = L.drop 21 parsemodefile b = |