summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 810cae5)
raw | patch | inline | side by side (parent: 810cae5)
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>
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 |
index e161a40a73cb57557435e94c9444935da0828f1c..4f262a935d91b8ce9a9ec6ca65fd05d46667cf64 100644 (file)
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.