diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-05-11 22:56:07 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-05-11 22:56:23 +0200 |
commit | 277cf0bc36094f6dc4297d8c9cef79df045b735d (patch) | |
tree | 5149f7f70c22da920628a68c30b801ffe550b076 /Documentation/RelNotes/2.37.0.txt | |
parent | Merge branch 'rs/commit-summary-wo-break-rewrite' (diff) | |
download | git-277cf0bc36094f6dc4297d8c9cef79df045b735d.tar.xz git-277cf0bc36094f6dc4297d8c9cef79df045b735d.zip |
second 0th batch of topics from the previous cycle
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/RelNotes/2.37.0.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.37.0.txt b/Documentation/RelNotes/2.37.0.txt index 8175406431..ac8fd41e52 100644 --- a/Documentation/RelNotes/2.37.0.txt +++ b/Documentation/RelNotes/2.37.0.txt @@ -69,6 +69,22 @@ Fixes since v2.36 when processing only parts of the file. (merge e5f5d7d42e ea/progress-partial-blame later to maint). + * "git rebase --keep-base <upstream> <branch-to-rebase>" computed the + commit to rebase onto incorrectly, which has been corrected. + (merge 9e5ebe9668 ah/rebase-keep-base-fix later to maint). + + * Fix a leak of FILE * in an error codepath. + (merge c0befa0c03 kt/commit-graph-plug-fp-leak-on-error later to maint). + + * Avoid problems from interaction between malloc_check and address + sanitizer. + (merge 067109a5e7 pw/test-malloc-with-sanitize-address later to maint). + + * The commit summary shown after making a commit is matched to what + is given in "git status" not to use the break-rewrite heuristics. + (merge 84792322ed rs/commit-summary-wo-break-rewrite later to maint). + * Other code cleanup, docfix, build fix, etc. (merge e6b2582da3 cm/reftable-0-length-memset later to maint). (merge 0b75e5bf22 ab/misc-cleanup later to maint). + (merge 52e1ab8a76 ea/rebase-code-simplify later to maint). |