diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-01-02 19:04:26 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-01-02 21:37:19 +0900 |
| commit | 2b4f5a4e4bb102ac8d967cea653ed753b608193c (patch) | |
| tree | 06147533e695101400c25b0e0a87ad6d8e7a01a2 /Documentation | |
| parent | Merge branch 'ps/fsync-refs-fix' (diff) | |
| download | git-2b4f5a4e4bb102ac8d967cea653ed753b608193c.tar.gz git-2b4f5a4e4bb102ac8d967cea653ed753b608193c.zip | |
The fourth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/RelNotes/2.40.0.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.40.0.txt b/Documentation/RelNotes/2.40.0.txt index 634f0ae33a..80b3b50402 100644 --- a/Documentation/RelNotes/2.40.0.txt +++ b/Documentation/RelNotes/2.40.0.txt @@ -23,6 +23,9 @@ UI, Workflows & Features choose which editor gets used behind it, "git var" now give support to GIT_SEQUENCE_EDITOR. + * "git format-patch" learned to honor format.mboxrd even when sending + patches to the standard output stream, + Performance, Internal Implementation, Development Support etc. @@ -82,6 +85,15 @@ Fixes since v2.39 request and barfed, which has been corrected. (merge 6f65f84766 ss/pull-v-recurse-fix later to maint). + * When given a pattern that matches an empty string at the end of a + line, the code to parse the "git diff" line-ranges fell into an + infinite loop, which has been corrected. + (merge 4e57c88e02 lk/line-range-parsing-fix later to maint). + + * Fix the sequence to fsync $GIT_DIR/packed-refs file that forgot to + flush its output to the disk.. + (merge ce54672f9b ps/fsync-refs-fix later to maint). + * Other code cleanup, docfix, build fix, etc. (merge 77e04b2ed4 rs/t4205-do-not-exit-in-test-script later to maint). (merge faebba436e rs/plug-pattern-list-leak-in-lof later to maint). |
