Retab gitconfig

This commit is contained in:
Talia 2020-05-15 20:36:12 +02:00
parent 3be4c3ac86
commit c4d509239a
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# vim: set filetype=gitconfig :miv # # vim: set filetype=gitconfig :miv #
[core] [core]
editor = vim -f editor = vim -f
excludesfile = .gitignore.local excludesfile = .gitignore.local
[commit] [commit]
# Sign commits by default # Sign commits by default
gpgSign = true gpgSign = true
@ -20,7 +20,7 @@
adog = log --all --decorate --oneline --graph adog = log --all --decorate --oneline --graph
dog = log --decorate --oneline --graph dog = log --decorate --oneline --graph
identity = "! git config user.name \"$(git config user.$1.name)\"; git config user.email \"$(git config user.$1.email)\"; :" identity = "! git config user.name \"$(git config user.$1.name)\"; git config user.email \"$(git config user.$1.email)\"; :"
root = rev-parse --show-toplevel root = rev-parse --show-toplevel
[user] [user]
useConfigOnly = true useConfigOnly = true
[user "darkwiiplayer"] [user "darkwiiplayer"]