From 0983abf595488d0316246c9494b2b40404c5d790 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 4 Nov 2021 15:23:07 -0400 Subject: [PATCH] add filter.annex.process to bypassSmudgeConfig --- Config/Smudge.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Config/Smudge.hs b/Config/Smudge.hs index 487f380d5d..e124125b65 100644 --- a/Config/Smudge.hs +++ b/Config/Smudge.hs @@ -67,4 +67,5 @@ bypassSmudgeConfig :: [CommandParam] bypassSmudgeConfig = map Param [ "-c", "filter.annex.smudge=" , "-c", "filter.annex.clean=" + , "-c", "filter.annex.process=" ]