Skip to content

Commit ccc2fcf

Browse files
Michael J Grubergitster
authored andcommitted
git-svn.txt: Document --mergeinfo
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 810cae5 commit ccc2fcf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/git-svn.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,13 @@ config key: svn.commiturl (overwrites all svn-remote.<name>.commiturl options)
217217
Using this option for any other purpose (don't ask) is very strongly
218218
discouraged.
219219

220+
--mergeinfo=<mergeinfo>;;
221+
Add the given merge information during the dcommit
222+
(e.g. `--mergeinfo="/branches/foo:1-10"`). All svn server versions can
223+
store this information (as a property), and svn clients starting from
224+
version 1.5 can make use of it. 'git svn' currently does not use it
225+
and does not set it automatically.
226+
220227
'branch'::
221228
Create a branch in the SVN repository.
222229

0 commit comments

Comments
 (0)