Skip to content

Commit 28bc302

Browse files
committed
GIT 1.5.5.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d5350fd commit 28bc302

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

Documentation/RelNotes-1.5.5.3.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
GIT v1.5.5.3 Release Notes
2+
==========================
3+
4+
Fixes since v1.5.5.2
5+
--------------------
6+
7+
* "git send-email --compose" did not notice that non-ascii contents
8+
needed some MIME magic.
9+
10+
* "git fast-export" did not export octopus merges correctly.
11+
12+
Also comes with various documentation updates.

Documentation/git.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,12 @@ Documentation for older releases are available here:
4646
* link:v1.5.5/git.html[documentation for release 1.5.5]
4747

4848
* release notes for
49+
link:RelNotes-1.5.5.3.txt[1.5.5.3],
50+
link:RelNotes-1.5.5.2.txt[1.5.5.2],
4951
link:RelNotes-1.5.5.1.txt[1.5.5.1],
5052
link:RelNotes-1.5.5.txt[1.5.5].
5153

52-
* link:v1.5.5.1/git.html[documentation for release 1.5.5.1]
54+
* link:v1.5.5.3/git.html[documentation for release 1.5.5.3]
5355

5456
* link:v1.5.4.5/git.html[documentation for release 1.5.4.5]
5557

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.5.GIT
4+
DEF_VER=v1.5.5.3.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.5.2.txt
1+
Documentation/RelNotes-1.5.5.3.txt

0 commit comments

Comments
 (0)