add aliases for deadname mailmap stuff

This commit is contained in:
ewin 2026-03-05 01:29:26 -05:00
parent 0cff8fb0fd
commit 00aa16e565
Signed by: erin
SSH key fingerprint: SHA256:swjoHhREbZPbWe+gyJNi24d4NAxJSyUIm3fpZj4z3wc

View file

@ -10,6 +10,8 @@
sp = stash pop sp = stash pop
sl = stash list sl = stash list
whoami = config --get-regexp '^user\\.' whoami = config --get-regexp '^user\\.'
list-identities = "!git log --all --pretty='%an <%ae>%n%cn <%ce>' | sort | uniq"
create-mailmap = "!f(){ git list-identities | sed \"s/^/$(echo $@) /\"; };f"
# Rebase local commits on top of remote commits when running `git pull` # Rebase local commits on top of remote commits when running `git pull`
[pull] [pull]