File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change
1
+ Git v1.7.4.5 Release Notes
2
+ ==========================
3
+
4
+ This contains only minor documentation fixes accumulated since 1.7.4.4.
Original file line number Diff line number Diff line change @@ -217,6 +217,13 @@ config key: svn.commiturl (overwrites all svn-remote.<name>.commiturl options)
217
217
Using this option for any other purpose (don't ask) is very strongly
218
218
discouraged.
219
219
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
+
220
227
'branch'::
221
228
Create a branch in the SVN repository.
222
229
You can’t perform that action at this time.
0 commit comments