diff options
author | johannst <johannes.stoelp@gmail.com> | 2020-03-19 22:46:35 +0100 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2020-03-19 22:46:35 +0100 |
commit | 0af5390f52e873ab8280e5c1a837e68f50090fae (patch) | |
tree | 07184db4204e4c4c6501ecb694b506444810f31e /gitconfig | |
parent | d31a61d185a45a14a0707cce60da7b196007b8a7 (diff) | |
download | dotfiles-0af5390f52e873ab8280e5c1a837e68f50090fae.tar.gz dotfiles-0af5390f52e873ab8280e5c1a837e68f50090fae.zip |
fix spaces in gitconfig
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -2,16 +2,16 @@ # author: johannst [user] - email = johannes.stoelp@gmail.com - name = johannst + email = johannes.stoelp@gmail.com + name = johannst [core] - editor = vim + editor = vim [color] - ui = true + ui = true [diff] - tool = vimdiff + tool = vimdiff [difftool] - prompt = false + prompt = false [log] date = short [blame] @@ -27,4 +27,4 @@ # %<(N) set width, padd space on the right pretty = format:%C(auto)%h %C(blue)%>(10)%ad %C(green)%>(8)%aN %C(auto)%d %Creset%s [alias] - graph = log --graph --decorate --pretty=oneline --abbrev-commit --all + graph = log --graph --decorate --pretty=oneline --abbrev-commit --all |