Changes 2.5.3:

* The experimental untracked-cache feature were buggy when paths with
   a few levels of subdirectories are involved.

 * Recent versions of scripted "git am" has a performance regression
   in "git am --skip" codepath, which no longer exists in the
   built-in version on the 'master' front.  Fix the regression in
   the last scripted version that appear in 2.5.x maintenance track
   and older.

Also contains typofixes, documentation updates and trivial code
clean-ups.
This commit is contained in:
adam 2015-09-28 14:21:30 +00:00
parent 217dc71cc0
commit a9c50e1512
3 changed files with 7 additions and 8 deletions

View file

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.34 2015/09/13 09:24:32 wiz Exp $
$NetBSD: distinfo,v 1.35 2015/09/28 14:21:30 adam Exp $
SHA1 (git-2.5.2.tar.xz) = 5078512c7dba1db2d98814c1abe7550dc18507c9
RMD160 (git-2.5.2.tar.xz) = 82d2f002871e02371392986a0fe90150c01c7337
Size (git-2.5.2.tar.xz) = 3744080 bytes
SHA1 (git-2.5.3.tar.xz) = 9ebfaee43261fa6b42243c96c9ff16f69cd02d70
RMD160 (git-2.5.3.tar.xz) = 73470620aa67f243d0b775b2c5a8b5620772d558
Size (git-2.5.3.tar.xz) = 3745096 bytes
SHA1 (patch-aa) = 8c1096065d26b93a6e10bc6926d3fc3686f711f2
SHA1 (patch-ac) = 376cdd1c58b143c820ff6395987a8a77cf9b52ba
SHA1 (patch-ae) = 9bc2e6c7f0a8fbc385b6ffda638d3245a62dc5ca

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile.version,v 1.30 2015/09/13 09:24:32 wiz Exp $
# $NetBSD: Makefile.version,v 1.31 2015/09/28 14:21:30 adam Exp $
#
# used by devel/git/Makefile.common
# used by devel/git-svn/Makefile
GIT_VERSION= 2.5.2
GIT_VERSION= 2.5.3

View file

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.31 2015/08/30 06:56:19 ryoon Exp $
# $NetBSD: Makefile,v 1.32 2015/09/28 14:21:30 adam Exp $
.include "../../devel/git/Makefile.common"
PKGNAME= ${DISTNAME:S/git/gitweb/}
PKGREVISION= 1
CATEGORIES= www
COMMENT= Web interface for GIT repositories