diff options
author | Michael W. Olson <mwolson@gnu.org> | 2007-10-30 09:53:47 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-10-30 11:39:47 -0700 |
commit | 562e35c34ced4ca7af024d213737411238dbe0f5 (patch) | |
tree | a0c19d514a0e803c94c7dbc045eb4a2961de54c8 /Documentation | |
parent | e720c4382f6c9317a3b495e80c7dfc609a0db5e6 (diff) | |
download | git-562e35c34ced4ca7af024d213737411238dbe0f5.tar.gz git-562e35c34ced4ca7af024d213737411238dbe0f5.tar.xz |
Documentation/git-cvsexportcommit.txt: s/mgs/msg/ in example
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-cvsexportcommit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-cvsexportcommit.txt b/Documentation/git-cvsexportcommit.txt index 4c8d1e638..c3922f923 100644 --- a/Documentation/git-cvsexportcommit.txt +++ b/Documentation/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:: |