| 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. |