1Git v1.7.6.5 Release Notes 2========================== 3 4Fixes since v1.7.6.4 5-------------------- 6 7 * The date parser did not accept timezone designators that lack minutes 8 part and also has a colon between "hh:mm". 9 10 * After fetching from a remote that has very long refname, the reporting 11 output could have corrupted by overrunning a static buffer. 12 13 * "git mergetool" did not use its arguments as pathspec, but as a path to 14 the file that may not even have any conflict. 15 16 * "git name-rev --all" tried to name all _objects_, naturally failing to 17 describe many blobs and trees, instead of showing only commits as 18 advertised in its documentation. 19 20 * "git remote rename $a $b" were not careful to match the remote name 21 against $a (i.e. source side of the remote nickname). 22 23 * "gitweb" used to produce a non-working link while showing the contents 24 of a blob, when JavaScript actions are enabled. 25 26Also contains minor fixes and documentation updates.