From c44cfeb472284b06c4ed15578181a151b3571402 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 4 Dec 2015 14:20:22 -0400 Subject: avoid commit and messages for smudge filter --- Command/Smudge.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command/Smudge.hs') 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) -- cgit v1.2.3