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
|
import qualified Data.ByteString.Lazy as B
|
||||||
|
|
||||||
cmd :: Command
|
cmd :: Command
|
||||||
cmd = dontCheck repoExists $
|
cmd = noCommit $ noMessages $ dontCheck repoExists $
|
||||||
command "smudge" SectionPlumbing
|
command "smudge" SectionPlumbing
|
||||||
"git smudge filter"
|
"git smudge filter"
|
||||||
paramFile (withParams seek)
|
paramFile (withParams seek)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue