Integrate feedback from Gebi, please review again :)
authorMichael Prokop <mika@grml.org>
Tue, 30 Sep 2008 08:19:12 +0000 (10:19 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 30 Sep 2008 08:19:12 +0000 (10:19 +0200)
etc/skel/.gitconfig

index 19f8fc6..4844c2f 100644 (file)
     numbered = auto
 
 [color]
-    branch = yes
+    branch = auto
     diff   = auto
-    pager  = yes
+    pager  = auto
     status = auto
 
-[color "branch"]
-    current = green
-    local   = yellow
-    remote  = cyan
-
-[color "diff"]
-    meta = yellow
-    frag = magenta
-    old  = red
-    new  = green
-
-[color "status"]
-    header    = magenta
-    added     = yellow
-    changed   = green
-    untracked = cyan
+#[color "branch"]
+#    current = green
+#    local   = yellow
+#    remote  = cyan
+#
+#[color "diff"]
+#    meta = yellow
+#    frag = magenta
+#    old  = red
+#    new  = green
+#
+#[color "status"]
+#    header    = magenta
+#    added     = yellow
+#    changed   = green
+#    untracked = cyan
 
 #[gui]
 #    fontui   = -family terminus -size 9 -weight normal -slant roman -underline 0 -overstrike 0
@@ -49,8 +49,8 @@
 [svn]
     rmdir = true
 
-[http]
-    sslVerify=false
+#[http]
+#    sslVerify=false
 
 [alias]
     b     = branch
@@ -64,7 +64,7 @@
     mnc   = merge --no-commit
     olg   = log --abbrev-commit --abbrev=6 --pretty=oneline
     one   = "!sh -c 'git show -s --pretty=\"tformat:%h (%s, %ai\" \"$@\" | sed -e \"s/ [012][0-9]:[0-5][0-9]:[0-5][0-9] [-+][0-9][0-9][0-9][0-9]$/)/\"' -"
-    out   = !git push --dry-run
+    out   = push --dry-run
     purge = !git checkout $(git rev-parse --show-cdup) && git clean -xdf
     serve = !sh -c 'git daemon --reuseaddr --verbose \"$@\" --base-path=. --export-all ./.git' sh
     stgd  = diff --cached