Skip to content

Commit 99b28f2

Browse files
author
Junio C Hamano
committed
Autogenerated HTML docs for v1.5.6-rc0-40-gd683
1 parent 137273f commit 99b28f2

5 files changed

Lines changed: 18 additions & 5 deletions

File tree

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.

git-bundle.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 &lt;file&gt; [git-rev-list args]
276+
<div class="content"><em>git-bundle</em> create &lt;file&gt; &lt;git-rev-list args&gt;
277277
<em>git-bundle</em> verify &lt;file&gt;
278278
<em>git-bundle</em> list-heads &lt;file&gt; [refname&#8230;]
279279
<em>git-bundle</em> unbundle &lt;file&gt; [refname&#8230;]</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>

git-bundle.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git-bundle - Move objects and refs by archive
99
SYNOPSIS
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...]

git.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

git.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)