Skip to content

Commit 0d0ac38

Browse files
committed
Git 2.20.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8324302 commit 0d0ac38

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

Diff for: Documentation/RelNotes/2.20.1.txt

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Git v2.20.1 Release Notes
2+
=========================
3+
4+
This release is primarily to fix brown-paper-bag breakages in the
5+
2.20.0 release.
6+
7+
Fixes since v2.20
8+
-----------------
9+
10+
* A few newly added tests were not portable and caused minority
11+
platforms to report false breakages, which have been fixed.
12+
13+
* Portability fix for a recent update to parse-options API.
14+
15+
* "git help -a" did not work well when an overly long alias is
16+
defined, which has been corrected.
17+
18+
* A recent update accidentally squelched an error message when the
19+
run_command API failed to run a missing command, which has been
20+
corrected.

Diff for: GIT-VERSION-GEN

+1-1
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.20.0
4+
DEF_VER=v2.20.1
55

66
LF='
77
'

Diff for: RelNotes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.20.0.txt
1+
Documentation/RelNotes/2.20.1.txt

0 commit comments

Comments
 (0)