From: Junio C Hamano Date: Thu, 23 Aug 2007 08:41:33 +0000 (+0000) Subject: Autogenerated manpages for v1.5.3-rc6-17-g1911 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e6b2424b1b250671afa827da98bc1a2bd69aaee4;p=git.git Autogenerated manpages for v1.5.3-rc6-17-g1911 --- diff --git a/man1/git-svn.1 b/man1/git-svn.1 index 91d101dea..4b39a809a 100644 --- a/man1/git-svn.1 +++ b/man1/git-svn.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT\-SVN" "1" "08/23/2007" "Git 1.5.3.rc6.9.gaabb2" "Git Manual" +.TH "GIT\-SVN" "1" "08/23/2007" "Git 1.5.3.rc6.17.g1911" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -23,8 +23,8 @@ git\-svn is especially useful when it comes to tracking repositories not organiz Initializes an empty git repository with additional metadata directories for git\-svn. 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. .RS .TP -\-T , \-\-trunk= , \-t , \-\-tags= , \-b , \-\-branches= -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) +\-T , \-\-trunk= , \-t , \-\-tags= , \-b , \-\-branches= , \-s , \-\-stdlayout +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). 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. .TP \-\-no\-metadata Set the \fInoMetadata\fR option in the [svn\-remote] config.