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.
This commit is contained in:
adam 2021-11-28 16:25:24 +00:00
parent 2f363b8545
commit ed6dccd9c0
2 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.113 2021/11/17 09:01:40 adam Exp $
$NetBSD: distinfo,v 1.114 2021/11/28 16:25:24 adam Exp $
BLAKE2s (git-2.34.0.tar.xz) = 240001151620563e17cbb1a91f76933a91b9f12ba7f39c4f5d4e446aa8c2f395
SHA512 (git-2.34.0.tar.xz) = 3102c1ebe408eb549ebd0f9b1420663ed04a2720e4dc676c1854a9e7b8306bb49dc931b734aa7eb612eb7adc2ad92730c0d2dd704dbd859ba61e5ceba909fcc3
Size (git-2.34.0.tar.xz) = 6623924 bytes
BLAKE2s (git-2.34.1.tar.xz) = b7f5c8af4ebb5f610a1ec618081eb42fd482bfc11be51dd83bfb53f858ce77b3
SHA512 (git-2.34.1.tar.xz) = a1a8e9e6f64b1da25508fbd2f783564dcdbe181fb5ff1ebab3bdac6db6094e18acc334479a1abf22ac17ce4f733cc3e10a664db9ab234cd523735a3f027b42db
Size (git-2.34.1.tar.xz) = 6623760 bytes
SHA1 (patch-Documentation_Makefile) = 6025adac0fbb4b403f3954e6dac9d690dfb22daa
SHA1 (patch-Makefile) = 73741b9d9a1b32bb47db48a7c546c4ff10fb41d6
SHA1 (patch-config.mak.uname) = 5316873147acf5b6ef29e426946280bb6441c886

View file

@ -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