]> git.zndr.dk Git - dotfiles.git/commitdiff
git for Windows10 update
author <jaz@N104828.emea.group.grundfos.com> <>
Fri, 27 Oct 2017 09:05:29 +0000 (11:05 +0200)
committer <jaz@N104828.emea.group.grundfos.com> <>
Fri, 27 Oct 2017 09:05:29 +0000 (11:05 +0200)
.config/git/config
.vimrc

index 4d9d1aa3a602052ceffdaacf2513ea52dc5519d5..07110c3f81a216e85d4834858a15f632a772efef 100644 (file)
        # 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
diff --git a/.vimrc b/.vimrc
index 8a5439ea71b31ea672929b9d31ab649f54aeb9c1..0a5522802c972d2bc2daeceed07055f9e2830b4a 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -322,7 +322,8 @@ if (&t_Co > 2 || has("gui_running")) && has("syntax")
     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