avoid commit and messages for smudge filter

This commit is contained in:
Joey Hess 2015-12-04 14:20:22 -04:00
parent fdfda7b7bb
commit ad06f8ceed
Failed to extract signature

View 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)