Merge branch 'jk/docs-docbook-monospace-display'
[git/jrn.git] / Documentation / RelNotes / 1.8.0.txt
blob26ccd61c280b716edf23fc9547a9e0a6e0b1e4f5
1 Git v1.8.0 Release Notes
2 ========================
4 Updates since v1.7.12
5 ---------------------
7 UI, Workflows & Features
10 Foreign Interface
12  * "git svn" has been updated to work with SVN 1.7.
15 Performance, Internal Implementation, etc. (please report possible regressions)
17  * The "check-docs" build target has been updated and greatly
18    simplified.
21 Also contains minor documentation updates and code clean-ups.
24 Fixes since v1.7.12
25 -------------------
27 Unless otherwise noted, all the fixes since v1.7.12 in the
28 maintenance track are contained in this release (see release notes
29 to them for details).
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).
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).
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).