Move setup_diff_pager to libgit.a
[git/jnareb-git.git] / Documentation / RelNotes / 1.7.6.5.txt
blob6713132a9e8976e02326dc983c367a6a7193c547
1 Git v1.7.6.5 Release Notes
2 ==========================
4 Fixes since v1.7.6.4
5 --------------------
7  * The date parser did not accept timezone designators that lack minutes
8    part and also has a colon between "hh:mm".
10  * After fetching from a remote that has very long refname, the reporting
11    output could have corrupted by overrunning a static buffer.
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.
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.
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).
23  * "gitweb" used to produce a non-working link while showing the contents
24    of a blob, when JavaScript actions are enabled.
26 Also contains minor fixes and documentation updates.