diff options
author | Igor Mironov <igor.a.mironov@gmail.com> | 2010-01-12 03:22:27 +1100 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2010-01-23 03:23:04 -0800 |
commit | a65f3c202b8771f79117b566946d9cb3348f6fad (patch) | |
tree | c62128513c8bd040bf8f906be5e3faea00c86e7a /Documentation/git-svn.txt | |
parent | 6594f0b793507a1e00f79c9884b8911c6d047c1c (diff) | |
download | git-a65f3c202b8771f79117b566946d9cb3348f6fad.tar.gz |
git-svn: document --username/commit-url for branch/tag
[ew: shortened subject]
Signed-off-by: Igor Mironov <igor.a.mironov@gmail.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r-- | Documentation/git-svn.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 4cdca0d874..8dbf9d1cb2 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -239,6 +239,19 @@ discouraged. where <name> is the name of the SVN repository as specified by the -R option to 'init' (or "svn" by default). +--username;; + Specify the SVN username to perform the commit as. This option overrides + configuration property 'username'. + +--commit-url;; + Use the specified URL to connect to the destination Subversion + repository. This is useful in cases where the source SVN + repository is read-only. This option overrides configuration + property 'commiturl'. ++ + git config --get-all svn-remote.<name>.commiturl ++ + 'tag':: Create a tag in the SVN repository. This is a shorthand for 'branch -t'. |