aboutsummaryrefslogtreecommitdiff
path: root/Remote/Git.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-10 14:29:34 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-10 14:50:52 -0400
commitdd4d3a4c327948a24bf0e2c7cf82ed66999437aa (patch)
treeff6740b01aecc0c66f8f79a156c06ae3ed5a6e4c /Remote/Git.hs
parent1dd612b2b106911433b0d3f6593ba7c2ce48483a (diff)
check inode cache in prepSendAnnex
This does mean one query of the database every time an object is sent. May impact performance.
Diffstat (limited to 'Remote/Git.hs')
-rw-r--r--Remote/Git.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Git.hs b/Remote/Git.hs
index 890e40b51..6dc5345c9 100644
--- a/Remote/Git.hs
+++ b/Remote/Git.hs
@@ -672,7 +672,7 @@ wantHardLink :: Annex Bool
wantHardLink = (annexHardLink <$> Annex.getGitConfig) <&&> (not <$> isDirect)
-- Copies from src to dest, updating a meter. If the copy finishes
--- successfully, calls a final check action, which must also success, or
+-- successfully, calls a final check action, which must also succeed, or
-- returns false.
--
-- If either the remote or local repository wants to use hard links,