File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -46,10 +46,12 @@ Documentation for older releases are available here:
46
46
* link:v1.5.5/git.html[documentation for release 1.5.5]
47
47
48
48
* 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],
49
51
link:RelNotes-1.5.5.1.txt[1.5.5.1],
50
52
link:RelNotes-1.5.5.txt[1.5.5].
51
53
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 ]
53
55
54
56
* link:v1.5.4.5/git.html[documentation for release 1.5.4.5]
55
57
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.5.5.GIT
4
+ DEF_VER=v1.5.5.3. GIT
5
5
6
6
LF='
7
7
'
Original file line number Diff line number Diff line change 1
- Documentation/RelNotes-1.5.5.2 .txt
1
+ Documentation/RelNotes-1.5.5.3 .txt
You can’t perform that action at this time.
0 commit comments