summaryrefslogtreecommitdiffstats
path: root/git-bundle.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-05-02 15:02:46 -0700
committerJunio C Hamano <gitster@pobox.com>2012-05-02 15:02:46 -0700
commitb76a68630eaab75c4eb1c41f0fc091811854ff43 (patch)
tree5be60264e80970f60d9c56b410c8828693be8588 /git-bundle.html
parent0aadbc37c068365a09926cd895863c4a725b45d6 (diff)
downloadgit-htmldocs-b76a68630eaab75c4eb1c41f0fc091811854ff43.tar.gz
Autogenerated HTML docs for v1.7.10.1-433-g34875
Diffstat (limited to 'git-bundle.html')
-rw-r--r--git-bundle.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-bundle.html b/git-bundle.html
index 37faec7dc..8b35a9bb1 100644
--- a/git-bundle.html
+++ b/git-bundle.html
@@ -660,7 +660,7 @@ unbundle &lt;file&gt;
A list of arguments, acceptable to <em>git rev-parse</em> and
<em>git rev-list</em> (and containing a named ref, see SPECIFYING REFERENCES
below), that specifies the specific objects and references
- to transport. For example, <tt>master&#126;10..master</tt> causes the
+ to transport. For example, <tt>master~10..master</tt> causes the
current master reference to be packaged along with all objects
added since its 10th ancestor commit. There is no explicit
limit to the number of references and objects that may be
@@ -685,12 +685,12 @@ unbundle &lt;file&gt;
<div class="sectionbody">
<div class="paragraph"><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 <tt>master&#126;1</tt> cannot be packaged, but are perfectly suitable for
+such as <tt>master~1</tt> 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. <tt>^master&#126;10</tt>), or implicitly (e.g.
-<tt>master&#126;10..master</tt>, <tt>--since=10.days.ago master</tt>).</p></div>
+specified explicitly (e.g. <tt>^master~10</tt>), or implicitly (e.g.
+<tt>master~10..master</tt>, <tt>--since=10.days.ago master</tt>).</p></div>
<div class="paragraph"><p>It is very important that the basis used be held by the destination.
It is okay to err on the side of caution, causing the bundle file
to contain objects already in the destination, as these are ignored
@@ -798,7 +798,7 @@ references when fetching:</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-11-15 13:45:02 PDT
+Last updated 2012-05-02 15:00:44 PDT
</div>
</div>
</body>