@@ -4,7 +4,8 @@ Git v1.7.11.6 Release Notes
44Fixes since v1.7.11.5
55---------------------
66
7- This is primarily documentation and low-impact code clarification.
7+ This consists primarily of documentation updates and low-impact code
8+ clarification and bugfixes.
89
910 - "ciabot" script (in contrib/) has been updated with extensive
1011 documentation.
@@ -32,3 +33,30 @@ This is primarily documentation and low-impact code clarification.
3233 - "git commit --amend" let the user edit the log message and then
3334 died when the human-readable committer name was given
3435 insufficiently by getpwent(3).
36+
37+ - The reflog entries left by "git rebase" and "git rebase -i" were
38+ inconsistent (the interactive one gave an abbreviated object name).
39+
40+ - When the user exports a non-default IFS without HT, scripts that
41+ rely on being able to parse "ls-files -s | while read a b c..."
42+ started to fail. Protect them from such a misconfiguration.
43+
44+ - When "git push" triggered the automatic gc on the receiving end, a
45+ message from "git prune" that said it was removing cruft leaked to
46+ the standard output, breaking the communication protocol.
47+
48+ - "git diff" had a confusion between taking data from a path in the
49+ working tree and taking data from an object that happens to have
50+ name 0{40} recorded in a tree.
51+
52+ - "git send-email" did not unquote encoded words that appear on the
53+ header correctly, and lost "_" from strings.
54+
55+ - When the user gives an argument that can be taken as both a
56+ revision name and a pathname without disambiguating with "--", we
57+ used to give a help message "Use '--' to separate". The message
58+ has been clarified to show where that '--' goes on the command
59+ line.
60+
61+ - "gitweb" when used with PATH_INFO failed to notice directories with
62+ SP (and other characters that need URL-style quoting) in them.
0 commit comments