pack-objects: turn off bitmaps when we split packs
[git.git] / Documentation / RelNotes / 1.7.8.6.txt
blobd9bf2b741aad25d4ecbb245c78156ebbcc0146a9
1 Git v1.7.8.6 Release Notes
2 ==========================
4 Fixes since v1.7.8.5
5 --------------------
7  * An error message from 'git bundle' had an unmatched single quote pair in it.
9  * 'git diff --histogram' option was not described.
11  * Documentation for 'git rev-list' had minor formatting errors.
13  * 'git imap-send' carried an unused dead code.
15  * The way 'git fetch' implemented its connectivity check over
16    received objects was overly pessimistic, and wasted a lot of
17    cycles.
19  * Various minor backports of fixes from the 'master' and the 'maint'
20    branch.
22 Also contains minor fixes and documentation updates.