@@ -35,6 +35,14 @@ UI, Workflows & Features
35
35
environment variables, but now they can be configured in the user's
36
36
global and system wide configuration.
37
37
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
+
38
46
39
47
Performance, Internal Implementation, Development Support etc.
40
48
--------------------------------------------------------------
@@ -85,6 +93,10 @@ Performance, Internal Implementation, Development Support etc.
85
93
object in the config subsystem has been rewritten to pass a
86
94
repository object through the callchain.
87
95
96
+ * Drop unused parameters from functions.
97
+
98
+ * Mark unused parameters as UNUSED to squelch -Wunused warnings.
99
+
88
100
89
101
Fixes since v2.46
90
102
-----------------
@@ -158,6 +170,14 @@ Fixes since v2.46
158
170
unnecessarily, which has been corrected.
159
171
(merge 96a9a3e42e ps/bundle-outside-repo-fix later to maint).
160
172
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
+
161
181
* Other code cleanup, docfix, build fix, etc.
162
182
(merge bb0498b1bb jc/how-to-maintain-updates later to maint).
163
183
(merge 7c7516b8db jc/jl-git-no-advice-fix later to maint).
@@ -172,3 +192,4 @@ Fixes since v2.46
172
192
(merge 170cdfc5a4 jc/grammo-fixes later to maint).
173
193
(merge 983555a1f2 jc/how-to-maintain-updates later to maint).
174
194
(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