update comment
This commit is contained in:
parent
b11d2f5a8a
commit
600717417f
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ withKeysReferencedInGit refspec a = do
|
|||
_ -> nubRefs refs
|
||||
|
||||
{- Runs an action on keys referenced in the given Git reference which
|
||||
- differ from those referenced in the index. -}
|
||||
- differ from those referenced in the work tree. -}
|
||||
withKeysReferencedInGitRef :: (Key -> Annex ()) -> Git.Ref -> Annex ()
|
||||
withKeysReferencedInGitRef a ref = do
|
||||
showAction $ "checking " ++ Git.Ref.describe ref
|
||||
|
|
Loading…
Reference in a new issue