storing objects in git-lfs is working

Still need to record the sha256 and size when they cannot be determined
by inspecting the key.
This commit is contained in:
Joey Hess 2019-08-02 13:56:55 -04:00
parent 6c1130a3bb
commit fc09a41ed1
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 104 additions and 4 deletions

View file

@ -10,6 +10,7 @@
module Backend.Hash (
backends,
testKeyBackend,
keyHash,
) where
import Annex.Common