Autogenerated HTML docs for v1.3.3-g2186
[git.git] / tutorial.html
index bdc6114..88c3f92 100644 (file)
@@ -625,14 +625,21 @@ visualizing their history.  For example,</p>
 <pre><tt>$ gitk --since="2 weeks ago" drivers/</tt></pre>\r
 </div></div>\r
 <p>allows you to browse any commits from the last 2 weeks of commits\r
-that modified files under the "drivers" directory.</p>\r
+that modified files under the "drivers" directory.  (Note: you can\r
+adjust gitk's fonts by holding down the control key while pressing\r
+"-" or "+".)</p>\r
 <p>Finally, most commands that take filenames will optionally allow you\r
 to precede any filename by a commit, to specify a particular version\r
-fo the file:</p>\r
+of the file:</p>\r
 <div class="listingblock">\r
 <div class="content">\r
 <pre><tt>$ git diff v2.5:Makefile HEAD:Makefile.in</tt></pre>\r
 </div></div>\r
+<p>You can also use "git cat-file -p" to see any such file:</p>\r
+<div class="listingblock">\r
+<div class="content">\r
+<pre><tt>$ git cat-file -p v2.5:Makefile</tt></pre>\r
+</div></div>\r
 </div>\r
 <h2>Next Steps</h2>\r
 <div class="sectionbody">\r
@@ -694,7 +701,7 @@ digressions that may be interesting at this point are:</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 22-May-2006 01:09:52 UTC\r
+Last updated 30-May-2006 07:20:50 UTC\r
 </div>\r
 </div>\r
 </body>\r