add filter.annex.process to bypassSmudgeConfig
This commit is contained in:
parent
afe327ac49
commit
0983abf595
1 changed files with 1 additions and 0 deletions
|
@ -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="
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue