File tree Expand file tree Collapse file tree 3 files changed +46
-2
lines changed
Expand file tree Collapse file tree 3 files changed +46
-2
lines changed Original file line number Diff line number Diff line change 1+ Git v1.8.0 Release Notes
2+ ========================
3+
4+ Updates since v1.7.12
5+ ---------------------
6+
7+ UI, Workflows & Features
8+
9+
10+ Foreign Interface
11+
12+ * "git svn" has been updated to work with SVN 1.7.
13+
14+
15+ Performance, Internal Implementation, etc. (please report possible regressions)
16+
17+ * The "check-docs" build target has been updated and greatly
18+ simplified.
19+
20+
21+ Also contains minor documentation updates and code clean-ups.
22+
23+
24+ Fixes since v1.7.12
25+ -------------------
26+
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).
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).
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.7.12
4+ DEF_VER=v1.7.12.GIT
55
66LF='
77'
Original file line number Diff line number Diff line change 1- Documentation/RelNotes/1.7.12 .txt
1+ Documentation/RelNotes/1.8.0 .txt
You can’t perform that action at this time.
0 commit comments