summaryrefslogtreecommitdiff
path: root/devel/git
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-01-17 09:50:38 +0000
committeradam <adam@pkgsrc.org>2014-01-17 09:50:38 +0000
commit50156d86dd70b9778dbfbcee52e7f1de54bd70e9 (patch)
tree1c90db9d31125f01ab08549874abfa69317ed24d /devel/git
parent39adbcc806f233da8d054cff060f09282e821924 (diff)
downloadpkgsrc-50156d86dd70b9778dbfbcee52e7f1de54bd70e9.tar.gz
Changes 1.8.5.3:
* The "--[no-]informative-errors" options to "git daemon" were parsed a bit too loosely, allowing any other string after these option names. * A "gc" process running as a different user should be able to stop a new "gc" process from starting. * An earlier "clean-up" introduced an unnecessary memory leak to the credential subsystem. * "git mv A B/", when B does not exist as a directory, should error out, but it didn't. * "git rev-parse <revs> -- <paths>" did not implement the usual disambiguation rules the commands in the "git log" family used in the same way. * "git cat-file --batch=", an admittedly useless command, did not behave very well. Also contains typofixes, documentation updates and trivial code clean-ups.
Diffstat (limited to 'devel/git')
-rw-r--r--devel/git/Makefile.version4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/git/Makefile.version b/devel/git/Makefile.version
index 8bf45e5ab85..b532d5c09ff 100644
--- a/devel/git/Makefile.version
+++ b/devel/git/Makefile.version
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.version,v 1.6 2014/01/01 11:14:38 adam Exp $
+# $NetBSD: Makefile.version,v 1.7 2014/01/17 09:50:38 adam Exp $
#
# used by devel/git/Makefile.common
# used by www/gitweb/Makefile
-GIT_VERSION= 1.8.5.2
+GIT_VERSION= 1.8.5.3