1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

git/config: ensure consistent formatting of tabs

This commit is contained in:
Joe Groocock 2017-10-03 10:19:22 +01:00
parent 0284b8765e
commit c8d89667f3
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -4,11 +4,11 @@
signingkey = CFBB6A86
[commit]
gpgsign = true
gpgsign = true
[color]
ui = auto
[alias]
verbs = !git log --pretty=format:'%s' | cut -d \" \" -f 1 | sort | uniq -c | sort -nr
verbs = !git log --pretty=format:'%s' | cut -d \" \" -f 1 | sort | uniq -c | sort -nr
[rebase]
autoStash = true
[push]