summaryrefslogtreecommitdiff
path: root/gitconfig
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2020-03-19 22:46:35 +0100
committerjohannst <johannes.stoelp@gmail.com>2020-03-19 22:46:35 +0100
commit0af5390f52e873ab8280e5c1a837e68f50090fae (patch)
tree07184db4204e4c4c6501ecb694b506444810f31e /gitconfig
parentd31a61d185a45a14a0707cce60da7b196007b8a7 (diff)
downloaddotfiles-0af5390f52e873ab8280e5c1a837e68f50090fae.tar.gz
dotfiles-0af5390f52e873ab8280e5c1a837e68f50090fae.zip
fix spaces in gitconfig
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/gitconfig b/gitconfig
index ba29e4d..1a0a7d8 100644
--- a/gitconfig
+++ b/gitconfig
@@ -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