1 Git v1.7.0.5 Release Notes
2 ==========================
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
17 * Python scripts in contrib/ area now start with "#!/usr/bin/env python"
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.