diff options
author | 2009-01-13 23:09:35 -0800 | |
---|---|---|
committer | 2009-01-13 23:09:35 -0800 | |
commit | d83fd33bc14512afdd0d5b8e1d0fe46311531e2e (patch) | |
tree | 9d794fe409e96a52135611413caf6a972c100269 /Documentation | |
parent | Merge branch 'js/maint-bisect-gitk' (diff) | |
parent | cvsserver: change generation of CVS author names (diff) | |
download | tgif-d83fd33bc14512afdd0d5b8e1d0fe46311531e2e.tar.xz |
Merge branch 'fe/cvsserver'
* fe/cvsserver:
cvsserver: change generation of CVS author names
cvsserver: add option to configure commit message
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index ea0cd97b04..6b3ac5aa90 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -725,6 +725,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]. |