Skip to content

Commit 851f7e6

Browse files
committed
Kick off cycle towards 1.8.0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7f6a071 commit 851f7e6

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed

Documentation/RelNotes/1.8.0.txt

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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).

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.7.12
4+
DEF_VER=v1.7.12.GIT
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/1.7.12.txt
1+
Documentation/RelNotes/1.8.0.txt

0 commit comments

Comments
 (0)