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:
fdfda7b
)
avoid commit and messages for smudge filter
author
Joey Hess
<joeyh@joeyh.name>
Fri, 4 Dec 2015 18:20:22 +0000
(14:20 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Fri, 4 Dec 2015 18:20:22 +0000
(14:20 -0400)
Command/Smudge.hs
patch
|
blob
|
history
diff --git
a/Command/Smudge.hs
b/Command/Smudge.hs
index dc618d36e07fa16e22a494692832f1ab1443a806..6c4b9604a3e48c6054272edf28c9a1d134ab943d 100644
(file)
--- a/
Command/Smudge.hs
+++ b/
Command/Smudge.hs
@@
-14,7
+14,7
@@
import Types.Key
import qualified Data.ByteString.Lazy as B
cmd :: Command
-cmd = dontCheck repoExists $
+cmd =
noCommit $ noMessages $
dontCheck repoExists $
command "smudge" SectionPlumbing
"git smudge filter"
paramFile (withParams seek)