]> git.zndr.dk Git - dotfiles.git/commitdiff
Less options in .gitconfig
authorJannik Zander <jannikz@gmail.com>
Mon, 16 May 2016 12:55:11 +0000 (14:55 +0200)
committerJannik Zander <jannikz@gmail.com>
Mon, 16 May 2016 12:55:11 +0000 (14:55 +0200)
.gitconfig

index 64e38f0410ddd31d05d314fd44f22e6db108d2d0..b05b9a44817a4c71742ed8aecef2806ee6b45857 100644 (file)
@@ -1,3 +1,7 @@
+# ~/.gitconfig
+
+[github]
+       user = jannikz
 [alias]
        aa = add -uv
        unaa = reset --mixed HEAD
        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]
        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]