File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff 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--
3445exec >/var/tmp/1
35- O=v1.5.1.4-26-gb4b20b2
46+ O=v1.5.1.4-48-gcecb98a
3647echo O=`git describe refs/heads/maint`
3748git shortlog --no-merges $O..refs/heads/maint
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.5.1.4 .GIT
4+ DEF_VER=v1.5.1.5 .GIT
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments