From ad06f8ceed081d9eaa7204151af5521145cfaa3b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 4 Dec 2015 14:20:22 -0400 Subject: [PATCH] avoid commit and messages for smudge filter --- Command/Smudge.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/Smudge.hs b/Command/Smudge.hs index dc618d36e0..6c4b9604a3 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)