Sync with 1.7.4.5
authorJunio C Hamano <gitster@pobox.com>
Tue, 19 Apr 2011 18:49:13 +0000 (11:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Apr 2011 18:49:13 +0000 (11:49 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.4.5.txt [new file with mode: 0644]
Documentation/git-svn.txt

diff --git a/Documentation/RelNotes/1.7.4.5.txt b/Documentation/RelNotes/1.7.4.5.txt
new file mode 100644 (file)
index 0000000..b7a0eeb
--- /dev/null
@@ -0,0 +1,4 @@
+Git v1.7.4.5 Release Notes
+==========================
+
+This contains only minor documentation fixes accumulated since 1.7.4.4.
index 4aa6404f4e7897c200983aa8f4fcdb7befbc5cec..30a67486d2dc9eb4169a9ba5ebd5db513a3a84f8 100644 (file)
@@ -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.
 
+--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.