summaryrefslogtreecommitdiffstats
path: root/git-fast-import.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-06-16 09:54:05 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-06-16 09:54:05 +0000
commit6926bef5df36f65153ad9f9ab9202acc6d44cd5d (patch)
tree5d1c642cbaae99018f2cc259dfdc4202e8780115 /git-fast-import.html
parent9e52d4ea667a8100ea390c15adae60a56a410699 (diff)
downloadgit-htmldocs-6926bef5df36f65153ad9f9ab9202acc6d44cd5d.tar.gz
Autogenerated HTML docs for v1.5.2.2-236-g952c8
Diffstat (limited to 'git-fast-import.html')
-rw-r--r--git-fast-import.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-fast-import.html b/git-fast-import.html
index f240e9aa5..1d0ce26cd 100644
--- a/git-fast-import.html
+++ b/git-fast-import.html
@@ -728,9 +728,9 @@ current branch value should be written as:</p>
<div class="content">
<pre><tt> from refs/heads/branch^0</tt></pre>
</div></div>
-<p>The <tt>^0</tt> suffix is necessary as fast-import does not permit a branch to
+<p>The <tt>&#94;0</tt> suffix is necessary as fast-import does not permit a branch to
start from itself, and the branch is created in memory before the
-<tt>from</tt> command is even read from the input. Adding <tt>^0</tt> will force
+<tt>from</tt> command is even read from the input. Adding <tt>&#94;0</tt> will force
fast-import to resolve the commit through Git's revision parsing library,
rather than its internal branch table, thereby loading in the
existing value of the branch.</p>
@@ -1203,7 +1203,7 @@ memory footprint (less than 2.7 MiB per active branch).</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2007 16:08:10 UTC
+Last updated 16-Jun-2007 09:49:03 UTC
</div>
</div>
</body>