diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-03-27 10:59:34 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-03-27 11:00:03 -0700 |
| commit | 5361983c075154725be47b65cca9a2421789e410 (patch) | |
| tree | 511909b5ffe7dc75131f275528c666eebf75260e /Documentation/RelNotes/2.54.0.adoc | |
| parent | 7241be412367d60c69b1eb7eb979be5935bed646 (diff) | |
| download | git-5361983c075154725be47b65cca9a2421789e410.tar.xz | |
The 22nd batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.54.0.adoc')
| -rw-r--r-- | Documentation/RelNotes/2.54.0.adoc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.54.0.adoc b/Documentation/RelNotes/2.54.0.adoc index 25affd6a98..4a3e0d3dfb 100644 --- a/Documentation/RelNotes/2.54.0.adoc +++ b/Documentation/RelNotes/2.54.0.adoc @@ -97,6 +97,9 @@ UI, Workflows & Features * "git history" learned the "split" subcommand. + * The reference-transaction hook was taught to be triggered before + taking locks on references in the "preparing" phase. + Performance, Internal Implementation, Development Support etc. -------------------------------------------------------------- @@ -231,6 +234,11 @@ Performance, Internal Implementation, Development Support etc. * The logic to count objects has been cleaned up. + * Tweak the build infrastructure by moving tools around. + + * Uses of prio_queue as a LIFO stack of commits have been written + with commit_stack. + Fixes since v2.53 ----------------- @@ -388,6 +396,16 @@ Fixes since v2.53 took an empty string as a valid <num>. (merge 4f6a803aba ty/doc-diff-u-wo-number later to maint). + * The handling of the incomplete lines at the end by "git + diff-highlight" has been fixed. + + * merge-file --object-id used to trigger a BUG when run in a linked + worktree, which has been fixed. + (merge 57246b7c62 mr/merge-file-object-id-worktree-fix later to maint). + + * "git apply -p<n>" parses <n> more carefully now. + (merge d05d84c5f5 mf/apply-p-no-atoi later to maint). + * Other code cleanup, docfix, build fix, etc. (merge d79fff4a11 jk/remote-tracking-ref-leakfix later to maint). (merge 7a747f972d dd/t5403-modernise later to maint). @@ -435,3 +453,6 @@ Fixes since v2.53 (merge 2f05039717 rj/pack-refs-tests-path-is-helpers later to maint). (merge 2594747ad1 jk/transport-color-leakfix later to maint). (merge 48430e44ac mf/t0008-cleanup later to maint). + (merge fc8a4f15e7 gi/doc-boolean-config-typofix later to maint). + (merge 37182267a0 kh/doc-interpret-trailers-1 later to maint). + (merge f64c50e768 jc/rerere-modern-strbuf-handling later to maint). |
