@@ -74,6 +74,12 @@ Performance, Internal Implementation, Development Support etc.
74
74
* Callers from older advice_config[] based API has been updated to
75
75
use the newer advice_if_enabled() and advice_enabled() API.
76
76
77
+ * Teach "test_pause" and "debug" helpers to allow using the HOME and
78
+ TERM environment variables the user usually uses.
79
+
80
+ * "make INSTALL_STRIP=-s install" allows the installation step to use
81
+ "install -s" to strip the binaries as they get installed.
82
+
77
83
78
84
Fixes since v2.33
79
85
-----------------
@@ -168,6 +174,27 @@ Fixes since v2.33
168
174
* Doc update plus improved error reporting.
169
175
(merge 1e93770888 jk/log-warn-on-bogus-encoding later to maint).
170
176
177
+ * Recent "diff -m" changes broke "gitk", which has been corrected.
178
+ (merge 5acffd3473 so/diff-index-regression-fix later to maint).
179
+
180
+ * Regression fix.
181
+ (merge b996f84989 ab/send-email-config-fix later to maint).
182
+
183
+ * The "git apply -3" code path learned not to bother the lower level
184
+ merge machinery when the three-way merge can be trivially resolved
185
+ without the content level merge. This fixes a regression caused by
186
+ recent "-3way first and fall back to direct application" change.
187
+ (merge 57f183b698 jc/trivial-threeway-binary-merge later to maint).
188
+
189
+ * The code that optionally creates the *.rev reverse index file has
190
+ been optimized to avoid needless computation when it is not writing
191
+ the file out.
192
+ (merge 8fe8bae9d2 ab/reverse-midx-optim later to maint).
193
+
194
+ * "git range-diff -I... <range> <range>" segfaulted, which has been
195
+ corrected.
196
+ (merge 709b3f32d3 rs/range-diff-avoid-segfault-with-I later to maint).
197
+
171
198
* Other code cleanup, docfix, build fix, etc.
172
199
(merge 1d9c8daef8 ab/bundle-doc later to maint).
173
200
(merge 81483fe613 en/merge-strategy-docs later to maint).
@@ -194,3 +221,6 @@ Fixes since v2.33
194
221
(merge e4f8d27585 rs/show-branch-simplify later to maint).
195
222
(merge e124ecf7f7 rs/archive-use-object-id later to maint).
196
223
(merge cebead1ebf cb/ci-build-pedantic later to maint).
224
+ (merge ca0cc98e03 bs/doc-bugreport-outdir later to maint).
225
+ (merge 72b113e562 ab/no-more-check-bindir later to maint).
226
+ (merge 92a5d1c9b4 jc/prefix-filename-allocates later to maint).
0 commit comments