diff options
author | Ryan Kavanagh <rak@rak.ac> | 2020-04-20 11:20:26 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2020-04-20 11:22:40 -0400 |
commit | eafd4008b3960ce0127886847c27f249295e66b2 (patch) | |
tree | 85293f82c97aba57dc9329d025a642b6ee668285 /.gitconfig | |
parent | update journal list (diff) |
Only use @debian for git under /media/t/work/packaging
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,15 +1,13 @@ [user] name = Ryan Kavanagh - email = rak@debian.org + email = rak@rak.ac [color] ui = auto [sendemail] - smtpserver = MSMTP_PATH + smtpserver = /usr/bin/msmtp [alias] wdiff = diff --color-words pusha = push origin : -[color] - ui = auto [push] default = simple [url "git://anonscm.debian.org"] @@ -22,3 +20,5 @@ pushInsteadOf = https://salsa.debian.org/ [core] quotePath = false +[includeIf "gitdir:/media/t/work/packaging/"] + path = ~/.gitconfig-debian |