reindent gitconfig

master
Ben Harris 2022-08-10 15:11:27 -04:00
parent fd399e7dfa
commit 4815662c48
1 changed files with 38 additions and 33 deletions

View File

@ -34,17 +34,18 @@
smtpencryption = tls smtpencryption = tls
smtpserver = mail.tilde.team smtpserver = mail.tilde.team
smtpserverport = 587 smtpserverport = 587
annotate = yes
smtpuser = ben smtpuser = ben
annotate = yes
[alias] [alias]
lol = log --oneline --graph --decorate --all lol = log --oneline --graph --decorate --all
joke = !curl -s https://raw.githubusercontent.com/EugeneKay/git-jokes/lulz/Jokes.txt | shuf -n1 joke = !curl -s https://raw.githubusercontent.com/EugeneKay/git-jokes/lulz/Jokes.txt | shuf -n1
dad = !curl https://icanhazdadjoke.com dad = !curl https://icanhazdadjoke.com
staged = diff --staged staged = diff --staged
ap = add --patch ap = add --patch
cv = commit --verbose
local = log --oneline --no-merges ${1-$(git branch -lvv | perl -ne '/^\\\\*.*\\\\[(.*?)\\\\]/ and print \"$1\\n\"')}..HEAD local = log --oneline --no-merges ${1-$(git branch -lvv | perl -ne '/^\\\\*.*\\\\[(.*?)\\\\]/ and print \"$1\\n\"')}..HEAD
upstream = log --oneline --no-merges HEAD..${1-$(git branch -lvv | perl -ne '/^\\\\*.*\\\\[(.*?)\\\\]/ and print \"$1\\n\"')} upstream = log --oneline --no-merges HEAD..${1-$(git branch -lvv | perl -ne '/^\\\\*.*\\\\[(.*?)\\\\]/ and print \"$1\\n\"')}
cv = commit --verbose
[rerere] [rerere]
enabled = true enabled = true
[merge] [merge]
@ -52,12 +53,16 @@
conflictstyle = diff3 conflictstyle = diff3
[mergetool] [mergetool]
prompt = false prompt = false
[core] [core]
pager = diff-highlight | less
excludesfile = /home/ben/.gitignore excludesfile = /home/ben/.gitignore
[url "git@salsa.debian.org:"] [url "git@salsa.debian.org:"]
pushInsteadOf = https://salsa.debian.org/ pushInsteadOf = https://salsa.debian.org/
insteadOf = salsa: insteadOf = salsa:
[url "git@bhh.sh:repos/"] [url "git@bhh.sh:repos/"]
pushInsteadOf = https://git.bhh.sh/ pushInsteadOf = https://git.bhh.sh/
[init] [init]
defaultBranch = main defaultBranch = main