summaryrefslogtreecommitdiff
path: root/devel/git
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-07-17 11:24:27 +0000
committeradam <adam@pkgsrc.org>2015-07-17 11:24:27 +0000
commitc81df5e0f2cf11a2b2d95b3ca9e9621db77dbccf (patch)
treedc537d025e013af24f2819bae8800e6dc3184665 /devel/git
parent1d3f7e6348adfc7ea7ab46b89aeb65b4e9ae087f (diff)
downloadpkgsrc-c81df5e0f2cf11a2b2d95b3ca9e9621db77dbccf.tar.gz
Changes 2.4.6:
* "git fetch --depth=<depth>" and "git clone --depth=<depth>" issued a shallow transfer request even to an upload-pack that does not support the capability. * "git fsck" used to ignore missing or invalid objects recorded in reflog. * The tcsh completion writes a bash scriptlet but that would have failed for users with noclobber set. * Recent Mac OS X updates breaks the logic to detect that the machine is on the AC power in the sample pre-auto-gc script. * "git format-patch --ignore-if-upstream A..B" did not like to be fed tags as boundary commits.
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 1e125f69d3f..eab211a743a 100644
--- a/devel/git/Makefile.version
+++ b/devel/git/Makefile.version
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.version,v 1.26 2015/07/04 05:56:29 ryoon Exp $
+# $NetBSD: Makefile.version,v 1.27 2015/07/17 11:24:27 adam Exp $
#
# used by devel/git/Makefile.common
# used by devel/git-svn/Makefile
-GIT_VERSION= 2.4.5
+GIT_VERSION= 2.4.6