Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-svn.txt: Document --mergeinfo
author
Michael J Gruber
<git@drmicha.warpmail.net>
Tue, 19 Apr 2011 12:24:27 +0000
(14:24 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 19 Apr 2011 18:29:45 +0000
(11:29 -0700)
6abd933
(git-svn: allow the mergeinfo property to be set, 2010-09-24)
introduced the --mergeinfo option. Document it.
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-svn.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
810cae5
)
diff --git
a/Documentation/git-svn.txt
b/Documentation/git-svn.txt
index e161a40a73cb57557435e94c9444935da0828f1c..4f262a935d91b8ce9a9ec6ca65fd05d46667cf64 100644
(file)
--- a/
Documentation/git-svn.txt
+++ b/
Documentation/git-svn.txt
@@
-217,6
+217,13
@@
config key: svn.commiturl (overwrites all svn-remote.<name>.commiturl options)
Using this option for any other purpose (don't ask) is very strongly
discouraged.
Using this option for any other purpose (don't ask) is very strongly
discouraged.
+--mergeinfo=<mergeinfo>;;
+ Add the given merge information during the dcommit
+ (e.g. `--mergeinfo="/branches/foo:1-10"`). All svn server versions can
+ store this information (as a property), and svn clients starting from
+ version 1.5 can make use of it. 'git svn' currently does not use it
+ and does not set it automatically.
+
'branch'::
Create a branch in the SVN repository.
'branch'::
Create a branch in the SVN repository.