[Lunar-commits] <moonbase> git: updated to 1.7.0.4

Zbigniew Luszpinski zbiggy at lunar-linux.org
Thu Apr 1 22:21:09 CEST 2010


commit 4969d52cfa09bfe6896ba8b24d1cf9b0f76a9193
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Thu Apr 1 22:21:09 2010 +0200

    git: updated to 1.7.0.4
    
    Fixes since v1.7.0.3
    --------------------
    
     * Optimized ntohl/htonl on big-endian machines were broken.
    
     * Color values given to "color.<cmd>.<slot>" configuration can now have
       more than one attributes (e.g. "bold ul").
    
     * "git add -u nonexistent-path" did not complain.
    
     * "git apply --whitespace=fix" didn't work well when an early patch in
       a patch series adds trailing blank lines and a later one depended on
       such a block of blank lines at the end.
    
     * "git fast-export" didn't check error status and stop when marks file
       cannot be opened.
    
     * "git format-patch --ignore-if-in-upstream" gave unwarranted errors
       when the range was empty, instead of silently finishing.
    
     * "git remote prune" did not detect remote tracking refs that became
       dangling correctly.
    
    And other minor fixes and documentation updates.
---
 devel/git/DETAILS |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/devel/git/DETAILS b/devel/git/DETAILS
index 8928f5f..c8dc434 100644
--- a/devel/git/DETAILS
+++ b/devel/git/DETAILS
@@ -1,17 +1,17 @@
           MODULE=git
-         VERSION=1.7.0.3
+         VERSION=1.7.0.4
           SOURCE=$MODULE-$VERSION.tar.bz2
          SOURCE2=$MODULE-manpages-$VERSION.tar.bz2
          SOURCE3=$MODULE-makefile-install-9.patch
       SOURCE_URL=$KERNEL_URL/pub/software/scm/git
      SOURCE2_URL=$KERNEL_URL/pub/software/scm/git
      SOURCE3_URL=$PATCH_URL
-      SOURCE_VFY=sha1:7244e2ac0c439c9acdd1432072a9ff3dce8bc319
-     SOURCE2_VFY=sha1:e10259bcb42c484fcf6faca3604612877eea67e7
+      SOURCE_VFY=sha1:ed4d3375b5ee3640433270d2f2fedaf69d021801
+     SOURCE2_VFY=sha1:27cd73ba52fa5594420268abc43cf255d251c62a
      SOURCE3_VFY=sha1:1ec510ebede0e98e27882b624957bb4a00c9a31d
         WEB_SITE=http://git-scm.com
          ENTERED=20050707
-         UPDATED=20100322
+         UPDATED=20100401
            SHORT="Fast version control system"
            PSAFE=no
 


More information about the Lunar-commits mailing list