From cd5ae55cd33bab406b8c9bda9dd62f990e965a65 Mon Sep 17 00:00:00 2001 From: Niklas Kapelle Date: Tue, 7 Nov 2023 18:46:22 +0100 Subject: [PATCH] fixed git profile select --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index 0b6c28c..9e89c99 100644 --- a/.config/git/config +++ b/.config/git/config @@ -22,5 +22,5 @@ [user] useconfigonly = true -[includeIf "hasconfig:remote.*.url:**/*git.kapelle.org:*/**"] +[includeIf "hasconfig:remote.*.url:**/*git.kapelle.org*/**"] path = ~/.config/git/private.inc