.gitignore: "git-verify-commit" is a generated file
[git.git] / Documentation / RelNotes / 1.6.5.8.txt
blob8b24bebb966cc9f9af97807428a98ada6185101a
1 Git v1.6.5.8 Release Notes
2 ==========================
4 Fixes since v1.6.5.7
5 --------------------
7 * "git count-objects" did not handle packfiles that are bigger than 4G on
8   platforms with 32-bit off_t.
10 * "git rebase -i" did not abort cleanly if it failed to launch the editor.
12 * "git blame" did not work well when commit lacked the author name.
14 * "git fast-import" choked when handling a tag that points at an object
15   that is not a commit.
17 * "git reset --hard" did not work correctly when GIT_WORK_TREE environment
18   variable is used to point at the root of the true work tree.
20 * "git grep" fed a buffer that is not NUL-terminated to underlying
21   regexec().
23 * "git checkout -m other" while on a branch that does not have any commit
24   segfaulted, instead of failing.
26 * "git branch -a other" should have diagnosed the command as an error.
28 Other minor documentation updates are also included.