pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/scmgit Update to 1.5.2.5, provided by Blair Sade...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e55c485e20d9
branches:  trunk
changeset: 532722:e55c485e20d9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 29 23:34:51 2007 +0000

description:
Update to 1.5.2.5, provided by Blair Sadewitz in private mail:

IT v1.5.2.5 Release Notes
==========================

Fixes since v1.5.2.4
--------------------

 * Bugfixes

   - "git add -u" had a serious data corruption problem in one
     special case (when the changes to a subdirectory's files
     consist only deletion of files).

   - "git add -u <path>" did not work from a subdirectory.

   - "git apply" left an empty directory after all its files are
     renamed away.

   - "git $anycmd foo/bar", when there is a file 'foo' in the
     working tree, complained that "git $anycmd foo/bar --" form
     should be used to disambiguate between revs and files,
     which was completely bogus.

   - "git checkout-index" and other commands that checks out
     files to the work tree tried unlink(2) on directories,
     which is a sane thing to do on sane systems, but not on
     Solaris when you are root.

 * Documentation Fixes and Updates

   - A handful documentation fixes.


GIT v1.5.2.4 Release Notes
==========================

Fixes since v1.5.2.3
--------------------

 * Bugfixes

   - "git-gui" bugfixes, including a handful fixes to run it
     better on Cygwin/MSYS.

   - "git checkout" failed to switch back and forth between
     branches, one of which has "frotz -> xyzzy" symlink and
     file "xyzzy/filfre", while the other one has a file
     "frotz/filfre".

   - "git prune" used to segfault upon seeing a commit that is
     referred to by a tree object (aka "subproject").

   - "git diff --name-status --no-index" mishandled an added file.

   - "git apply --reverse --whitespace=warn" still complained
     about whitespaces that a forward application would have
     introduced.

 * Documentation Fixes and Updates

   - A handful documentation updates.

diffstat:

 devel/scmgit/Makefile |  4 ++--
 devel/scmgit/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r 2d3cb92e35f8 -r e55c485e20d9 devel/scmgit/Makefile
--- a/devel/scmgit/Makefile     Wed Aug 29 23:27:20 2007 +0000
+++ b/devel/scmgit/Makefile     Wed Aug 29 23:34:51 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2007/07/08 20:19:57 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2007/08/29 23:34:51 wiz Exp $
 #
 
-DISTNAME=      git-1.5.2.3
+DISTNAME=      git-1.5.2.5
 PKGNAME=       scm${DISTNAME}
 CATEGORIES=    devel scm
 MASTER_SITES=  http://www.kernel.org/pub/software/scm/git/
diff -r 2d3cb92e35f8 -r e55c485e20d9 devel/scmgit/distinfo
--- a/devel/scmgit/distinfo     Wed Aug 29 23:27:20 2007 +0000
+++ b/devel/scmgit/distinfo     Wed Aug 29 23:34:51 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2007/07/08 20:19:57 wiz Exp $
+$NetBSD: distinfo,v 1.12 2007/08/29 23:34:51 wiz Exp $
 
-SHA1 (git-1.5.2.3.tar.gz) = 6fa3888840ca6de7d8d5b7fdac46849393d893dd
-RMD160 (git-1.5.2.3.tar.gz) = 8e0286e7dec43d6b0dfba312f5895d7260778ab6
-Size (git-1.5.2.3.tar.gz) = 1411121 bytes
+SHA1 (git-1.5.2.5.tar.gz) = 18e9580d7f7ac1da9da6e614a20a90df40bda6e0
+RMD160 (git-1.5.2.5.tar.gz) = d6f376179355e5929f9d70b67507c6241f28ade0
+Size (git-1.5.2.5.tar.gz) = 1413507 bytes
 SHA1 (patch-aa) = 5e04beafa83732910493a5e3f4fe0c314b62e671
 SHA1 (patch-ab) = 59aaf91ef1f0d5a9ded006157467d8bd12d7b87b
 SHA1 (patch-ac) = 5c86dfda134040f6eeafe4f18a742d99a5b003cc



Home | Main Index | Thread Index | Old Index