From: Jannik Zander Date: Mon, 16 May 2016 12:55:11 +0000 (+0200) Subject: Less options in .gitconfig X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=6913e601c820eb69c81650667add54ba061a7e76;p=dotfiles.git Less options in .gitconfig --- 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]