summaryrefslogtreecommitdiffstats
path: root/git-cvsexportcommit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-10-31 05:57:20 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-10-31 05:57:20 +0000
commit1974bf2632180e353120c4cd1dca476df26c5bc0 (patch)
tree39039cbcca848350765016f3ed12085d5db69612 /git-cvsexportcommit.txt
parentfb4fa4ebbe0c116c4dbc060c9d1f3b2f1e84e0bd (diff)
downloadgit-htmldocs-1974bf2632180e353120c4cd1dca476df26c5bc0.tar.gz
Autogenerated HTML docs for v1.5.3.4-498-g9c514
Diffstat (limited to 'git-cvsexportcommit.txt')
-rw-r--r--git-cvsexportcommit.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-cvsexportcommit.txt b/git-cvsexportcommit.txt
index 4c8d1e638..c3922f923 100644
--- a/git-cvsexportcommit.txt
+++ b/git-cvsexportcommit.txt
@@ -73,7 +73,7 @@ Merge one patch into CVS::
$ export GIT_DIR=~/project/.git
$ cd ~/project_cvs_checkout
$ git-cvsexportcommit -v <commit-sha1>
-$ cvs commit -F .mgs <files>
+$ cvs commit -F .msg <files>
------------
Merge pending patches into CVS automatically -- only if you really know what you are doing::