summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-05-19 00:21:31 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-05-19 00:21:43 (GMT)
commit6b68342edc392bb640b30c2115eb6585a3303e25 (patch)
treed0b518ac48ba5ab8484459309a6e7e802bd7e027
parentcecb98a9c3ed9271b0974bb6d7edbcf16e8a68f3 (diff)
downloadgit-6b68342edc392bb640b30c2115eb6585a3303e25.zip
git-6b68342edc392bb640b30c2115eb6585a3303e25.tar.gz
git-6b68342edc392bb640b30c2115eb6585a3303e25.tar.bz2
GIT v1.5.1.5v1.5.1.5
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Documentation/RelNotes-1.5.1.5.txt15
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 14 insertions, 3 deletions
diff --git a/Documentation/RelNotes-1.5.1.5.txt b/Documentation/RelNotes-1.5.1.5.txt
index 5cfe0b5..85e821c 100644
--- a/Documentation/RelNotes-1.5.1.5.txt
+++ b/Documentation/RelNotes-1.5.1.5.txt
@@ -6,6 +6,17 @@ Fixes since v1.5.1.4
* Bugfixes
+ - git-send-email did not understand aliases file for mutt, which
+ allows leading whitespaces.
+
+ - git-format-patch emitted Content-Type and Content-Transfer-Encoding
+ headers for non ASCII contents, but failed to add MIME-Version.
+
+ - git-name-rev had a buffer overrun with a deep history.
+
+ - contributed script import-tars did not get the directory in
+ tar archives interpreted correctly.
+
- git-svn was reported to segfault for many people on list and
#git; hopefully this has been fixed.
@@ -28,10 +39,10 @@ Fixes since v1.5.1.4
and extern, which caused trouble compiling with Forte12
compilers on Sun.
- - Many documentation fixes.
+ - Many many documentation fixes and updates.
--
exec >/var/tmp/1
-O=v1.5.1.4-26-gb4b20b2
+O=v1.5.1.4-48-gcecb98a
echo O=`git describe refs/heads/maint`
git shortlog --no-merges $O..refs/heads/maint
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 094a0d1..2dbedf3 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.5.1.4.GIT
+DEF_VER=v1.5.1.5.GIT
LF='
'