aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-svn.txt
diff options
context:
space:
mode:
authorTobias Schulte <tobias.schulte@gliderpilot.de>2013-05-15 22:14:43 +0200
committerEric Wong <normalperson@yhbt.net>2013-05-20 22:05:54 +0000
commitf4f4c7fc00e8acf91150c717cf005fc36c1dd120 (patch)
tree73e91bb9aa07d678e030b9da193c13bf4672056b /Documentation/git-svn.txt
parent7d82b4af1cefe55b825f524f250cd0002dbba4ab (diff)
downloadgit-f4f4c7fc00e8acf91150c717cf005fc36c1dd120.tar.gz
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 <tobias.schulte@gliderpilot.de> Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r--Documentation/git-svn.txt5
1 files changed, 5 insertions, 0 deletions
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 <name> is the name of the SVN repository as specified by the -R option to
git config --get-all svn-remote.<name>.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'.