summaryrefslogtreecommitdiff
path: root/www/gitweb
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-09-28 14:21:30 +0000
committeradam <adam@pkgsrc.org>2015-09-28 14:21:30 +0000
commit31261f1933430efd853e2401e0da24e05102e2a7 (patch)
tree8b05963fe287d0bcda38c8ad90989e3e1296ff45 /www/gitweb
parent7868fff63dbcbc7bc512ebef01f9538b99910305 (diff)
downloadpkgsrc-31261f1933430efd853e2401e0da24e05102e2a7.tar.gz
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.
Diffstat (limited to 'www/gitweb')
-rw-r--r--www/gitweb/Makefile3
1 files changed, 1 insertions, 2 deletions
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