Skip to content

Commit

Permalink
Documentation/git-cvsexportcommit.txt: s/mgs/msg/ in example
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Michael W. Olson authored and Junio C Hamano committed Oct 30, 2007
1 parent e720c43 commit 562e35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-cvsexportcommit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 562e35c

Please sign in to comment.