Skip to content

Commit bc204b7

Browse files
committed
The seventh batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1f124f3 commit bc204b7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Documentation/RelNotes/2.49.0.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ Performance, Internal Implementation, Development Support etc.
2626
* Introduce a new API to visit objects in batches based on a common
2727
path, or by type.
2828

29+
* Following the procedure we established to introduce breaking
30+
changes for Git 3.0, allow an early opt-in for removing support of
31+
$GIT_DIR/branches/ and $GIT_DIR/remotes/ directories to configure
32+
remotes.
33+
2934

3035
Fixes since v2.48
3136
-----------------
@@ -113,6 +118,14 @@ Fixes since v2.48
113118
stress that the command reads its data from the standard input.
114119
(merge 49edce4ff9 jc/show-index-h-update later to maint).
115120

121+
* The API around choosing to use unsafe variant of SHA-1
122+
implementation has been updated in an attempt to make it harder to
123+
abuse.
124+
(merge 04292c3796 tb/unsafe-hash-cleanup later to maint).
125+
126+
* Fix bugs in an earlier attempt to fix "git refs migration".
127+
(merge f11f0a5a2d kn/reflog-migration-fix-fix later to maint).
128+
116129
* Other code cleanup, docfix, build fix, etc.
117130
(merge ddb5287894 jk/t7407-use-test-grep later to maint).
118131
(merge 21e1b44865 aj/difftool-config-doc-fix later to maint).
@@ -123,3 +136,5 @@ Fixes since v2.48
123136
(merge 69666e6746 ja/doc-restore-markup-update later to maint).
124137
(merge d11d003ba5 sk/strlen-returns-size_t later to maint).
125138
(merge 77b2d29e91 ja/doc-notes-markup-updates later to maint).
139+
(merge 6979bf6f8f jk/combine-diff-cleanup later to maint).
140+
(merge 8705c9bd13 kn/pack-write-with-reduced-globals later to maint).

0 commit comments

Comments
 (0)