summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-04-01 20:21:22 (GMT)
committerJunio C Hamano <gitster@pobox.com>2024-04-01 20:21:36 (GMT)
commitc2cbfbd2e28cbe27c194d62183b42f27a6a5bb87 (patch)
tree95700dbfc92acd0fbe6214bf2e30b78cc779c373 /Documentation
parentcebe702a2a100cc44e0eb581089915e7cea134f5 (diff)
downloadgit-c2cbfbd2e28cbe27c194d62183b42f27a6a5bb87.zip
git-c2cbfbd2e28cbe27c194d62183b42f27a6a5bb87.tar.gz
git-c2cbfbd2e28cbe27c194d62183b42f27a6a5bb87.tar.bz2
The thirteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.45.0.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.45.0.txt b/Documentation/RelNotes/2.45.0.txt
index cabdaf4..c73354f 100644
--- a/Documentation/RelNotes/2.45.0.txt
+++ b/Documentation/RelNotes/2.45.0.txt
@@ -57,6 +57,9 @@ UI, Workflows & Features
* Remove an ancient and not well maintained Hg-to-git migration
script from contrib/.
+ * Hints that suggest what to do after resolving conflicts can now be
+ squelched by disabling advice.mergeConflict.
+
Performance, Internal Implementation, Development Support etc.
@@ -111,6 +114,10 @@ Performance, Internal Implementation, Development Support etc.
* A new fuzz target that exercises config parsing code has been
added.
+ * Fix the way recently added tests interpolate variables defined
+ outside them, and document the best practice to help future
+ developers.
+
Fixes since v2.44
-----------------
@@ -244,6 +251,25 @@ Fixes since v2.44
updated.
(merge bff85a338c bl/doc-key-val-sep-fix later to maint).
+ * "git checkout --conflict=bad" reported a bad conflictStyle as if it
+ were given to a configuration variable; it has been corrected to
+ report that the command line option is bad.
+ (merge 5a99c1ac1a pw/checkout-conflict-errorfix later to maint).
+
+ * Code clean-up in the "git log" machinery that implements custom log
+ message formatting.
+ (merge 1c10b8e5b0 jk/pretty-subject-cleanup later to maint).
+
+ * "git config" corrupted literal HT characters written in the
+ configuration file as part of a value, which has been corrected.
+ (merge e6895c3f97 ds/config-internal-whitespace-fix later to maint).
+
+ * A unit test for reftable code tried to enumerate all files in a
+ directory after reftable operations and expected to see nothing but
+ the files it wanted to leave there, but was fooled by .nfs* cruft
+ files left, which has been corrected.
+ (merge 0068aa7946 ps/reftable-unit-test-nfs-workaround later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge f0e578c69c rs/use-xstrncmpz later to maint).
(merge 83e6eb7d7a ba/credential-test-clean-fix later to maint).