1 Git v2.36.1 Release Notes
2 =========================
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
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
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.