diff options
author | adam <adam@pkgsrc.org> | 2014-01-01 11:14:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-01-01 11:14:38 +0000 |
commit | ce91ec8c29c49a7f8e98f3f1ed9b93f41fc45728 (patch) | |
tree | b47d12954b93c89127c7c87bf11c30cf282c87d2 /www/gitweb | |
parent | d3caffb4687b3db39bd74b636d18345de1accc65 (diff) | |
download | pkgsrc-ce91ec8c29c49a7f8e98f3f1ed9b93f41fc45728.tar.gz |
Changes 1.8.5.2:
* "git diff -- ':(icase)makefile'" was unnecessarily rejected at the
command line parser.
* "git cat-file --batch-check=ok" did not check the existence of
the named object.
* "git am --abort" sometimes complained about not being able to write
a tree with an 0{40} object in it.
* Two processes creating loose objects at the same time could have
failed unnecessarily when the name of their new objects started
with the same byte value, due to a race condition.
Also contains typofixes, documentation updates and trivial code clean-ups
Diffstat (limited to 'www/gitweb')
-rw-r--r-- | www/gitweb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/gitweb/Makefile b/www/gitweb/Makefile index 29cfa5bf930..c6fde0819f7 100644 --- a/www/gitweb/Makefile +++ b/www/gitweb/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2013/12/09 14:17:54 obache Exp $ +# $NetBSD: Makefile,v 1.21 2014/01/01 11:14:38 adam Exp $ .include "../../devel/git/Makefile.version" DISTNAME= git-${GIT_VERSION} PKGNAME= ${DISTNAME:S/git/gitweb/} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.kernel.org/pub/software/scm/git/ |