From 6913e601c820eb69c81650667add54ba061a7e76 Mon Sep 17 00:00:00 2001 From: Jannik Zander Date: Mon, 16 May 2016 14:55:11 +0200 Subject: [PATCH] Less options in .gitconfig --- .gitconfig | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/.gitconfig b/.gitconfig index 64e38f0..b05b9a4 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,3 +1,7 @@ +# ~/.gitconfig + +[github] + user = jannikz [alias] aa = add -uv unaa = reset --mixed HEAD @@ -61,15 +65,6 @@ gtags = "!sh -c '[ -f .git/hooks/gtags ] || git init; .git/hooks/gtags' git-gtags" cscope = "!sh -c '[ -f .git/hooks/cscope ] || git init; .git/hooks/cscope' git-cscope" -[color] - ui = auto - diff = auto - status = auto - branch = auto - interactive = auto - grep = auto -[github] - user = jannikz [help] autocorrect = 10 [branch] @@ -83,17 +78,13 @@ rebase = true [push] default = tracking -[apply] - whitespace = fix [include] path = ~/.gitconfig_local [init] templatedir = ~/.git_template [core] excludesfile = ~/.gitignore_global - editor = vim - pager = less - whitespace = space-before-tab,-indent-with-non-tab,trailing-space + autocrlf = input [diff] tool = vimdiff [difftool] -- 2.43.0