summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cecb98a)
raw | patch | inline | side by side (parent: cecb98a)
author | Junio C Hamano <junkio@cox.net> | |
Sat, 19 May 2007 00:21:31 +0000 (17:21 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 19 May 2007 00:21:43 +0000 (17:21 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/RelNotes-1.5.1.5.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index 5cfe0b5b065734e789c5fa29f844bb6f148b2753..85e821c433cf77a9eb0a306418efc544409f66f2 100644 (file)
* 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.
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 094a0d1b0e69081f9cd6d923c0329978d0187cb0..2dbedf3d9d9547999e1f39a0f3aca924cb36828d 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.5.1.4.GIT
+DEF_VER=v1.5.1.5.GIT
LF='
'