Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
[git/jnareb-git.git] / Documentation / RelNotes / 1.7.7.3.txt
blob09301f095799b3a8b53fa6192971c1d1c6f4d736
1 Git v1.7.7.3 Release Notes
2 ==========================
4 Fixes since v1.7.7.2
5 --------------------
7  * Adjust the "quick-install-doc" procedures as preformatted
8    html/manpage are no longer in the source repository.
10  * The logic to optimize the locality of the data in a pack introduced in
11    1.7.7 was grossly inefficient.
13  * The logic to filter out forked projects in the project list in
14    "gitweb" was broken for some time.
16  * "git branch -m/-M" advertised to update RENAME_REF ref in the
17    commit log message that introduced the feature but not anywhere in
18    the documentation, and never did update such a ref anyway. This
19    undocumented misfeature that did not exist has been excised.