-GIT v1.5.1.5 Release Notes (draft)
+GIT v1.5.1.5 Release Notes
==========================
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.
and extern, which caused trouble compiling with Forte12
compilers on Sun.
- - Many documentation fixes.
-
---
-exec >/var/tmp/1
-O=v1.5.1.4-26-gb4b20b2
-echo O=`git describe refs/heads/maint`
-git shortlog --no-merges $O..refs/heads/maint
+ - Many many documentation fixes and updates.