Git fork

The thirteenth batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>

+22 -12
+22 -12
Documentation/RelNotes/2.48.0.txt
··· 19 * Documentation for "git bundle" saw improvements to more prominently 20 call out the use of '--all' when creating bundles. 21 22 23 Performance, Internal Implementation, Development Support etc. 24 -------------------------------------------------------------- 25 26 * Document "amlog" notes. 27 - (merge ddfb5bcfc6 tb/notes-amlog-doc later to maint). 28 29 * The way AsciiDoc is used for SYNOPSIS part of the manual pages has 30 been revamped. The sources, at least for the simple cases, got ··· 94 * We now ensure "index-pack" is used with the "--promisor" option 95 only during a "git fetch". 96 97 98 Fixes since v2.47 99 ----------------- 100 101 * Doc update to clarify how periodical maintenance are scheduled, 102 spread across time to avoid thundering hurds. 103 - (merge 3d6ab4177d sk/doc-maintenance-schedule later to maint). 104 105 * Use after free and double freeing at the end in "git log -L... -p" 106 had been identified and fixed. ··· 179 been corrected. 180 (merge b886db48c6 kn/ref-transaction-hook-with-reflog later to maint). 181 182 * Other code cleanup, docfix, build fix, etc. 183 - (merge 1164e270b5 jk/output-prefix-cleanup later to maint). 184 - (merge f36b8cbaef jh/config-unset-doc-fix later to maint). 185 - (merge 4154ed4108 js/doc-platform-support-link-fix later to maint). 186 (merge 77af53f56f aa/t7300-modernize later to maint). 187 - (merge 8ead1bba3e jc/doc-refspec-syntax later to maint). 188 - (merge 432f666aa6 kn/loose-object-layer-wo-global-hash later to maint). 189 - (merge c4b8fb6ef2 kh/merge-tree-doc later to maint). 190 - (merge b8139c8f4e kh/checkout-ignore-other-docfix later to maint). 191 - (merge 6dab49b9fb tc/bundle-uri-leakfix later to maint). 192 - (merge f1ed39987b xx/protocol-v2-doc-markup-fix later to maint). 193 - (merge 41869f7447 ak/typofixes later to maint). 194 (merge dcd590a39d bf/t-readme-mention-reftable later to maint). 195 (merge 68e3c69efa kh/trailer-in-glossary later to maint).
··· 19 * Documentation for "git bundle" saw improvements to more prominently 20 call out the use of '--all' when creating bundles. 21 22 + * Drop support for older libcURL and Perl. 23 + 24 25 Performance, Internal Implementation, Development Support etc. 26 -------------------------------------------------------------- 27 28 * Document "amlog" notes. 29 30 * The way AsciiDoc is used for SYNOPSIS part of the manual pages has 31 been revamped. The sources, at least for the simple cases, got ··· 95 * We now ensure "index-pack" is used with the "--promisor" option 96 only during a "git fetch". 97 98 + * The migration procedure between two ref backends has been optimized. 99 + 100 + * "git fsck" learned to issue warnings on "curiously formatted" ref 101 + contents that have always been taken valid but something Git 102 + wouldn't have written itself (e.g., missing terminating end-of-line 103 + after the full object name). 104 + 105 + * Work around Coverity warning that would not trigger in practice. 106 + 107 + * Built-in Git subcommands are supplied the repository object to work 108 + with; they learned to do the same when they invoke sub-subcommands. 109 + 110 111 Fixes since v2.47 112 ----------------- 113 114 * Doc update to clarify how periodical maintenance are scheduled, 115 spread across time to avoid thundering hurds. 116 117 * Use after free and double freeing at the end in "git log -L... -p" 118 had been identified and fixed. ··· 191 been corrected. 192 (merge b886db48c6 kn/ref-transaction-hook-with-reflog later to maint). 193 194 + * Give a bit of advice/hint message when "git maintenance" stops finding a 195 + lock file left by another instance that still is potentially running. 196 + (merge ba874d1dac ps/gc-stale-lock-warning later to maint). 197 + 198 + * Use the right helper program to measure file size in performance tests. 199 + (merge 3f97f1bce6 tb/use-test-file-size-more later to maint). 200 + 201 * Other code cleanup, docfix, build fix, etc. 202 (merge 77af53f56f aa/t7300-modernize later to maint). 203 (merge dcd590a39d bf/t-readme-mention-reftable later to maint). 204 (merge 68e3c69efa kh/trailer-in-glossary later to maint). 205 + (merge 91f88f76e6 tb/boundary-traversal-fix later to maint).