]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/config.txt
cvsserver: add option to configure commit message
[thirdparty/git.git] / Documentation / config.txt
index 52786c7df5eb902cf97fee165ceb25e3c4763e9e..b4e0eea9f70a62ac84fe506a27acd72d4037faa4 100644 (file)
@@ -723,6 +723,10 @@ gc.rerereunresolved::
        kept for this many days when 'git-rerere gc' is run.
        The default is 15 days.  See linkgit:git-rerere[1].
 
+gitcvs.commitmsgannotation::
+       Append this string to each commit message. Set to empty string
+       to disable this feature. Defaults to "via git-CVS emulator".
+
 gitcvs.enabled::
        Whether the CVS server interface is enabled for this repository.
        See linkgit:git-cvsserver[1].