]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The fifteenth batch
authorJunio C Hamano <gitster@pobox.com>
Fri, 5 Apr 2024 17:49:37 +0000 (10:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Apr 2024 17:49:49 +0000 (10:49 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.45.0.txt

index 26fa15d8bcdf14355b7545b763f93a5c1dcfbda2..5bca5a0c4d3d0f4353a4ba028a9d40557e14789d 100644 (file)
@@ -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.