1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-13 09:56:09 +02:00

Sync with 'master'

This commit is contained in:
Junio C Hamano 2024-04-05 11:01:04 -07:00
commit 6705b92e7a

View 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.