From ae41098714898acd52dba291e476a2fedbd2eae2 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 7 Jan 2007 19:35:40 -0800 Subject: git-svn: add --prefix= option to multi-init Also, document --{trunk,branches,tags} options while we're documenting multi-init options. Signed-off-by: Eric Wong Signed-off-by: Junio C Hamano --- Documentation/git-svn.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'Documentation') diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index ce63defffd..8df43cb819 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/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=:: +-t:: +--tags=:: +-b:: +--branches=:: + 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= + 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 -- cgit v1.2.1