diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-04-28 10:44:14 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-04-28 10:46:04 -0700 |
| commit | 0f828332d5ac36fc63b7d8202652efa152809856 (patch) | |
| tree | 1dbb9f788daa8f3f1a09556093cecfb6d86454a7 /Documentation/RelNotes | |
| parent | Merge branch 'rs/name-rev-fix-free-after-use' (diff) | |
| download | git-0f828332d5ac36fc63b7d8202652efa152809856.tar.gz git-0f828332d5ac36fc63b7d8202652efa152809856.zip | |
Some regression fixes for 2.36
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
| -rw-r--r-- | Documentation/RelNotes/2.37.0.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.37.0.txt b/Documentation/RelNotes/2.37.0.txt new file mode 100644 index 0000000000..3c961d96ae --- /dev/null +++ b/Documentation/RelNotes/2.37.0.txt @@ -0,0 +1,19 @@ +Git v2.37 Release Notes +======================= + +Fixes since v2.36 +----------------- + + * "git submodule update" without pathspec should silently skip an + uninitialized submodule, but it started to become noisy by mistake. + (merge 4f1ccef87c gc/submodule-update-part2 later to maint). + + * "diff-tree --stdin" has been broken for about a year, but 2.36 + release broke it even worse by breaking running the command with + <pathspec>, which in turn broke "gitk" and got noticed. This has + been corrected by aligning its behaviour to that of "log". + (merge f8781bfda3 jc/diff-tree-stdin-fix later to maint). + + * Regression fix for 2.36 where "git name-rev" started to sometimes + reference strings after they are freed. + (merge 45a14f578e rs/name-rev-fix-free-after-use later to maint). |
