Skip to content

Commit 1d55735

Browse files
committed
GIT 1.5.3.7
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 74e3f97 commit 1d55735

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

Documentation/RelNotes-1.5.3.7.txt

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
GIT v1.5.3.7 Release Notes
2+
==========================
3+
4+
Fixes since v1.5.3.6
5+
--------------------
6+
7+
* git-send-email added 8-bit contents to the payload without
8+
marking it as 8-bit in a CTE header.
9+
10+
* "git-bundle create a.bndl HEAD" dereferenced the symref and
11+
did not record the ref as 'HEAD'; this prevented a bundle
12+
from being used as a normal source of git-clone.
13+
14+
* The code to reject nonsense command line of the form
15+
"git-commit -a paths..." and "git-commit --interactive
16+
paths..." were broken.
17+
18+
* Adding a signature that is not ASCII-only to an original
19+
commit that is ASCII-only would make the result non-ASCII.
20+
"git-format-patch -s" did not mark such a message correctly
21+
with MIME encoding header.
22+
23+
* git-add sometimes did not mark the resulting index entry
24+
stat-clean. This affected only cases when adding the
25+
contents with the same length as the previously staged
26+
contents, and the previous staging made the index entry
27+
"racily clean".
28+
29+
* git-commit did not honor GIT_INDEX_FILE the user had in the
30+
environment.
31+
32+
* When checking out a revision, git-checkout did not report where the
33+
updated HEAD is if you happened to have a file called HEAD in the
34+
work tree.
35+
36+
* "git-rev-list --objects" mishandled a tree that points at a
37+
submodule.
38+
39+
* "git cvsimport" was not ready for packed refs that "git gc" can
40+
produce and gave incorrect results.
41+
42+
* Many scripted Porcelains were confused when you happened to have a
43+
file called "HEAD" in your work tree.
44+
45+
Also it contains updates to the user manual and documentation.

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.3.6.GIT
4+
DEF_VER=v1.5.3.7.GIT
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes-1.5.3.6.txt
1+
Documentation/RelNotes-1.5.3.7.txt

0 commit comments

Comments
 (0)