pack-objects: turn off bitmaps when we split packs
[git.git] / Documentation / RelNotes / 1.7.6.3.txt
blob95971831b90d05c88d914c0445ed665dcc111530
1 Git v1.7.6.3 Release Notes
2 ==========================
4 Fixes since v1.7.6.2
5 --------------------
7  * "git -c var=value subcmd" misparsed the custom configuration when
8    value contained an equal sign.
10  * "git fetch" had a major performance regression, wasting many
11    needless cycles in a repository where there is no submodules
12    present. This was especially bad, when there were many refs.
14  * "git reflog $refname" did not default to the "show" subcommand as
15    the documentation advertised the command to do.
17  * "git reset" did not leave meaningful log message in the reflog.
19  * "git status --ignored" did not show ignored items when there is no
20    untracked items.
22  * "git tag --contains $commit" was unnecessarily inefficient.
24 Also contains minor fixes and documentation updates.