From dd4d3a4c327948a24bf0e2c7cf82ed66999437aa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 10 Dec 2015 14:29:34 -0400 Subject: check inode cache in prepSendAnnex This does mean one query of the database every time an object is sent. May impact performance. --- Remote/Git.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Remote') 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, -- cgit v1.2.3