@@ -57,6 +57,9 @@ UI, Workflows & Features
5757 * Remove an ancient and not well maintained Hg-to-git migration
5858 script from contrib/.
5959
60+ * Hints that suggest what to do after resolving conflicts can now be
61+ squelched by disabling advice.mergeConflict.
62+
6063
6164Performance, Internal Implementation, Development Support etc.
6265
@@ -111,6 +114,10 @@ Performance, Internal Implementation, Development Support etc.
111114 * A new fuzz target that exercises config parsing code has been
112115 added.
113116
117+ * Fix the way recently added tests interpolate variables defined
118+ outside them, and document the best practice to help future
119+ developers.
120+
114121
115122Fixes since v2.44
116123-----------------
@@ -244,6 +251,25 @@ Fixes since v2.44
244251 updated.
245252 (merge bff85a338c bl/doc-key-val-sep-fix later to maint).
246253
254+ * "git checkout --conflict=bad" reported a bad conflictStyle as if it
255+ were given to a configuration variable; it has been corrected to
256+ report that the command line option is bad.
257+ (merge 5a99c1ac1a pw/checkout-conflict-errorfix later to maint).
258+
259+ * Code clean-up in the "git log" machinery that implements custom log
260+ message formatting.
261+ (merge 1c10b8e5b0 jk/pretty-subject-cleanup later to maint).
262+
263+ * "git config" corrupted literal HT characters written in the
264+ configuration file as part of a value, which has been corrected.
265+ (merge e6895c3f97 ds/config-internal-whitespace-fix later to maint).
266+
267+ * A unit test for reftable code tried to enumerate all files in a
268+ directory after reftable operations and expected to see nothing but
269+ the files it wanted to leave there, but was fooled by .nfs* cruft
270+ files left, which has been corrected.
271+ (merge 0068aa7946 ps/reftable-unit-test-nfs-workaround later to maint).
272+
247273 * Other code cleanup, docfix, build fix, etc.
248274 (merge f0e578c69c rs/use-xstrncmpz later to maint).
249275 (merge 83e6eb7d7a ba/credential-test-clean-fix later to maint).
0 commit comments