summaryrefslogtreecommitdiff
path: root/Command/Smudge.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-04 14:20:22 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-04 14:20:22 -0400
commitc44cfeb472284b06c4ed15578181a151b3571402 (patch)
tree7d406dee167b34ec5bd1a58efe34dde5f40e7c84 /Command/Smudge.hs
parent6a91761052cfcb2a4d600f868a912040827fc051 (diff)
avoid commit and messages for smudge filter
Diffstat (limited to 'Command/Smudge.hs')
-rw-r--r--Command/Smudge.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Smudge.hs b/Command/Smudge.hs
index dc618d36e..6c4b9604a 100644
--- 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)