Skip to content

Commit 6a09c36

Browse files
committed
The eighth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 62c5b88 commit 6a09c36

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/RelNotes/2.47.0.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ UI, Workflows & Features
3030
* "git svn" has been taught about svn:global-ignores property
3131
recent versions of Subversion has.
3232

33+
* The default object hash and ref backend format used to be settable
34+
only with explicit command line option to "git init" and
35+
environment variables, but now they can be configured in the user's
36+
global and system wide configuration.
37+
3338

3439
Performance, Internal Implementation, Development Support etc.
3540
--------------------------------------------------------------
@@ -76,6 +81,10 @@ Performance, Internal Implementation, Development Support etc.
7681

7782
* Incremental updates of multi-pack index files is getting worked on.
7883

84+
* Use of API functions that implicitly depend on the_repository
85+
object in the config subsystem has been rewritten to pass a
86+
repository object through the callchain.
87+
7988

8089
Fixes since v2.46
8190
-----------------
@@ -162,3 +171,4 @@ Fixes since v2.46
162171
(merge 0d66f601a9 jc/tests-no-useless-tee later to maint).
163172
(merge 170cdfc5a4 jc/grammo-fixes later to maint).
164173
(merge 983555a1f2 jc/how-to-maintain-updates later to maint).
174+
(merge e3209bd4df ps/stash-keep-untrack-empty-fix later to maint).

0 commit comments

Comments
 (0)