Mise à jour git-1.8
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 16 Feb 2013 20:56:37 +0000 (15:56 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 16 Feb 2013 20:56:37 +0000 (15:56 -0500)
config/packages-list
stage3/pkg/git

index 158c7c9..967bdc7 100644 (file)
@@ -120,7 +120,7 @@ GHOSTSCRIPT_FONTS_STD="ghostscript-fonts-std-8.11"
 GHOSTSCRIPT_FONTS_OTHER="ghostscript-fonts-other-6.0"
 GIFLIB="giflib-4.1.6"
 GIMP="gimp-2.8.2"
-GIT="git-1.7.12"
+GIT="git-1.8.1.3"
 GLIB="glib-2.32.1"
 GLIB_NETWORKING="glib-networking-2.32.3"
 GLIBMM="glibmm-2.32.1"
index 3f8ea78..e23576a 100644 (file)
@@ -5,4 +5,24 @@ hvbuild_post()
     local GIT_MANPAGES="git-manpages-$(get_pkg_ver ${PACKAGE})"
 
     decompress_package ${GIT_MANPAGES} /usr/share/man
+
+    cat > /etc/gitconfig << "EOF"
+[color]
+    branch = auto
+    diff = auto
+    interactive = auto
+    status = auto
+
+[core]
+    editor = emacs
+
+[push]
+    # Pushes will go to the same place that pulls come from:
+    default = tracking
+
+[diff]
+    # Enable rename and copies detection
+    renames = copy
+
+EOF
 }