Skip to content

Commit 6b68342

Browse files
author
Junio C Hamano
committed
GIT v1.5.1.5
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent cecb98a commit 6b68342

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

Documentation/RelNotes-1.5.1.5.txt

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ Fixes since v1.5.1.4
66

77
* Bugfixes
88

9+
- git-send-email did not understand aliases file for mutt, which
10+
allows leading whitespaces.
11+
12+
- git-format-patch emitted Content-Type and Content-Transfer-Encoding
13+
headers for non ASCII contents, but failed to add MIME-Version.
14+
15+
- git-name-rev had a buffer overrun with a deep history.
16+
17+
- contributed script import-tars did not get the directory in
18+
tar archives interpreted correctly.
19+
920
- git-svn was reported to segfault for many people on list and
1021
#git; hopefully this has been fixed.
1122

@@ -28,10 +39,10 @@ Fixes since v1.5.1.4
2839
and extern, which caused trouble compiling with Forte12
2940
compilers on Sun.
3041

31-
- Many documentation fixes.
42+
- Many many documentation fixes and updates.
3243

3344
--
3445
exec >/var/tmp/1
35-
O=v1.5.1.4-26-gb4b20b2
46+
O=v1.5.1.4-48-gcecb98a
3647
echo O=`git describe refs/heads/maint`
3748
git shortlog --no-merges $O..refs/heads/maint

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.5.1.4.GIT
4+
DEF_VER=v1.5.1.5.GIT
55

66
LF='
77
'

0 commit comments

Comments
 (0)