# List contributors with number of commits
contributors = shortlog --summary --numbered
- k = !gitk
- visual = !gitk
+# k = !gitk
+# visual = !gitk
- ctags = "!sh -c '[ -f .git/hooks/ctags ] || git init; .git/hooks/ctags' git-ctags"
- 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"
- mydiff = difftool --dir-diff --tool=bc --no-prompt
+# ctags = "!sh -c '[ -f .git/hooks/ctags ] || git init; .git/hooks/ctags' git-ctags"
+# 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"
+# mydiff = difftool --dir-diff --tool=bc --no-prompt
[help]
autocorrect = 10
[init]
templatedir = ~/.config/git/templates
[core]
- excludesfile =
- attributesFile = ~/.config/git/attributes
+# excludesfile =
+# attributesFile = ~/.config/git/attributes
editor = vim
# eol = native
- autocrlf = false
+ autocrlf = true
[include]
- path = ~/.config/git/config_local
+# path = ~/.config/git/config_local
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
-[gui]
- recentrepo = C:/Projects/repos/grundfos/jaz/genilog
elseif has("unix")
set guifont=inconsolata\ 11
elseif has("win32")
- set guifont=consolas:h11,courier\ new:h10
+" set guifont=consolas:h11,courier\ new:h10
+ set guifont=Consolas:h10:cANSI:qDRAFT
endif
endif