From 89934c66d2ed5049eebab85240924afaea2a0fc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Thu, 26 Jan 2012 10:24:04 +0100 Subject: [PATCH] Version up. Git v1.7.8.4 Release Notes ========================== Fixes since v1.7.8.3 -------------------- * The code to look up attributes for paths reused entries from a wrong directory when two paths in question are in adjacent directories and the name of the one directory is a prefix of the other. * A wildcard that matches deeper hierarchy given to the "diff-index" command, e.g. "git diff-index HEAD -- '*.txt'", incorrectly reported additions of matching files even when there is no change. * When producing a "thin pack" (primarily used in bundles and smart HTTP transfers) out of a fully packed repository, we unnecessarily avoided sending recent objects as a delta against objects we know the other side has. * "git send-email" did not properly treat sendemail.multiedit as a boolean (e.g. setting it to "false" did not turn it off). Also contains minor fixes and documentation updates. --- component/git/buildout.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/component/git/buildout.cfg b/component/git/buildout.cfg index a848e34be7..e88ef464e4 100644 --- a/component/git/buildout.cfg +++ b/component/git/buildout.cfg @@ -13,8 +13,8 @@ parts = [git] recipe = hexagonit.recipe.cmmi -url = http://git-core.googlecode.com/files/git-1.7.8.3.tar.gz -md5sum = 7a4bc5160166537d4da5eb48a7670dff +url = http://git-core.googlecode.com/files/git-1.7.8.4.tar.gz +md5sum = e6c3319d76d52a830af395046fc56143 configure-options = --with-curl=${curl:location} --with-openssl=${openssl:location} -- 2.30.9