Autogenerated HTML docs for v1.2.2-g709a
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 19 Feb 2006 08:45:18 +0000 (08:45 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 19 Feb 2006 08:45:18 +0000 (08:45 +0000)
git-rev-parse.html
git-rev-parse.txt

index 0c898cc..1e1df62 100644 (file)
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">\r
 <head>\r
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
-<meta name="generator" content="AsciiDoc 7.0.1" />\r
+<meta name="generator" content="AsciiDoc 7.0.2" />\r
 <style type="text/css">\r
 /* Debug borders */\r
 p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {\r
@@ -400,6 +400,24 @@ distinguish between them.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--git-dir\r
+</dt>\r
+<dd>\r
+<p>\r
+        Show <tt>$GIT_DIR</tt> if defined else show the path to the .git directory.\r
+</p>\r
+</dd>\r
+<dt>\r
+--short, short=number\r
+</dt>\r
+<dd>\r
+<p>\r
+        Instead of outputting the full SHA1 values of object names try to\r
+        abbriviate them to a shorter unique name. When no length is specified\r
+        7 is used. The minimum length is 4.\r
+</p>\r
+</dd>\r
+<dt>\r
 --since=datestring, --after=datestring\r
 </dt>\r
 <dd>\r
@@ -536,7 +554,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:39 PDT\r
+Last updated 19-Feb-2006 08:45:15 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d638bfc..1662e06 100644 (file)
@@ -77,6 +77,14 @@ OPTIONS
        path of the top-level directory relative to the current
        directory (typically a sequence of "../", or an empty string).
 
+--git-dir::
+       Show `$GIT_DIR` if defined else show the path to the .git directory.
+
+--short, short=number::
+       Instead of outputting the full SHA1 values of object names try to
+       abbriviate them to a shorter unique name. When no length is specified
+       7 is used. The minimum length is 4.
+
 --since=datestring, --after=datestring::
        Parses the date string, and outputs corresponding
        --max-age= parameter for git-rev-list command.