Skip to content

Commit e9d7761

Browse files
committed
Git 2.34.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d62a765 commit e9d7761

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

Documentation/RelNotes/2.34.1.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Git v2.34.1 Release Notes
2+
=========================
3+
4+
This release is primarily to fix a handful of regressions in Git 2.34.
5+
6+
Fixes since v2.34
7+
-----------------
8+
9+
* "git grep" looking in a blob that has non-UTF8 payload was
10+
completely broken when linked with certain versions of PCREv2
11+
library in the latest release.
12+
13+
* "git pull" with any strategy when the other side is behind us
14+
should succeed as it is a no-op, but doesn't.
15+
16+
* An earlier change in 2.34.0 caused JGit application (that abused
17+
GIT_EDITOR mechanism when invoking "git config") to get stuck with
18+
a SIGTTOU signal; it has been reverted.
19+
20+
* An earlier change that broke .gitignore matching has been reverted.
21+
22+
* SubmittingPatches document gained a syntactically incorrect mark-up,
23+
which has been corrected.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.34.0
4+
DEF_VER=v2.34.1
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.34.0.txt
1+
Documentation/RelNotes/2.34.1.txt

0 commit comments

Comments
 (0)