blob: dcba888dba4d12d745a796de39b45b4c9a0497b5 [file] [log] [blame]
Junio C Hamano0d0ac382018-12-15 12:31:34 +09001Git v2.20.1 Release Notes
2=========================
3
4This release is primarily to fix brown-paper-bag breakages in the
52.20.0 release.
6
7Fixes 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.