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"
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"