From 060681d4cb4856ff64b1cb12f87918f3f7441967 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sat, 16 Feb 2013 15:56:37 -0500 Subject: [PATCH] =?utf8?q?Mise=20=C3=A0=20jour=20git-1.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- config/packages-list | 2 +- stage3/pkg/git | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) 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 } -- 2.20.1