X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/f53becdc1d9326824c04e88bda9a73f601f8e748..1512d34ef5d6712c20c63e6d2a221128cf81d03b:/.config/git/config diff --git a/.config/git/config b/.config/git/config index 993b9a8..fa7584e 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,5 +1,10 @@ [user] name = Amin Bandali + email = bandali@gnu.org + signingKey = BE6273738E616D6D1B3A08E8A21A020248816103 + +[tag] + gpgSign = true # [format] # signoff = true @@ -18,9 +23,12 @@ a = add s = status sl = status --long + l = log c = checkout cb = checkout -b b = branch + d = diff + f = fetch r = rebase p = pull pr = pull --rebase @@ -28,15 +36,10 @@ psf = push --force nmam = "!f() { notmuch show --format=raw $1 | git am -; }; f" nmam3 = "!f() { notmuch show --format=raw $1 | git am -3 -; }; f" - gnu = "! \ - git config user.email 'bandali@gnu.org'; \ - git config user.signingKey 'BE6273738E616D6D1B3A08E8A21A020248816103'; \ - git config commit.gpgSign true" - kelar = "! \ - git config user.email 'bandali@kelar.org'; \ - git config user.signingKey 'BE6273738E616D6D1B3A08E8A21A020248816103'; \ - git config commit.gpgSign true" - work = config user.email 'amin.bandali@savoirfairelinux.com' + gnu = config user.email 'bandali@gnu.org' + kelar = config user.email 'bandali@kelar.org' + sfl = config user.email 'amin.bandali@savoirfairelinux.com' + canonical = config user.email 'amin.bandali@canonical.com' [color] ui = auto @@ -57,11 +60,11 @@ # branch=true [github] - user = notbandali + user = bandali0 [sendemail] smtpuser = bandali - smtpserver = mail.kelar.org + smtpserver = fencepost.gnu.org smtpserverport = 587 smtpencryption = tls annotate = yes @@ -70,4 +73,19 @@ fsckObjects = true [init] - templateDir = ~/.config/git/template + defaultBranch = main + +[url "bandali@git.launchpad.net:"] + insteadof = lp: +[url "git@salsa.debian.org:gnome-team/"] + insteadof = pkg-gnome: +[url "git@salsa.debian.org:bandali/"] + insteadof = salsa-bandali: +[merge "dpkg-mergechangelogs"] + name = debian/changelog merge driver + driver = dpkg-mergechangelogs -m %O %A %B %A + +[includeIf "gitdir:~/s/canonical/"] + path = ~/.config/git/config.canonical +[includeIf "gitdir:~/s/sfl/"] + path = ~/.config/git/config.sfl