From f4f4c7fc00e8acf91150c717cf005fc36c1dd120 Mon Sep 17 00:00:00 2001 From: Tobias Schulte Date: Wed, 15 May 2013 22:14:43 +0200 Subject: git-svn: introduce --parents parameter for commands branch and tag This parameter is equivalent to the parameter --parents on svn cp commands and is useful for non-standard repository layouts. Signed-off-by: Tobias Schulte Signed-off-by: Eric Wong --- Documentation/git-svn.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Documentation') diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 68c706d807..aad452f169 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -300,6 +300,11 @@ where is the name of the SVN repository as specified by the -R option to git config --get-all svn-remote..commiturl + +--parents;; + Create parent folders. This parameter is equivalent to the parameter + --parents on svn cp commands and is useful for non-standard repository + layouts. + 'tag':: Create a tag in the SVN repository. This is a shorthand for 'branch -t'. -- cgit v1.2.1