From 31261f1933430efd853e2401e0da24e05102e2a7 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 28 Sep 2015 14:21:30 +0000 Subject: 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. --- www/gitweb/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www') diff --git a/www/gitweb/Makefile b/www/gitweb/Makefile index 2403f95690e..7ed8e94f411 100644 --- a/www/gitweb/Makefile +++ b/www/gitweb/Makefile @@ -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 -- cgit v1.2.3