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:
67e817c
)
add --force overrides annex.largefiles
author
Joey Hess
<joey@kitenet.net>
Fri, 29 Mar 2013 20:20:15 +0000
(16:20 -0400)
committer
Joey Hess
<joey@kitenet.net>
Fri, 29 Mar 2013 20:20:15 +0000
(16:20 -0400)
Command/Add.hs
patch
|
blob
|
history
diff --git
a/Command/Add.hs
b/Command/Add.hs
index 83b1ca22cd505d4ed9fdbac18bbf09f64d580695..b90db8ba104e8f5e1dd4d576cb6657866b18a627 100644
(file)
--- a/
Command/Add.hs
+++ b/
Command/Add.hs
@@
-44,7
+44,7
@@
seek =
]
where
go a = withValue largeFilesMatcher $ \matcher ->
- a $ \file -> ifM (checkFileMatcher matcher file)
+ a $ \file -> ifM (checkFileMatcher matcher file
<||> Annex.getState Annex.force
)
( start file
, stop
)