pack-objects: turn off bitmaps when we split packs
[git.git] / Documentation / RelNotes / 1.7.2.1.txt
blob1103c47a4f69581dd6babe24bfa0658f3642d92a
1 Git v1.7.2.1 Release Notes
2 ==========================
4 Fixes since v1.7.2
5 ------------------
7  * "git instaweb" wasn't useful when your Apache was installed under a
8    name other than apache2 (e.g. "httpd").
10  * Similarly, "git web--browse" (invoked by "git help -w") learned that
11    chrome browser is sometimes called google-chrome.
13  * An overlong line after ".gitdir: " in a git file caused out of bounds
14    access to an array on the stack.
16  * "git config --path conf.var" to attempt to expand a variable conf.var
17    that uses "~/" short-hand segfaulted when $HOME environment variable
18    was not set.
20  * Documentation on Cygwin failed to build.
22  * The error message from "git pull blarg" when 'blarg' is an unknown
23    remote name has been improved.
25 And other minor fixes and documentation updates.