Move setup_diff_pager to libgit.a
[git/jnareb-git.git] / Documentation / RelNotes / 1.7.6.6.txt
blob5343e004005e888612305742d75cde68ff157846
1 Git v1.7.6.6 Release Notes
2 ==========================
4 Fixes since v1.7.6.5
5 --------------------
7  * The code to look up attributes for paths reused entries from a wrong
8    directory when two paths in question are in adjacent directories and
9    the name of the one directory is a prefix of the other.
11  * When producing a "thin pack" (primarily used in bundles and smart
12    HTTP transfers) out of a fully packed repository, we unnecessarily
13    avoided sending recent objects as a delta against objects we know
14    the other side has.
16 Also contains minor fixes and documentation updates.