summaryrefslogtreecommitdiffstats
path: root/gittutorial-2.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-06-27 08:26:43 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-06-27 08:26:43 +0000
commit432d8ee687912ee33b1b18ab27b6407a2b3f9c3d (patch)
treeeb914d299a339dbdc5a4be59e540dd299c20bfd0 /gittutorial-2.html
parent4451cb63a3588c2318a54181b9259731f483d7d7 (diff)
downloadgit-htmldocs-432d8ee687912ee33b1b18ab27b6407a2b3f9c3d.tar.gz
Autogenerated HTML docs for v1.5.6.1-89-gd544
Diffstat (limited to 'gittutorial-2.html')
-rw-r--r--gittutorial-2.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/gittutorial-2.html b/gittutorial-2.html
index 007cb0b10..54c2c83e2 100644
--- a/gittutorial-2.html
+++ b/gittutorial-2.html
@@ -319,9 +319,9 @@ from your own version. Note that you can shorten it to only a few
characters to save yourself typing all 40 hex digits:</p>
<div class="listingblock">
<div class="content">
-<pre><tt>$ git-cat-file -t 54196cc2
+<pre><tt>$ git cat-file -t 54196cc2
commit
-$ git-cat-file commit 54196cc2
+$ git cat-file commit 54196cc2
tree 92b8b694ffb1675e5975148e1121810081dbdffe
author J. Bruce Fields &lt;bfields@puzzle.fieldses.org&gt; 1143414668 -0500
committer J. Bruce Fields &lt;bfields@puzzle.fieldses.org&gt; 1143414668 -0500
@@ -414,7 +414,7 @@ hello world!</tt></pre>
<p>and the "parent" object refers to the previous commit:</p>
<div class="listingblock">
<div class="content">
-<pre><tt>$ git-cat-file commit 54196cc2
+<pre><tt>$ git cat-file commit 54196cc2
tree 92b8b694ffb1675e5975148e1121810081dbdffe
author J. Bruce Fields &lt;bfields@puzzle.fieldses.org&gt; 1143414668 -0500
committer J. Bruce Fields &lt;bfields@puzzle.fieldses.org&gt; 1143414668 -0500
@@ -504,7 +504,7 @@ $ git diff</tt></pre>
head still doesn't contain the new line:</p>
<div class="listingblock">
<div class="content">
-<pre><tt>$ git-diff HEAD
+<pre><tt>$ git diff HEAD
diff --git a/file.txt b/file.txt
index a042389..513feba 100644
--- a/file.txt
@@ -529,7 +529,7 @@ hello world, again</tt></pre>
</div></div>
<p>So what our "git add" did was store a new blob and then put
a reference to it in the index file. If we modify the file again,
-we'll see that the new modifications are reflected in the "git-diff"
+we'll see that the new modifications are reflected in the "git diff"
output:</p>
<div class="listingblock">
<div class="content">
@@ -672,7 +672,7 @@ example, creating a new commit.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2008 01:34:29 UTC
+Last updated 27-Jun-2008 08:26:24 UTC
</div>
</div>
</body>