Skip to content

Commit b63a92d

Browse files
committed
The ninth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 27d4f40 commit b63a92d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Documentation/RelNotes/2.47.0.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ UI, Workflows & Features
3535
environment variables, but now they can be configured in the user's
3636
global and system wide configuration.
3737

38+
* "git send-email" learned "--translate-aliases" option that reads
39+
addresses from the standard input and emits the result of applying
40+
aliases on them to the standard output.
41+
42+
* 'git for-each-ref' learned a new "--format" atom to find the branch
43+
that the history leading to a given commit "%(is-base:<commit>)" is
44+
likely based on.
45+
3846

3947
Performance, Internal Implementation, Development Support etc.
4048
--------------------------------------------------------------
@@ -85,6 +93,10 @@ Performance, Internal Implementation, Development Support etc.
8593
object in the config subsystem has been rewritten to pass a
8694
repository object through the callchain.
8795

96+
* Drop unused parameters from functions.
97+
98+
* Mark unused parameters as UNUSED to squelch -Wunused warnings.
99+
88100

89101
Fixes since v2.46
90102
-----------------
@@ -158,6 +170,14 @@ Fixes since v2.46
158170
unnecessarily, which has been corrected.
159171
(merge 96a9a3e42e ps/bundle-outside-repo-fix later to maint).
160172

173+
* Maintenance tasks other than "gc" now properly go background when
174+
"git maintenance" runs them.
175+
176+
* We created a useless pseudo-merge reachability bitmap that is about
177+
0 commits, and attempted to include commits that are not in packs,
178+
which made no sense. These bugs have been corrected.
179+
(merge a72dfab8b8 tb/pseudo-merge-bitmap-fixes later to maint).
180+
161181
* Other code cleanup, docfix, build fix, etc.
162182
(merge bb0498b1bb jc/how-to-maintain-updates later to maint).
163183
(merge 7c7516b8db jc/jl-git-no-advice-fix later to maint).
@@ -172,3 +192,4 @@ Fixes since v2.46
172192
(merge 170cdfc5a4 jc/grammo-fixes later to maint).
173193
(merge 983555a1f2 jc/how-to-maintain-updates later to maint).
174194
(merge e3209bd4df ps/stash-keep-untrack-empty-fix later to maint).
195+
(merge 44db6f75cc jc/coding-style-c-operator-with-spaces later to maint).

0 commit comments

Comments
 (0)