summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 74e3f97)
raw | patch | inline | side by side (parent: 74e3f97)
author | Junio C Hamano <gitster@pobox.com> | |
Sat, 1 Dec 2007 19:20:00 +0000 (11:20 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 1 Dec 2007 19:20:00 +0000 (11:20 -0800) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.5.3.7.txt | [new file with mode: 0644] | patch | blob |
GIT-VERSION-GEN | patch | blob | history | |
RelNotes | patch | blob | history |
diff --git a/Documentation/RelNotes-1.5.3.7.txt b/Documentation/RelNotes-1.5.3.7.txt
--- /dev/null
@@ -0,0 +1,45 @@
+GIT v1.5.3.7 Release Notes
+==========================
+
+Fixes since v1.5.3.6
+--------------------
+
+ * git-send-email added 8-bit contents to the payload without
+ marking it as 8-bit in a CTE header.
+
+ * "git-bundle create a.bndl HEAD" dereferenced the symref and
+ did not record the ref as 'HEAD'; this prevented a bundle
+ from being used as a normal source of git-clone.
+
+ * The code to reject nonsense command line of the form
+ "git-commit -a paths..." and "git-commit --interactive
+ paths..." were broken.
+
+ * Adding a signature that is not ASCII-only to an original
+ commit that is ASCII-only would make the result non-ASCII.
+ "git-format-patch -s" did not mark such a message correctly
+ with MIME encoding header.
+
+ * git-add sometimes did not mark the resulting index entry
+ stat-clean. This affected only cases when adding the
+ contents with the same length as the previously staged
+ contents, and the previous staging made the index entry
+ "racily clean".
+
+ * git-commit did not honor GIT_INDEX_FILE the user had in the
+ environment.
+
+ * When checking out a revision, git-checkout did not report where the
+ updated HEAD is if you happened to have a file called HEAD in the
+ work tree.
+
+ * "git-rev-list --objects" mishandled a tree that points at a
+ submodule.
+
+ * "git cvsimport" was not ready for packed refs that "git gc" can
+ produce and gave incorrect results.
+
+ * Many scripted Porcelains were confused when you happened to have a
+ file called "HEAD" in your work tree.
+
+Also it contains updates to the user manual and documentation.
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index fa38f373ac6875d56b40f0ec3efda71627e96075..85314ebd67cbca2d5c411c405572a94e3aab9c3e 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.5.3.6.GIT
+DEF_VER=v1.5.3.7.GIT
LF='
'
diff --git a/RelNotes b/RelNotes
index 07ff9722ce35daf96b15f181299b31b2d8e2e01a..509b3f6044d1f0f5091c8e65826747d524ab12d0 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
-Documentation/RelNotes-1.5.3.6.txt
\ No newline at end of file
+Documentation/RelNotes-1.5.3.7.txt
\ No newline at end of file