avoid commit and messages for smudge filter
This commit is contained in:
parent
fdfda7b7bb
commit
ad06f8ceed
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue