summaryrefslogtreecommitdiff
path: root/devel/git
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-11-28 16:25:24 +0000
committeradam <adam@pkgsrc.org>2021-11-28 16:25:24 +0000
commitcabebf0ba44e10a13469e6a103f2b96d8500bc9f (patch)
tree5576992e3a1137ece80764724394df5ecf5925c6 /devel/git
parentc248411cab91e5b1e56793c3261a0c35281ff3d4 (diff)
downloadpkgsrc-cabebf0ba44e10a13469e6a103f2b96d8500bc9f.tar.gz
git: updated to 2.34.1
Git v2.34.1 Release Notes ========================= This release is primarily to fix a handful of regressions in Git 2.34. Fixes since v2.34 ----------------- * "git grep" looking in a blob that has non-UTF8 payload was completely broken when linked with certain versions of PCREv2 library in the latest release. * "git pull" with any strategy when the other side is behind us should succeed as it is a no-op, but doesn't. * An earlier change in 2.34.0 caused JGit application (that abused GIT_EDITOR mechanism when invoking "git config") to get stuck with a SIGTTOU signal; it has been reverted. * An earlier change that broke .gitignore matching has been reverted. * SubmittingPatches document gained a syntactically incorrect mark-up, which has been corrected.
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 085f85ee022..f99dc1b6647 100644
--- a/devel/git/Makefile.version
+++ b/devel/git/Makefile.version
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.version,v 1.99 2021/11/17 09:01:39 adam Exp $
+# $NetBSD: Makefile.version,v 1.100 2021/11/28 16:25:24 adam Exp $
#
# used by devel/git/Makefile.common
# used by devel/git-cvs/Makefile
# used by devel/git-svn/Makefile
-GIT_VERSION= 2.34.0
+GIT_VERSION= 2.34.1