projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* .config/git/config: Add l alias for log.
[~bandali/configs]
/
.config
/
git
/
config
diff --git
a/.config/git/config
b/.config/git/config
index
35f1eb9
..
136a339
100644
(file)
--- a/
.config/git/config
+++ b/
.config/git/config
@@
-1,10
+1,10
@@
[user]
name = Amin Bandali
email = bandali@gnu.org
[user]
name = Amin Bandali
email = bandali@gnu.org
- signing
k
ey = BE6273738E616D6D1B3A08E8A21A020248816103
+ signing
K
ey = BE6273738E616D6D1B3A08E8A21A020248816103
[commit]
[commit]
- gpg
s
ign = true
+ gpg
S
ign = true
# [format]
# signoff = true
# [format]
# signoff = true
@@
-14,8
+14,8
@@
editor = emacsclient -t
pager = "less"
editor = emacsclient -t
pager = "less"
-[
gpg
]
- program = gpg2
+[
mailmap
]
+ file = ~/.config/git/mailmap
[alias]
git = !exec git # handle nested git calls, e.g. git git status
[alias]
git = !exec git # handle nested git calls, e.g. git git status
@@
-23,6
+23,7
@@
a = add
s = status
sl = status --long
a = add
s = status
sl = status --long
+ l = log
c = checkout
cb = checkout -b
b = branch
c = checkout
cb = checkout -b
b = branch
@@
-33,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"
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
[color]
ui = auto
@@
-53,7
+58,7
@@
# branch=true
[github]
# branch=true
[github]
- user =
aminb
+ user =
bandali0
[sendemail]
smtpuser = bandali
[sendemail]
smtpuser = bandali
@@
-61,3
+66,9
@@
smtpserverport = 587
smtpencryption = tls
annotate = yes
smtpserverport = 587
smtpencryption = tls
annotate = yes
+
+[transfer]
+ fsckObjects = true
+
+[init]
+ defaultBranch = main