summaryrefslogtreecommitdiffstats
path: root/gittutorial-2.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-01-21 10:51:14 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-01-21 10:51:14 +0000
commitbc4852e8d68ccfc18b8d3c0cf4c3d602917d454a (patch)
treeeefa8584a92795e6fc18d3e2fba7ef5f8c0219ce /gittutorial-2.html
parente24056c70e1f1c13c7599780af86b5e95f0109ae (diff)
downloadgit-htmldocs-bc4852e8d68ccfc18b8d3c0cf4c3d602917d454a.tar.gz
Autogenerated HTML docs for v1.6.1-230-gf873d
Diffstat (limited to 'gittutorial-2.html')
-rw-r--r--gittutorial-2.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/gittutorial-2.html b/gittutorial-2.html
index de0417b1a..1c9e5ba21 100644
--- a/gittutorial-2.html
+++ b/gittutorial-2.html
@@ -342,12 +342,12 @@ Initialized empty Git repository in .git/
$ echo 'hello world' &gt; file.txt
$ git add .
$ git commit -a -m "initial commit"
-[master (root-commit)] created 54196cc: "initial commit"
+[master (root-commit) 54196cc] initial commit
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 file.txt
$ echo 'hello world!' &gt;file.txt
$ git commit -a -m "add emphasis"
-[master] created c4d59f3: "add emphasis"
+[master c4d59f3] add emphasis
1 files changed, 1 insertions(+), 1 deletions(-)</tt></pre>
</div></div>
<div class="para"><p>What are the 7 digits of hex that git responded to the commit with?</p></div>
@@ -724,7 +724,7 @@ example, creating a new commit.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2008-12-10 08:33:33 UTC
+Last updated 2009-01-21 10:51:01 UTC
</div>
</div>
</body>