Git fork

Sync with 1.7.4.5

Signed-off-by: Junio C Hamano <gitster@pobox.com>

+11
+4
Documentation/RelNotes/1.7.4.5.txt
··· 1 + Git v1.7.4.5 Release Notes 2 + ========================== 3 + 4 + This contains only minor documentation fixes accumulated since 1.7.4.4.
+7
Documentation/git-svn.txt
··· 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