projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4461223
)
fix comment
author
Joey Hess
<joeyh@joeyh.name>
Tue, 28 Mar 2023 17:40:17 +0000
(13:40 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Tue, 28 Mar 2023 17:40:17 +0000
(13:40 -0400)
Annex/Ingest.hs
patch
|
blob
|
history
diff --git
a/Annex/Ingest.hs
b/Annex/Ingest.hs
index e7e5ec3f32dd188829e30bd14be2c9828941c356..d622486c38fc37fef9189ef5a3fd4198ead3fe10 100644
(file)
--- a/
Annex/Ingest.hs
+++ b/
Annex/Ingest.hs
@@
-63,7
+63,7
@@
data LockDownConfig = LockDownConfig
{ lockingFile :: Bool
-- ^ write bit removed during lock down
, hardlinkFileTmpDir :: Maybe RawFilePath
- -- ^ hard link to temp directory
a
+ -- ^ hard link to temp directory
, checkWritePerms :: Bool
-- ^ check that write perms are successfully removed
}