summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-04-05 17:49:37 (GMT)
committerJunio C Hamano <gitster@pobox.com>2024-04-05 17:49:49 (GMT)
commit19981daefd7c147444462739375462b49412ce33 (patch)
tree36515e2a4fecfbe2b18de651236c00bea3188c73 /Documentation
parentdce1e0b6daaa872a3b88724d9aa1b087c95e8754 (diff)
downloadgit-19981daefd7c147444462739375462b49412ce33.zip
git-19981daefd7c147444462739375462b49412ce33.tar.gz
git-19981daefd7c147444462739375462b49412ce33.tar.bz2
The fifteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.45.0.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.45.0.txt b/Documentation/RelNotes/2.45.0.txt
index 26fa15d..5bca5a0 100644
--- a/Documentation/RelNotes/2.45.0.txt
+++ b/Documentation/RelNotes/2.45.0.txt
@@ -66,6 +66,13 @@ UI, Workflows & Features
`--keep-redundant-commits` as well as some related docs changes and
sequencer code cleanup.
+ * "git config" learned "--comment=<message>" option to leave a
+ comment immediately after the "variable = value" on the same line
+ in the configuration file.
+
+ * core.commentChar used to be limited to a single byte, but has been
+ updated to allow an arbitrary multi-byte sequence.
+
Performance, Internal Implementation, Development Support etc.