From eafd4008b3960ce0127886847c27f249295e66b2 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 20 Apr 2020 11:20:26 -0400 Subject: Only use @debian for git under /media/t/work/packaging --- .gitconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index 0caea80..060761f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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 -- cgit v1.2.3