]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/RelNotes-1.7.2.1.txt
t/t9602-cvsimport-branches-tags.sh: Add a PERL prerequisite
[thirdparty/git.git] / Documentation / RelNotes-1.7.2.1.txt
1 Git v1.7.2.1 Release Notes
2 ==========================
3
4 Fixes since v1.7.2
5 ------------------
6
7 * "git instaweb" wasn't useful when your Apache was installed under a
8 name other than apache2 (e.g. "httpd").
9
10 * Similarly, "git web--browse" (invoked by "git help -w") learned that
11 chrome browser is sometimes called google-chrome.
12
13 * An overlong line after ".gitdir: " in a git file caused out of bounds
14 access to an array on the stack.
15
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.
19
20 * Documentation on Cygwin failed to build.
21
22 * The error message from "git pull blarg" when 'blarg' is an unknown
23 remote name has been improved.
24
25 And other minor fixes and documentation updates.