Git 2.36.1
[git/debian.git] / Documentation / RelNotes / 2.36.1.txt
bloba9617095db8909db9d1ac4d9ca0498dacc02b2c1
1 Git v2.36.1 Release Notes
2 =========================
4 Fixes since v2.36
5 -----------------
7  * "git submodule update" without pathspec should silently skip an
8    uninitialized submodule, but it started to become noisy by mistake.
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".
15  * Regression fix for 2.36 where "git name-rev" started to sometimes
16    reference strings after they are freed.
18  * "git show <commit1> <commit2>... -- <pathspec>" lost the pathspec
19    when showing the second and subsequent commits, which has been
20    corrected.
22  * "git fast-export -- <pathspec>" lost the pathspec when showing the
23    second and subsequent commits, which has been corrected.
25  * "git format-patch <args> -- <pathspec>" lost the pathspec when
26    showing the second and subsequent commits, which has been
27    corrected.
29  * Get rid of a bogus and over-eager coccinelle rule.
31  * Correct choices of C compilers used in various CI jobs.
33 Also contains minor documentation updates and code clean-ups.