pack-objects: turn off bitmaps when we split packs
[git.git] / Documentation / RelNotes / 1.7.7.5.txt
blob7b0931987b1fc36676af177c8de5e2887aa527b8
1 Git v1.7.7.5 Release Notes
2 ==========================
4 Fixes since v1.7.7.4
5 --------------------
7  * After fetching from a remote that has very long refname, the reporting
8    output could have corrupted by overrunning a static buffer.
10  * "git checkout" and "git merge" treated in-tree .gitignore and exclude
11    file in $GIT_DIR/info/ directory inconsistently when deciding which
12    untracked files are ignored and expendable.
14 Also contains minor fixes and documentation updates.