diff options
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Smudge.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Smudge.hs b/Command/Smudge.hs index cd33b193e..1353c2791 100644 --- a/Command/Smudge.hs +++ b/Command/Smudge.hs @@ -86,7 +86,7 @@ ingest file = do } k <- fst . fromMaybe (error "failed to generate a key") <$> genKey source backend - -- Hard link (or copy) file content to annex + -- Hard link (or copy) file content to annex object -- to prevent it from being lost when git checks out -- a branch not containing this file. r <- linkAnnex k file |