X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/e0e5275d80ad8262632fb93d233d69170df6eb50..81e04d6f2178f1b972538c6c578ba51d35af70f0:/.config/git/config

diff --git a/.config/git/config b/.config/git/config
index bf797ab..136a339 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -1,10 +1,10 @@
 [user]
 	name = Amin Bandali
-	email = mab@gnu.org
-	signingkey = BE6273738E616D6D1B3A08E8A21A020248816103
+	email = bandali@gnu.org
+	signingKey = BE6273738E616D6D1B3A08E8A21A020248816103
 
 [commit]
-	gpgsign = true
+	gpgSign = true
 
 # [format]
 # 	signoff = true
@@ -17,15 +17,13 @@
 [mailmap]
 	file = ~/.config/git/mailmap
 
-[gpg]
-	program = gpg2
-
 [alias]
 	git = !exec git	 # handle nested git calls, e.g. git git status
 	aliases = config --get-regexp '^alias\\.'
 	a = add
 	s = status
 	sl = status --long
+    l = log
 	c = checkout
 	cb = checkout -b
 	b = branch
@@ -36,6 +34,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 = 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
@@ -56,7 +58,7 @@
 # 	branch=true
 
 [github]
-	user = aminb
+	user = bandali0
 
 [sendemail]
 	smtpuser = bandali
@@ -64,3 +66,9 @@
 	smtpserverport = 587
 	smtpencryption = tls
 	annotate = yes
+
+[transfer]
+	fsckObjects = true
+
+[init]
+	defaultBranch = main