summaryrefslogtreecommitdiffstats
path: root/git-svn.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-08 06:53:32 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-08 06:53:32 +0000
commitfc4d38ced802738c5d6aaabf66a345d2d6c97c82 (patch)
treebce4d6040002c7111f622ae98404435be42b47a1 /git-svn.txt
parent79770b6ed3e6b40355c01e4d1c00c0da5c827086 (diff)
downloadgit-htmldocs-fc4d38ced802738c5d6aaabf66a345d2d6c97c82.tar.gz
Autogenerated HTML docs for v1.4.4.4-g9a5e4
Diffstat (limited to 'git-svn.txt')
-rw-r--r--git-svn.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/git-svn.txt b/git-svn.txt
index ce63defff..8df43cb81 100644
--- a/git-svn.txt
+++ b/git-svn.txt
@@ -139,6 +139,24 @@ manually joining branches on commit.
where the repository URL ends and where the repository path
begins.
+-T<trunk_subdir>::
+--trunk=<trunk_subdir>::
+-t<tags_subdir>::
+--tags=<tags_subdir>::
+-b<branches_subdir>::
+--branches=<branches_subdir>::
+ These are the command-line options for multi-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)
+
+--prefix=<prefix>
+ This allows one to specify a prefix which is prepended to the
+ names of remotes. The prefix does not automatically include a
+ trailing slash, so be sure you include one in the argument if
+ that is what you want. This is useful if you wish to track
+ multiple projects that share a common repository.
+
'multi-fetch'::
This runs fetch on all known SVN branches we're tracking. This
will NOT discover new branches (unlike git-svnimport), so