diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-08-23 17:57:03 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-08-23 18:02:36 +0200 |
commit | 6a09c36371cbb902c573aee38d7cfd38f884f448 (patch) | |
tree | a84815f09b9cc2de8de87ebfb654e543de9fd8aa /Documentation/RelNotes/2.47.0.txt | |
parent | Merge branch 'ps/stash-keep-untrack-empty-fix' (diff) | |
download | git-6a09c36371cbb902c573aee38d7cfd38f884f448.tar.xz git-6a09c36371cbb902c573aee38d7cfd38f884f448.zip |
The eighth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/RelNotes/2.47.0.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.47.0.txt b/Documentation/RelNotes/2.47.0.txt index 24dd430403..30bae56aa8 100644 --- a/Documentation/RelNotes/2.47.0.txt +++ b/Documentation/RelNotes/2.47.0.txt @@ -30,6 +30,11 @@ UI, Workflows & Features * "git svn" has been taught about svn:global-ignores property recent versions of Subversion has. + * The default object hash and ref backend format used to be settable + only with explicit command line option to "git init" and + environment variables, but now they can be configured in the user's + global and system wide configuration. + Performance, Internal Implementation, Development Support etc. -------------------------------------------------------------- @@ -76,6 +81,10 @@ Performance, Internal Implementation, Development Support etc. * Incremental updates of multi-pack index files is getting worked on. + * Use of API functions that implicitly depend on the_repository + object in the config subsystem has been rewritten to pass a + repository object through the callchain. + Fixes since v2.46 ----------------- @@ -162,3 +171,4 @@ Fixes since v2.46 (merge 0d66f601a9 jc/tests-no-useless-tee later to maint). (merge 170cdfc5a4 jc/grammo-fixes later to maint). (merge 983555a1f2 jc/how-to-maintain-updates later to maint). + (merge e3209bd4df ps/stash-keep-untrack-empty-fix later to maint). |