1Git v1.7.0.5 Release Notes 2========================== 3 4Fixes since v1.7.0.4 5-------------------- 6 7 * "git daemon" failed to compile on platforms without sockaddr_storage type. 8 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. 12 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". 16 17 * Python scripts in contrib/ area now start with "#!/usr/bin/env python" 18 to honor user's PATH. 19 20 * "git imap-send" used to mistake any line that begins with "From " as a 21 message separator in format-patch output. 22 23 * Smart http server backend failed to report an internal server error and 24 infinitely looped instead after output pipe was closed. 25 26And other minor fixes and documentation updates.