diff options
Diffstat (limited to 'dot_config/git')
| -rw-r--r-- | dot_config/git/config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dot_config/git/config b/dot_config/git/config index 3874410..6416efc 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -153,6 +153,5 @@ [credential "smtp://127.0.0.1:1025"] helper = "!f() { test \"$1\" = get && printf 'password=%s\\n' \"$(pass show proton/bridge-smtp)\"; }; f" [include] - ; Machine-local overrides (e.g. SSH-format signing on the remote-dev VM). - ; Git silently skips this if the file is absent. + ; Machine-local overrides. Git silently skips this if the file is absent. path = ~/.config/git/config.local |
