From: Junio C Hamano Date: Wed, 8 Mar 2006 01:42:50 +0000 (+0000) Subject: Autogenerated man pages for v1.2.4-gf067 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;ds=sidebyside;h=e75f2e752239751f41c8cb6aaa926a4f034a223b;p=git.git Autogenerated man pages for v1.2.4-gf067 --- diff --git a/man1/git-cvsimport.1 b/man1/git-cvsimport.1 index 57d4a1d3..204702eb 100755 --- a/man1/git-cvsimport.1 +++ b/man1/git-cvsimport.1 @@ -23,7 +23,7 @@ git-cvsimport \- Import a CVS repository into git .SH "SYNOPSIS" .nf -git\-cvsimport [\-o ] [\-h] [\-v] [\-d ] [\-s ] +\fIgit\-cvsimport\fR [\-o ] [\-h] [\-v] [\-d ] [\-s ] [\-p ] [\-C ] [\-i] [\-P ] [\-m] [\-M regex] [] .fi @@ -34,7 +34,10 @@ git\-cvsimport [\-o ] [\-h] [\-v] [\-d ] [\-s -The HEAD branch from CVS is imported to the origin branch within the git repository, as HEAD already has a special meaning for git\&. Use this option if you want to import into a different branch\&. +The \fIHEAD\fR branch from CVS is imported to the \fIorigin\fR branch within the git repository, as \fIHEAD\fR already has a special meaning for git\&. Use this option if you want to import into a different branch\&. -Use \-o master for continuing an import that was initially done by the old cvs2git tool\&. +Use \fI\-o master\fR for continuing an import that was initially done by the old cvs2git tool\&. .TP \-p -Additional options for cvsps\&. The options \-u and \-A are implicit and should not be used here\&. +Additional options for cvsps\&. The options \fI\-u\fR and \fI\-A\fR are implicit and should not be used here\&. If you need to pass multiple options, separate them with a comma\&. @@ -84,7 +87,7 @@ Attempt to detect merges based on the commit message with a custom regex\&. It c .TP \-v -Verbosity: let cvsimport report what it is doing\&. +Verbosity: let \fIcvsimport\fR report what it is doing\&. .TP @@ -132,7 +135,7 @@ git\-link[1]::git\-cvsexportcommit\&. .SH "OUTPUT" -If \-v is specified, the script reports what it is doing\&. +If \fI\-v\fR is specified, the script reports what it is doing\&. Otherwise, success is indicated the Unix way, i\&.e\&. by simply exiting with a zero exit status\&.