blame.c: Properly initialize strbuf after calling, textconv_object()
[git/dscho.git] / Documentation / RelNotes-1.7.0.5.txt
blob3149c91b7b9c2a3d7dd76e834301af4eaa854e4e
1 Git v1.7.0.5 Release Notes
2 ==========================
4 Fixes since v1.7.0.4
5 --------------------
7  * "git daemon" failed to compile on platforms without sockaddr_storage type.
9  * Output from "git rev-list --pretty=oneline" was unparsable when a
10    commit did not have any message, which is abnormal but possible in a
11    repository converted from foreign scm.
13  * "git stash show <commit-that-is-not-a-stash>" gave an error message
14    that was not so useful.  Reworded the message to "<it> is not a
15    stash".
17  * Python scripts in contrib/ area now start with "#!/usr/bin/env python"
18    to honor user's PATH.
20  * "git imap-send" used to mistake any line that begins with "From " as a
21    message separator in format-patch output.
23  * Smart http server backend failed to report an internal server error and
24    infinitely looped instead after output pipe was closed.
26 And other minor fixes and documentation updates.