summaryrefslogtreecommitdiffstats
path: root/man1/git-svn.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-svn.1')
-rw-r--r--man1/git-svn.112
1 files changed, 6 insertions, 6 deletions
diff --git a/man1/git-svn.1 b/man1/git-svn.1
index 1bbfbd3d8..51951c6ea 100644
--- a/man1/git-svn.1
+++ b/man1/git-svn.1
@@ -2,12 +2,12 @@
.\" Title: git-svn
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-02-06
+.\" Date: 2024-02-08
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.561.g235986be82
+.\" Source: Git 2.43.0.581.g5216f8f5c4
.\" Language: English
.\"
-.TH "GIT\-SVN" "1" "2024\-02\-06" "Git 2\&.43\&.0\&.561\&.g235986" "Git Manual"
+.TH "GIT\-SVN" "1" "2024\-02\-08" "Git 2\&.43\&.0\&.581\&.g5216f8" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -49,7 +49,7 @@ Once tracking a Subversion repository (with any of the above methods), the Git r
Initializes an empty Git repository with additional metadata directories for
\fIgit svn\fR\&. The Subversion URL may be specified as a command\-line argument, or as full URL arguments to \-T/\-t/\-b\&. Optionally, the target directory to operate on can be specified as a second argument\&. Normally this command initializes the current directory\&.
.PP
-\-T<trunk_subdir>, \-\-trunk=<trunk_subdir>, \-t<tags_subdir>, \-\-tags=<tags_subdir>, \-b<branches_subdir>, \-\-branches=<branches_subdir>, \-s, \-\-stdlayout
+\-T<trunk\-subdir>, \-\-trunk=<trunk\-subdir>, \-t<tags\-subdir>, \-\-tags=<tags\-subdir>, \-b<branches\-subdir>, \-\-branches=<branches\-subdir>, \-s, \-\-stdlayout
.RS 4
These are optional command\-line options for init\&. Each of these flags can point to a relative repository path (\-\-tags=project/tags) or a full url (\-\-tags=https://foo\&.org/project/tags)\&. You can specify more than one \-\-tags and/or \-\-branches options, in case your Subversion repository places tags or branches under multiple paths\&. The option \-\-stdlayout is a shorthand way of setting trunk,tags,branches as the relative paths, which is the Subversion default\&. If any of the other options are given as well, they take precedence\&.
.RE
@@ -1093,9 +1093,9 @@ and
commands no longer require this switch as an argument\&.
.RE
.PP
-\-R<remote name>, \-\-svn\-remote <remote name>
+\-R<remote\-name>, \-\-svn\-remote <remote\-name>
.RS 4
-Specify the [svn\-remote "<remote name>"] section to use, this allows SVN multiple repositories to be tracked\&. Default: "svn"
+Specify the [svn\-remote "<remote\-name>"] section to use, this allows SVN multiple repositories to be tracked\&. Default: "svn"
.RE
.PP
\-\-follow\-parent