Skip to content

Commit a859d3e

Browse files
committed
Update draft release notes to 1.8.0.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent f07f413 commit a859d3e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Documentation/RelNotes/1.8.0.2.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ Git v1.8.0.2 Release Notes
44
Fixes since v1.8.0.1
55
--------------------
66

7+
* Various codepaths have workaround for a common misconfiguration to
8+
spell "UTF-8" as "utf8", but it was not used uniformly. Most
9+
notably, mailinfo (which is used by "git am") lacked this support.
10+
11+
* We failed to mention a file without any content change but whose
12+
permission bit was modified, or (worse yet) a new file without any
13+
content in the "git diff --stat" output.
14+
15+
* When "--stat-count" hides a diffstat for binary contents, the total
16+
number of added and removed lines at the bottom was computed
17+
incorrectly.
18+
19+
* When "--stat-count" hides a diffstat for unmerged paths, the total
20+
number of affected files at the bottom of the "diff --stat" output
21+
was computed incorrectly.
22+
23+
* "diff --shortstat" miscounted the total number of affected files
24+
when there were unmerged paths.
25+
726
* "git p4" used to try expanding malformed "$keyword$" that spans
827
across multiple lines.
928

0 commit comments

Comments
 (0)