summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 806e5c8)
raw | patch | inline | side by side (parent: 806e5c8)
author | Junio C Hamano <gitster@pobox.com> | |
Wed, 20 Jan 2010 20:44:59 +0000 (12:44 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 20 Jan 2010 20:44:59 +0000 (12:44 -0800) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.6.5.8.txt | [new file with mode: 0644] | patch | blob |
Documentation/git.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history | |
RelNotes | patch | blob | history |
diff --git a/Documentation/RelNotes-1.6.5.8.txt b/Documentation/RelNotes-1.6.5.8.txt
--- /dev/null
@@ -0,0 +1,28 @@
+Git v1.6.5.8 Release Notes
+==========================
+
+Fixes since v1.6.5.7
+--------------------
+
+* "git count-objects" did not handle packfiles that are bigger than 4G on
+ platforms with 32-bit off_t.
+
+* "git rebase -i" did not abort cleanly if it failed to launch the editor.
+
+* "git blame" did not work well when commit lacked the author name.
+
+* "git fast-import" choked when handling a tag that points at an object
+ that is not a commit.
+
+* "git reset --hard" did not work correctly when GIT_WORK_TREE environment
+ variable is used to point at the root of the true work tree.
+
+* "git grep" fed a buffer that is not NUL-terminated to underlying
+ regexec().
+
+* "git checkout -m other" while on a branch that does not have any commit
+ segfaulted, instead of failing.
+
+* "git branch -a other" should have diagnosed the command as an error.
+
+Other minor documentation updates are also included.
diff --git a/Documentation/git.txt b/Documentation/git.txt
index ff310950936d9d8a074379efb345b21a67ec3c93..46558c8a49c0bbf9b18a1670610c4fd9e53d1e01 100644 (file)
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
branch of the `git.git` repository.
Documentation for older releases are available here:
-* link:v1.6.5.7/git.html[documentation for release 1.6.5.7]
+* link:v1.6.5.8/git.html[documentation for release 1.6.5.8]
* release notes for
+ link:RelNotes-1.6.5.8.txt[1.6.5.8],
link:RelNotes-1.6.5.7.txt[1.6.5.7],
link:RelNotes-1.6.5.6.txt[1.6.5.6],
link:RelNotes-1.6.5.5.txt[1.6.5.5],
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index e918ffe326979dc81e4375160e30aaf91cdf28bc..52b058a5868e904f6384a922e7edd0ced5f70d89 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.6.5.7
+DEF_VER=v1.6.5.8
LF='
'
diff --git a/RelNotes b/RelNotes
index b1e74fb27ba3d90071e161185875d4c19a65a7df..f60e868f4721b24cfe989303193bf0a9be3473a7 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
-Documentation/RelNotes-1.6.5.7.txt
\ No newline at end of file
+Documentation/RelNotes-1.6.5.8.txt
\ No newline at end of file