whitespace
This commit is contained in:
parent
0963f92984
commit
36f5b10065
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ withKeysReferencedInGit a =
|
||||||
withKeysReferencedInGitRef :: (Key -> Annex ()) -> Git.Ref -> Annex ()
|
withKeysReferencedInGitRef :: (Key -> Annex ()) -> Git.Ref -> Annex ()
|
||||||
withKeysReferencedInGitRef a ref = do
|
withKeysReferencedInGitRef a ref = do
|
||||||
showAction $ "checking " ++ Git.Ref.describe ref
|
showAction $ "checking " ++ Git.Ref.describe ref
|
||||||
(ts,clean) <- inRepo $ DiffTree.diffIndex ref
|
(ts, clean) <- inRepo $ DiffTree.diffIndex ref
|
||||||
-- if 'dstsha' is 0{40}, the key will be Nothing
|
-- if 'dstsha' is 0{40}, the key will be Nothing
|
||||||
forM_ ts $ catObject . DiffTree.dstsha >=>
|
forM_ ts $ catObject . DiffTree.dstsha >=>
|
||||||
encodeW8 . L.unpack *>=>
|
encodeW8 . L.unpack *>=>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue