Autogenerated man pages for v1.2.4-gce4c
authorJunio C Hamano <junio@hera.kernel.org>
Fri, 3 Mar 2006 23:19:53 +0000 (23:19 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Fri, 3 Mar 2006 23:19:53 +0000 (23:19 +0000)
man1/git-repo-config.1
man1/git-svnimport.1

index 2ec2f45..261d00a 100755 (executable)
 git-repo-config \- Get and set options in .git/config.
 .SH "SYNOPSIS"
 
-
-\fIgit\-repo\-config\fR [type] name [value [value_regex]] \fIgit\-repo\-config\fR [type] \-\-replace\-all name [value [value_regex]] \fIgit\-repo\-config\fR [type] \-\-get name [value_regex] \fIgit\-repo\-config\fR [type] \-\-get\-all name [value_regex] \fIgit\-repo\-config\fR [type] \-\-unset name [value_regex] \fIgit\-repo\-config\fR [type] \-\-unset\-all name [value_regex]
+.nf
+\fIgit\-repo\-config\fR [type] name [value [value_regex]]
+\fIgit\-repo\-config\fR [type] \-\-replace\-all name [value [value_regex]]
+\fIgit\-repo\-config\fR [type] \-\-get name [value_regex]
+\fIgit\-repo\-config\fR [type] \-\-get\-all name [value_regex]
+\fIgit\-repo\-config\fR [type] \-\-unset name [value_regex]
+\fIgit\-repo\-config\fR [type] \-\-unset\-all name [value_regex]
+.fi
 
 .SH "DESCRIPTION"
 
index a2a1bed..b86b8f4 100755 (executable)
 git-svnimport \- Import a SVN repository into git
 .SH "SYNOPSIS"
 
-
-\fIgit\-svnimport\fR [ \-o <branch\-for\-HEAD> ] [ \-h ] [ \-v ] [ \-d | \-D ] [ \-C <GIT_repository> ] [ \-i ] [ \-u ] [\-l limit_rev] [ \-b branch_subdir ] [ \-T trunk_subdir ] [ \-t tag_subdir ] [ \-s start_chg ] [ \-m ] [ \-r ] [ \-M regex ] [ \-I <ignorefile_name> ] [ \-A <author_file> ] <SVN_repository_URL> [ <path> ]
+.nf
+\fIgit\-svnimport\fR [ \-o <branch\-for\-HEAD> ] [ \-h ] [ \-v ] [ \-d | \-D ]
+                [ \-C <GIT_repository> ] [ \-i ] [ \-u ] [\-l limit_rev]
+                [ \-b branch_subdir ] [ \-T trunk_subdir ] [ \-t tag_subdir ]
+                [ \-s start_chg ] [ \-m ] [ \-r ] [ \-M regex ]
+                [ \-I <ignorefile_name> ] [ \-A <author_file> ]
+                <SVN_repository_URL> [ <path> ]
+.fi
 
 .SH "DESCRIPTION"