diff options
-rw-r--r-- | Command/Smudge.hs | 2 |
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) |