Git 1.6.6.1
[git/dscho.git] / Documentation / RelNotes-1.6.6.1.txt
blobf1d0a4ae2d63e258cea94f8bca09d41121f1165e
1 Git v1.6.6.1 Release Notes
2 ==========================
4 Fixes since v1.6.6
5 ------------------
7  * "git blame" did not work well when commit lacked the author name.
9  * "git branch -a name" wasn't diagnosed as an error.
11  * "git count-objects" did not handle packfiles that are bigger than 4G on
12    platforms with 32-bit off_t.
14  * "git checkout -m other" while on a branch that does not have any commit
15    segfaulted, instead of failing.
17  * "git fast-import" choked when fed a tag that do not point at a
18    commit.
20  * "git grep" finding from work tree files could have fed garbage to
21    the underlying regexec(3).
23  * "git grep -L" didn't show empty files (they should never match, and
24    they should always appear in -L output as unmatching).
26  * "git rebase -i" did not abort cleanly if it failed to launch the editor.
28  * "git reset --hard" did not work correctly when GIT_WORK_TREE environment
29    variable is used to point at the root of the true work tree.
31  * http-backend was not listed in the command list in the documentation.
33  * Building on FreeBSD (both 7 and 8) needs OLD_ICONV set in the Makefile
35  * "git checkout -m some-branch" while on an unborn branch crashed.
37 Other minor documentation updates are included.