From f8a6109237d4bd15876bc60ee25f1a201f05b7b3 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Tue, 8 Aug 2017 20:47:26 -0700 Subject: Setup git conditional includes --- home/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'home/.gitconfig') diff --git a/home/.gitconfig b/home/.gitconfig index c651d9a..480c29e 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -14,6 +14,8 @@ [core] editor = emacsclient --alternate-editor='' --tty excludesfile = ~/.gitignore_global +[includeIf "gitdir:~/src/driver/"] + path = .gitconfig_driver [credential "https://git-wip-us.apache.org"] username = jodersky helper = "!f() { echo password=$(pass sites/apache.org); }; f" \ No newline at end of file -- cgit v1.2.3