File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 @@ -273,7 +273,7 @@ <h2>NAME</h2>
273273< h2 > SYNOPSIS</ h2 >
274274< div class ="sectionbody ">
275275< div class ="verseblock ">
276- < div class ="content "> < em > git-bundle</ em > create <file> [ git-rev-list args]
276+ < div class ="content "> < em > git-bundle</ em > create <file> < git-rev-list args>
277277< em > git-bundle</ em > verify <file>
278278< em > git-bundle</ em > list-heads <file> [refname…]
279279< em > git-bundle</ em > unbundle <file> [refname…]</ div > </ div >
@@ -484,7 +484,7 @@ <h2>GIT</h2>
484484</ div >
485485< div id ="footer ">
486486< div id ="footer-text ">
487- Last updated 25-Feb -2008 08:40:21 UTC
487+ Last updated 28-May -2008 08:06:40 UTC
488488</ div >
489489</ div >
490490</ body >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ git-bundle - Move objects and refs by archive
99SYNOPSIS
1010--------
1111[verse]
12- 'git-bundle' create <file> [ git-rev-list args]
12+ 'git-bundle' create <file> < git-rev-list args>
1313'git-bundle' verify <file>
1414'git-bundle' list-heads <file> [refname...]
1515'git-bundle' unbundle <file> [refname...]
Original file line number Diff line number Diff line change @@ -1952,7 +1952,7 @@ <h2>GIT</h2>
19521952</ div >
19531953< div id ="footer ">
19541954< div id ="footer-text ">
1955- Last updated 26 -May-2008 07:19:37 UTC
1955+ Last updated 28 -May-2008 08:06:40 UTC
19561956</ div >
19571957</ div >
19581958</ body >
Original file line number Diff line number Diff line change @@ -46,11 +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],
4950 link:RelNotes-1.5.5.2.txt[1.5.5.2],
5051 link:RelNotes-1.5.5.1.txt[1.5.5.1],
5152 link:RelNotes-1.5.5.txt[1.5.5].
5253
53- * link:v1.5.5.2 /git.html[documentation for release 1.5.5.2 ]
54+ * link:v1.5.5.3 /git.html[documentation for release 1.5.5.3 ]
5455
5556* link:v1.5.4.5/git.html[documentation for release 1.5.4.5]
5657
You can’t perform that action at this time.
0 commit comments