aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/git
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-06-19 16:36:01 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-06-19 16:36:01 +0100
commit7eacd3c160f23fbff65c510aae70266b33b48bc2 (patch)
treea5fc4f00c4e55b9a211ad7e315aae816c159c271 /dot_config/git
parentf484c7be7e72b18b337c57e6427bc4eaed5b3d13 (diff)
downloaddotfiles-7eacd3c160f23fbff65c510aae70266b33b48bc2.tar.gz
dotfiles-7eacd3c160f23fbff65c510aae70266b33b48bc2.tar.bz2
dotfiles-7eacd3c160f23fbff65c510aae70266b33b48bc2.zip
Use local gpg-agent on VM
Diffstat (limited to 'dot_config/git')
-rw-r--r--dot_config/git/config3
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