Merge branch 'ab/coding-guidelines-c99'
[alt-git.git] / Documentation / RelNotes / 2.39.0.txt
blobc8e333eebd09859f348e41018c847d5943c0cccf
1 Git v2.39 Release Notes
2 =======================
4 UI, Workflows & Features
5 ------------------------
7  * "git grep" learned to expand the sparse-index more lazily and on
8    demand in a sparse checkout.
10  * By default, use of fsmonitor on a repository on networked
11    filesystem is disabled. Add knobs to make it workable on macOS.
14 Performance, Internal Implementation, Development Support etc.
15 --------------------------------------------------------------
17  * With a bit of header twiddling, use the native regexp library on
18    macOS instead of the compat/ one.
20  * Prepare for GNU [ef]grep that throw warning of their uses.
22  * Sources related to fuzz testing have been moved down to their own
23    directory.
25  * Most credential helpers ignored unknown entries in a credential
26    description, but a few died upon seeing them.  The latter were
27    taught to ignore them, too
29  * "scalar unregister" in a repository that is already been
30    unregistered reported an error.
32  * Remove error detection from a function that fetches from promisor
33    remotes, and make it die when such a fetch fails to bring all the
34    requested objects, to give an early failure to various operations.
37 Fixes since v2.38
38 -----------------
40  * The codepath that reads from the index v4 had unaligned memory
41    accesses, which has been corrected.
42    (merge 4a6ed30f96 vd/fix-unaligned-read-index-v4 later to maint).
44  * Fix messages incorrectly marked for translation.
45    (merge 02cb8b9ee3 ah/fsmonitor-daemon-usage-non-l10n later to maint).
47  * "git fsck" failed to release contents of tree objects already used
48    from the memory, which has been fixed.
49    (merge 51b27747e5 jk/fsck-on-diet later to maint).
51  * "git clone" did not like to see the "--bare" and the "--origin"
52    options used together without a good reason.
53    (merge 3b910d6e29 jk/clone-allow-bare-and-o-together later to maint).
55  * "git remote rename" failed to rename a remote without fetch
56    refspec, which has been corrected.
57    (merge 5a97b38109 jk/remote-rename-without-fetch-refspec later to maint).
59  * Documentation on various Boolean GIT_* environment variables have
60    been clarified.
61    (merge 819fb68222 jc/environ-docs later to maint).
63  * "git rebase -i" can mistakenly attempt to apply a fixup to a commit
64    itself, which has been corrected.
65    (merge 3e367a5f2f ja/rebase-i-avoid-amending-self later to maint).
67  * "git multi-pack-index repack/expire" used to repack unreachable
68    cruft into a new pack, which have been corrected.
69    (merge b62ad5681f tb/midx-repack-ignore-cruft-packs later to maint).
71  * In read-only repositories, "git merge-tree" tried to come up with a
72    merge result tree object, which it failed (which is not wrong) and
73    led to a segfault (which is bad), which has been corrected.
74    (merge 92481d1b26 js/merge-ort-in-read-only-repo later to maint).
76  * Force C locale while running tests around httpd to make sure we can
77    find expected error messages in the log.
78    (merge 7a2d8ea47e rs/test-httpd-in-C-locale later to maint).
80  * Fix a logic in "mailinfo -b" that miscomputed the length of a
81    substring, which lead to an out-of-bounds access.
82    (merge 3ef1494685 pw/mailinfo-b-fix later to maint).
84  * The codepath to sign learned to report errors when it fails to read
85    from "ssh-keygen".
86    (merge 36fb0d07d8 pw/ssh-sign-report-errors later to maint).
88  * Code clean-up that results in plugging a leak.
89    (merge 246526d019 rs/bisect-start-leakfix later to maint).
91  * "GIT_EDITOR=: git branch --edit-description" resulted in failure,
92    which has been corrected.
93    (merge e288b3de35 jc/branch-description-unset later to maint).
95  * The code to clean temporary object directories (used for
96    quarantine) tried to remove them inside its signal handler, which
97    was a no-no.
98    (merge 22613b25ec jc/tmp-objdir later to maint).
100  * Update comment in the Makefile about the RUNTIME_PREFIX config knob.
101    (merge ebb6c16607 dd/document-runtime-prefix-better later to maint).
103  * Clarify that "the sentence after <area>: prefix does not begin with
104    a capital letter" rule applies only to the commit title.
105    (merge 3991bb73dd jc/use-of-uc-in-log-messages later to maint).
107  * "git branch --edit-description" on an unborh branch misleadingly
108    said that no such branch exists, which has been corrected.
109    (merge bcfc82bd48 rj/branch-edit-desc-unborn later to maint).
111  * Other code cleanup, docfix, build fix, etc.
112    (merge c34a6bd291 so/diff-merges-cleanup later to maint).
113    (merge 5e7c8b75e7 ab/test-malloc-with-sanitize-leak later to maint).
114    (merge 2a905f8fa8 ah/branch-autosetupmerge-grammofix later to maint).
115    (merge abcac2e19f rj/ref-filter-get-head-description-leakfix later to maint).
116    (merge 71e5473493 hn/parse-worktree-ref later to maint).
117    (merge 7190b7ebf9 ds/bundle-uri-docfix later to maint).
118    (merge 45350aeb11 jk/sequencer-missing-author-name-check later to maint).
119    (merge edbf9a2e20 nb/doc-mergetool-typofix later to maint).
120    (merge b004c90282 rs/gc-pack-refs-simplify later to maint).
121    (merge 69c5f17f11 jk/cleanup-callback-parameters later to maint).
122    (merge 7c07f36ad2 ab/unused-annotation later to maint).
123    (merge f7669676d0 rs/use-fspathncmp later to maint).
124    (merge a677d3c416 pw/remove-rebase-p-test later to maint).