From d88d0565dc00dee81098d6fa900a031b6b4940a1 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Sun, 5 Jul 2026 17:13:22 +0200 Subject: [PATCH] [GIT] Make core.excludesfile path relative for portability Was hardcoded to /Users/ising/dotfiles; use ~/dotfiles so the base config works on non-macOS hosts too. (Separately, a local uncommitted 'credential.helper = store' was removed from the live config so git uses the macOS keychain instead of writing ~/.git-credentials in plaintext. That line was never committed, so there is no diff for it here.) Co-Authored-By: Claude Opus 4.8 --- gitconfig/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig/gitconfig b/gitconfig/gitconfig index 4f0b703..1c17624 100644 --- a/gitconfig/gitconfig +++ b/gitconfig/gitconfig @@ -25,7 +25,7 @@ email = github@murgi.de [includeIf "hasconfig:remote.*.url:https://git-int.sit.fraunhofer.de/**"] path = ~/dotfiles/gitconfig/sit.gitconfig [core] - excludesfile = /Users/ising/dotfiles/.gitignore_global + excludesfile = ~/dotfiles/.gitignore_global [submodule] recurse = true [filter "lfs"]