Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-svn: document --username/commit-url for branch/tag
author
Igor Mironov
<igor.a.mironov@gmail.com>
Mon, 11 Jan 2010 16:22:27 +0000
(
03:22
+1100)
committer
Eric Wong
<normalperson@yhbt.net>
Sat, 23 Jan 2010 11:23:04 +0000
(
03:23
-0800)
[ew: shortened subject]
Signed-off-by: Igor Mironov <igor.a.mironov@gmail.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
Documentation/git-svn.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
6594f0b
)
diff --git
a/Documentation/git-svn.txt
b/Documentation/git-svn.txt
index 4cdca0d87435b4995e5c051750a6dd02720006f8..8dbf9d1cb21f7a4bd2a782cef6d86bf8616eb90f 100644
(file)
--- 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).
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'.
'tag'::
Create a tag in the SVN repository. This is a shorthand for
'branch -t'.