diff options
author | Taylor Blau <me@ttaylorr.com> | 2022-11-19 00:48:53 +0100 |
---|---|---|
committer | Taylor Blau <me@ttaylorr.com> | 2022-11-19 00:48:53 +0100 |
commit | a0789512c5a4ae7da935cd2e419f253cb3cb4ce7 (patch) | |
tree | d2e5140337f3726a076f01964168333e31390de3 /Documentation | |
parent | Merge branch 'en/sparse-checkout-design' (diff) | |
download | git-a0789512c5a4ae7da935cd2e419f253cb3cb4ce7.tar.xz git-a0789512c5a4ae7da935cd2e419f253cb3cb4ce7.zip |
The thirteenth batch
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes/2.39.0.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.39.0.txt b/Documentation/RelNotes/2.39.0.txt index f9bc29f7d2..153bf6d89b 100644 --- a/Documentation/RelNotes/2.39.0.txt +++ b/Documentation/RelNotes/2.39.0.txt @@ -32,6 +32,9 @@ UI, Workflows & Features * Enable gc.cruftpacks by default for those who opt into feature.experimental setting. + * "git repack" learns to send cruft objects out of the way into + packfiles outside the repository. + Performance, Internal Implementation, Development Support etc. -------------------------------------------------------------- @@ -109,6 +112,18 @@ Performance, Internal Implementation, Development Support etc. * Modernize test script to avoid "test -f" and friends. + * Avoid calling 'cache_tree_update()' when doing so would be + redundant. + + * Update the credential-cache documentation to provide a more + realistic example. + + * Makefile comments updates and reordering to clarify knobs used to + choose SHA implementations. + + * A design document for sparse-checkout's future directions has been + added. + Fixes since v2.38 ----------------- @@ -250,6 +265,12 @@ Fixes since v2.38 * "git archive" mistakenly complained twice about a missing executable, which has been corrected. + * Fix a bug where `git branch -d` did not work on an orphaned HEAD. + + * `git rebase --update-refs` would delete references when all + `update-ref` commands in the sequencer were removed, which has been + corrected. + * Other code cleanup, docfix, build fix, etc. (merge 413bc6d20a ds/cmd-main-reorder later to maint). (merge 8d2863e4ed nw/t1002-cleanup later to maint). |