dotfiles/home/.config/git/config

26 lines
940 B
Plaintext
Raw Normal View History

2021-01-14 13:24:25 +00:00
# This is Git's per-user configuration file.
[user]
name = ItsDrike
2021-09-22 20:26:19 +00:00
email = itsdrike@protonmail.com
signingkey = FB8CA11A2CF3A843
2021-01-14 13:24:25 +00:00
[credential]
2021-05-03 16:34:28 +00:00
helper = store --file ~/.config/git/git-credentials
2021-01-14 13:24:25 +00:00
[alias]
2021-11-26 18:06:51 +00:00
l = "log --oneline --decorate --all --graph"
lol = "log --pretty=oneline --abbrev-commit --graph"
lg = "log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --"
find-merge = "!sh -c 'commit=$0 && branch=${1:-HEAD} && (git rev-list $commit..$branch --ancestry-path | cat -n; git rev-list $commit..$branch --first-parent | cat -n) | sort -k2 -s | uniq -f1 -d | sort -n | tail -1 | cut -f2'"
show-merge = "!sh -c 'merge=$(git find-merge $0 $1) && [ -n \"$merge\" ] && git show $merge'"
2021-01-14 13:24:25 +00:00
[merge]
tool = meld
[mergetool]
keepbackup = false
keeptemporaries = false
[diff]
tool = meld
[commit]
gpgsign = true
[gpg]
program = /usr/bin/gpg