summaryrefslogtreecommitdiff
path: root/Annex/CatFile.hs
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-10-20 17:50:51 -0400
committerJoey Hess <joey@kitenet.net>2013-10-20 17:50:51 -0400
commit4f871f89ba95ae25a1e2e179181e4bff5479facc (patch)
tree8c5253cf275249ed44e2ec364cf2d4e65f0e2c0e /Annex/CatFile.hs
parentf482de1b76f8f6abd8a6b7e2c99d0bc823ef4478 (diff)
git-recover-repository 1/2 done
Diffstat (limited to 'Annex/CatFile.hs')
-rw-r--r--Annex/CatFile.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/CatFile.hs b/Annex/CatFile.hs
index fa73d82821..407b4ddae3 100644
--- a/Annex/CatFile.hs
+++ b/Annex/CatFile.hs
@@ -43,7 +43,7 @@ catTree ref = do
h <- catFileHandle
liftIO $ Git.CatFile.catTree h ref
-catObjectDetails :: Git.Ref -> Annex (Maybe (L.ByteString, Sha))
+catObjectDetails :: Git.Ref -> Annex (Maybe (L.ByteString, Sha, ObjectType))
catObjectDetails ref = do
h <- catFileHandle
liftIO $ Git.CatFile.catObjectDetails h ref