Skip to content

Commit e54793a

Browse files
committed
Git 2.36.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 565442c commit e54793a

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

Documentation/RelNotes/2.36.1.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Git v2.36.1 Release Notes
2+
=========================
3+
4+
Fixes since v2.36
5+
-----------------
6+
7+
* "git submodule update" without pathspec should silently skip an
8+
uninitialized submodule, but it started to become noisy by mistake.
9+
10+
* "diff-tree --stdin" has been broken for about a year, but 2.36
11+
release broke it even worse by breaking running the command with
12+
<pathspec>, which in turn broke "gitk" and got noticed. This has
13+
been corrected by aligning its behaviour to that of "log".
14+
15+
* Regression fix for 2.36 where "git name-rev" started to sometimes
16+
reference strings after they are freed.
17+
18+
* "git show <commit1> <commit2>... -- <pathspec>" lost the pathspec
19+
when showing the second and subsequent commits, which has been
20+
corrected.
21+
22+
* "git fast-export -- <pathspec>" lost the pathspec when showing the
23+
second and subsequent commits, which has been corrected.
24+
25+
* "git format-patch <args> -- <pathspec>" lost the pathspec when
26+
showing the second and subsequent commits, which has been
27+
corrected.
28+
29+
* Get rid of a bogus and over-eager coccinelle rule.
30+
31+
* Correct choices of C compilers used in various CI jobs.
32+
33+
Also contains minor documentation updates and code clean-ups.

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.36.0
4+
DEF_VER=v2.36.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.36.0.txt
1+
Documentation/RelNotes/2.36.1.txt

0 commit comments

Comments
 (0)