avoid commit and messages for smudge filter
authorJoey Hess <joeyh@joeyh.name>
Fri, 4 Dec 2015 18:20:22 +0000 (14:20 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 4 Dec 2015 18:20:22 +0000 (14:20 -0400)
Command/Smudge.hs

index dc618d36e07fa16e22a494692832f1ab1443a806..6c4b9604a3e48c6054272edf28c9a1d134ab943d 100644 (file)
@@ -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)