From: Hugo Villeneuve Date: Sat, 16 Feb 2013 20:56:37 +0000 (-0500) Subject: Mise à jour git-1.8 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=060681d4cb4856ff64b1cb12f87918f3f7441967;p=hvlinux.git Mise à jour git-1.8 --- diff --git a/config/packages-list b/config/packages-list index 158c7c9..967bdc7 100644 --- a/config/packages-list +++ b/config/packages-list @@ -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" diff --git a/stage3/pkg/git b/stage3/pkg/git index 3f8ea78..e23576a 100644 --- a/stage3/pkg/git +++ b/stage3/pkg/git @@ -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 }