task: filter out context changes
This commit is contained in:
parent
27d3394d19
commit
d70884791d
|
@ -3,3 +3,4 @@ common/.config/elia/config.toml filter=redact
|
|||
common/.config/nvim/lua/config/secrets.lua filter=redact
|
||||
common/.config/git/credentials filter=redact
|
||||
common/.local/bin/openproject_hours filter=redact
|
||||
common/.config/task/taskrc filter=taskwarrior-clean
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
clean = ~/.local/libexec/redact_git_filter clean
|
||||
smudge = ~/.local/libexec/redact_git_filter smudge
|
||||
required = true
|
||||
[filter "taskwarrior-clean"]
|
||||
clean = sed 's/context=.*//'
|
||||
[diff]
|
||||
colorMoved = default
|
||||
[core]
|
||||
|
|
|
@ -3,4 +3,4 @@ include ~/.config/task/host
|
|||
|
||||
# this file should be locally ignored in git to prevent context changes from creating diffs
|
||||
news.version=3.1.0
|
||||
context=ez_compose
|
||||
|
||||
|
|
Loading…
Reference in New Issue