]> Untitled Git - hvlinux.git/commitdiff
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 158c7c9ea99875f8a88b14bcadbe5dbfc02fda90..967bdc787c66bf07a940ef380d16d2ecd6c9d01b 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 3f8ea7873a1b51c74ea2be96eecf9ed0da1c19ff..e23576aa377bd20f357fe46275356dec7775df21 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
 }