Skip to content

Commit 0ea906d

Browse files
committed
0th batch for early fixes
Signed-off-by: Junio C Hamano <[email protected]>
1 parent c152456 commit 0ea906d

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

Documentation/RelNotes/2.35.0.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Git 2.35 Release Notes
2+
======================
3+
4+
Updates since Git 2.34
5+
----------------------
6+
7+
UI, Workflows & Features
8+
9+
10+
Performance, Internal Implementation, Development Support etc.
11+
12+
13+
14+
Fixes since v2.34
15+
-----------------
16+
17+
* "git grep" looking in a blob that has non-UTF8 payload was
18+
completely broken when linked with certain versions of PCREv2
19+
library in the latest release.
20+
21+
* Other code cleanup, docfix, build fix, etc.
22+
(merge edbd9f3715 ab/update-submitting-patches later to maint).
23+
24+
* "git pull" with any strategy when the other side is behind us
25+
should succeed as it is a no-op, but doesn't.

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.GIT
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.35.0.txt

0 commit comments

Comments
 (0)