summaryrefslogtreecommitdiffstats
path: root/git-bundle.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-09-19 06:37:10 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-09-19 06:37:10 +0000
commit4604fe5609a48fc240d1a88a15c642c9883363c7 (patch)
tree846c5b418d438e9580d0a7702be832f1d1d9874c /git-bundle.html
parent5e4d8dee8bb242deb8fd16e7dcd74a0e7fb713d2 (diff)
downloadgit-htmldocs-4604fe5609a48fc240d1a88a15c642c9883363c7.tar.gz
Autogenerated HTML docs for v1.6.0.2-287-g3791f
Diffstat (limited to 'git-bundle.html')
-rw-r--r--git-bundle.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-bundle.html b/git-bundle.html
index 0dedd9ca4..e022c935f 100644
--- a/git-bundle.html
+++ b/git-bundle.html
@@ -420,11 +420,11 @@ unbundle &lt;file&gt;
<div class="sectionbody">
<div class="para"><p><em>git-bundle</em> will only package references that are shown by
<em>git-show-ref</em>: this includes heads, tags, and remote heads. References
-such as master<sub>1 cannot be packaged, but are perfectly suitable for
+such as master~1 cannot be packaged, but are perfectly suitable for
defining the basis. More than one reference may be packaged, and more
than one basis can be specified. The objects packaged are those not
contained in the union of the given bases. Each basis can be
-specified explicitly (e.g., ^master</sub>10), or implicitly (e.g.,
+specified explicitly (e.g., ^master~10), or implicitly (e.g.,
master~10..master, master --since=10.days.ago).</p></div>
<div class="para"><p>It is very important that the basis used be held by the destination.
It is okay to err on the side of conservatism, causing the bundle file
@@ -531,7 +531,7 @@ network.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2008-07-06 05:16:36 UTC
+Last updated 2008-09-19 06:32:43 UTC
</div>
</div>
</body>