From: Junio C Hamano Date: Fri, 5 Apr 2024 17:49:37 +0000 (-0700) Subject: The fifteenth batch X-Git-Tag: v2.45.0-rc0~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19981daefd7c147444462739375462b49412ce33;p=thirdparty%2Fgit.git The fifteenth batch Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.45.0.txt b/Documentation/RelNotes/2.45.0.txt index 26fa15d8bc..5bca5a0c4d 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=" 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.