1Git v1.8.0 Release Notes 2======================== 3 4Updates since v1.7.12 5--------------------- 6 7UI, Workflows & Features 8 9 10Foreign Interface 11 12 * "git svn" has been updated to work with SVN 1.7. 13 14 15Performance, Internal Implementation, etc. (please report possible regressions) 16 17 * The "check-docs" build target has been updated and greatly 18 simplified. 19 20 21Also contains minor documentation updates and code clean-ups. 22 23 24Fixes since v1.7.12 25------------------- 26 27Unless otherwise noted, all the fixes since v1.7.12 in the 28maintenance track are contained in this release (see release notes 29to them for details). 30 31 * "git send-email" did not unquote encoded words that appear on the 32 header correctly, and lost "_" from strings. 33 (merge b622d4d tr/maint-send-email-2047 later to maint). 34 35 * When the user gives an argument that can be taken as both a 36 revision name and a pathname without disambiguating with "--", we 37 used to give a help message "Use '--' to separate". The message 38 has been clarified to show where that '--' goes on the command 39 line. 40 (merge 4d4b573 mm/die-with-dashdash-help later to maint). 41 42 * "gitweb" when used with PATH_INFO failed to notice directories with 43 SP (and other characters that need URL-style quoting) in them. 44 (merge cacfc09 js/gitweb-path-info-unquote later to maint).