Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/git-cvsexportcommit.txt: s/mgs/msg/ in example
author
Michael W. Olson
<mwolson@gnu.org>
Tue, 30 Oct 2007 13:53:47 +0000
(09:53 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 30 Oct 2007 18:39:47 +0000
(11:39 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-cvsexportcommit.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
e720c43
)
diff --git
a/Documentation/git-cvsexportcommit.txt
b/Documentation/git-cvsexportcommit.txt
index 4c8d1e638632bc67dcd74536dd6dd287b2604111..c3922f9238cf9f33d404665714fb0458122b6e43 100644
(file)
--- 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 .m
gs
<files>
+$ cvs commit -F .m
sg
<files>
------------
Merge pending patches into CVS automatically -- only if you really know what you are doing::