summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eee8a17)
raw | patch | inline | side by side (parent: eee8a17)
author | Junio C Hamano <gitster@pobox.com> | |
Tue, 8 Jan 2008 06:41:43 +0000 (22:41 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 8 Jan 2008 06:41:43 +0000 (22:41 -0800) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.5.3.8.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.8.txt b/Documentation/RelNotes-1.5.3.8.txt
--- /dev/null
@@ -0,0 +1,25 @@
+GIT v1.5.3.8 Release Notes
+==========================
+
+Fixes since v1.5.3.7
+--------------------
+
+ * Some documentation used "email.com" as an example domain.
+
+ * git-svn fix to handle funky branch and project names going over
+ http/https correctly.
+
+ * git-svn fix to tone down a needlessly alarming warning message.
+
+ * git-clone did not correctly report errors while fetching over http.
+
+ * git-send-email added redundant Message-Id: header to the outgoing
+ e-mail when the patch text already had one.
+
+ * a read-beyond-end-of-buffer bug in configuration file updater was fixed.
+
+ * git-grep used to show the same hit repeatedly for unmerged paths.
+
+ * After amending the patch title in "git-am -i", the command did not
+ report the patch it applied with the updated title.
+
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 85314ebd67cbca2d5c411c405572a94e3aab9c3e..d34c923aeedb37e37d50c80b7c9af093d1f34735 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.5.3.7.GIT
+DEF_VER=v1.5.3.8.GIT
LF='
'
diff --git a/RelNotes b/RelNotes
index 509b3f6044d1f0f5091c8e65826747d524ab12d0..212c51c19820e3a2a1bd7a773796bf430f6202b1 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
-Documentation/RelNotes-1.5.3.7.txt
\ No newline at end of file
+Documentation/RelNotes-1.5.3.8.txt
\ No newline at end of file