Indent with spaces, not tabs

This commit is contained in:
ItsDrike 2021-11-30 10:22:20 +01:00
parent c75c6fbd87
commit f0385c4961
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843

View file

@ -1,25 +1,25 @@
# This is Git's per-user configuration file. # This is Git's per-user configuration file.
[user] [user]
name = ItsDrike name = ItsDrike
email = itsdrike@protonmail.com email = itsdrike@protonmail.com
signingkey = FB8CA11A2CF3A843 signingkey = FB8CA11A2CF3A843
[credential] [credential]
helper = store --file ~/.config/git/git-credentials helper = store --file ~/.config/git/git-credentials
[alias] [alias]
l = "log --oneline --decorate --all --graph" l = "log --oneline --decorate --all --graph"
lol = "log --pretty=oneline --abbrev-commit --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 --" 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'" 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'" show-merge = "!sh -c 'merge=$(git find-merge $0 $1) && [ -n \"$merge\" ] && git show $merge'"
[merge] [merge]
tool = meld tool = meld
[mergetool] [mergetool]
keepbackup = false keepbackup = false
keeptemporaries = false keeptemporaries = false
[diff] [diff]
tool = meld tool = meld
[commit] [commit]
gpgsign = true gpgsign = true
[gpg] [gpg]
program = /usr/bin/gpg program = /usr/bin/gpg