add filter.annex.process to bypassSmudgeConfig

This commit is contained in:
Joey Hess 2021-11-04 15:23:07 -04:00
parent afe327ac49
commit 0983abf595
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -67,4 +67,5 @@ bypassSmudgeConfig :: [CommandParam]
bypassSmudgeConfig = map Param bypassSmudgeConfig = map Param
[ "-c", "filter.annex.smudge=" [ "-c", "filter.annex.smudge="
, "-c", "filter.annex.clean=" , "-c", "filter.annex.clean="
, "-c", "filter.annex.process="
] ]