We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce1e0b commit 19981daCopy full SHA for 19981da
Documentation/RelNotes/2.45.0.txt
@@ -66,6 +66,13 @@ UI, Workflows & Features
66
`--keep-redundant-commits` as well as some related docs changes and
67
sequencer code cleanup.
68
69
+ * "git config" learned "--comment=<message>" option to leave a
70
+ comment immediately after the "variable = value" on the same line
71
+ in the configuration file.
72
+
73
+ * core.commentChar used to be limited to a single byte, but has been
74
+ updated to allow an arbitrary multi-byte sequence.
75
76
77
Performance, Internal Implementation, Development Support etc.
78
0 commit comments