]> git.cworth.org Git - hgbook-git/commitdiff
Track some changes in the tutorial repository
authorCarl Worth <cworth@cworth.org>
Fri, 28 Sep 2007 02:47:38 +0000 (19:47 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 28 Sep 2007 02:47:38 +0000 (19:47 -0700)
It's packed now, and the author dates are fixed.

tour.mdwn

index 933e1880e6b0bec2d59bd7fea142ce15fc77f5bf..d697f90d9467c2a2132bd4f1f523675f91076a7f 100644 (file)
--- a/tour.mdwn
+++ b/tour.mdwn
@@ -150,7 +150,7 @@ existing repository.
        remote: Done counting 15 objects.
        remote: Deltifying 15 objects...
        remote:  100% (15/15) done
-       remote: Total 15 (delta 2), reused 0 (delta 0)
+       remote: Total 15 (delta 2), reused 15 (delta remote: 2)
        Indexing 15 objects...
         100% (15/15) done
        Resolving 2 deltas...
@@ -162,26 +162,16 @@ efficiently) over http:
 
        $ git clone http://cworth.org/git/hello
        Initialized empty Git repository in /tmp/hello/.git/
-       got 8e5536eaf0c9313cfcfd3bb915c7ebb63d6f7a91
-       walk 8e5536eaf0c9313cfcfd3bb915c7ebb63d6f7a91
-       got e4c1447f272c0f90e0a80e55f495ec377863f6f5
-       got d884386a016f03bdd6c2c72ceba5621568cc0329
-       got 350a36688de4ee9dfeba52f09bf02385cb967bb2
-       walk d884386a016f03bdd6c2c72ceba5621568cc0329
-       got 9a3ff79a7c30a4b990d49fe7c9095d6bd2eab6c0
-       got ab82c5460482579faae7841e8da3b98fbb34a41c
-       got e19aeb100a31497481bba401cea42a39fac230ae
-       walk e19aeb100a31497481bba401cea42a39fac230ae
-       got 80b260cae9cec3cd52d27c46741ff59c321b852c
-       got 23f952d3dccd5524c3c1b48b3558a5b7393286c2
-       got 9fa6a8464b692252de9a3a20c9e579700d613b17
-       walk 9fa6a8464b692252de9a3a20c9e579700d613b17
-       got b8937ca165a312157658a67e7d413dd59e6ad377
-       got b3f85f210ff86d334575f64cb01c5bf49895b63e
-       got 556e69f96b04bff82857ddd7f7c08b2f3231d664
-       walk 556e69f96b04bff82857ddd7f7c08b2f3231d664
-       got ed55ec04ebc1736a91997a6ce7d7091010647c3d
-       got 43d727f2f3f2f7cb3b098ddad1d7038464a4cee2
+       Getting alternates list for http://cworth.org/git/hello
+       Getting pack list for http://cworth.org/git/hello
+       Getting index for pack 04ecb061314ecbd60fa0610ecf55a1cbf85ea294
+       Getting pack 04ecb061314ecbd60fa0610ecf55a1cbf85ea294
+        which contains a1a0e8b392b17caf50325498df54802fe3c03710
+       walk a1a0e8b392b17caf50325498df54802fe3c03710
+       walk 72d4f10e4a27dbb09ace1503c20dbac1912ee451
+       walk 13ed136b983a9c439eddeea8a1c2076cffbb685f
+       walk 0a633bf58b45fcf1a8299d3c82cd1fd26d3f48f2
+       walk db7117a9dd9a6e57e8632ea5848e1101eee0fbde
 
 If our clone succeeded, we should now have a local directory called
 hello. This directory will contain some files.