git: fix taskwarrior-clean filter
This commit is contained in:
parent
68ba7e2229
commit
7d175c7991
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
smudge = ~/.local/libexec/redact_git_filter smudge
|
||||
required = true
|
||||
[filter "taskwarrior-clean"]
|
||||
clean = sed 's/context=.*//'
|
||||
clean = sed '/context=.*/d'
|
||||
[diff]
|
||||
colorMoved = default
|
||||
[core]
|
||||
|
|
Loading…
Add table
Reference in a new issue