1 Git v1.7.2.1 Release Notes
2 ==========================
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
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.