Skip to content

Commit 9932977

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

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Documentation/RelNotes-1.7.1.1.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,31 @@ Fixes since v1.7.1
1515
macro that set/unset one attribute, immediately followed by an
1616
overriding setting; this makes attribute macros much easier to use.
1717

18+
* We didn't recognize timezone "Z" as a synonym for "UTC" (75b37e70).
19+
1820
* "git am -3" did not show diagnosis when the patch in the message was corrupt.
1921

22+
* After "git apply --whitespace=fix" removed trailing blank lines in an
23+
patch in a patch series, it failed to apply later patches that depend
24+
on the presense of such blank lines.
25+
2026
* "git bundle --stdin" segfaulted.
2127

28+
* "git checkout" and "git rebase" overwrote paths that are marked "assume
29+
unchanged".
30+
2231
* "git describe" did not tie-break tags that point at the same commit
2332
correctly; newer ones are preferred by paying attention to the
2433
tagger date now.
2534

35+
* "git diff" used to tell underlying xdiff machinery to work very hard to
36+
minimize the output, but this often was spending too many extra cycles
37+
for very little gain.
38+
39+
* "git diff --color" did not paint extended diff headers per line
40+
(i.e. the coloring escape sequence didn't end at the end of line),
41+
which confused "less -R".
42+
2643
* "git fetch" over HTTP verifies the downloaded packfiles more robustly.
2744

2845
* The memory usage by "git index-pack" (run during "git fetch" and "git
@@ -32,6 +49,10 @@ Fixes since v1.7.1
3249

3350
* "git log --abbrev=$num --format='%h' ignored --abbrev=$num.
3451

52+
* "git pull" accepted "--dry-run", gave it to underlying "git fetch" but
53+
ignored the option itself, resulting in a bogus attempt to merge
54+
unrelated commit.
55+
3556
* "git send-email" lacked a way to specify the domainname used in the
3657
EHLO/HELO exchange, causing rejected connection from picky servers.
3758
It learned --smtp-domain option to solve this issue.

0 commit comments

Comments
 (0)