Skip to content

Commit

Permalink
GIT v1.5.1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed May 19, 2007
1 parent cecb98a commit 6b68342
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions Documentation/RelNotes-1.5.1.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -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='
'
Expand Down

0 comments on commit 6b68342

Please sign in to comment.