Autogenerated HTML docs for v1.3.0-rc1
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 28 Mar 2006 00:28:01 +0000 (00:28 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 28 Mar 2006 00:28:01 +0000 (00:28 +0000)
git-ls-files.html
git-ls-files.txt
git-ls-tree.html
git-ls-tree.txt

index 810e707..396a0ef 100644 (file)
@@ -280,7 +280,7 @@ git-ls-files(1) Manual Page
                 [-X &lt;file&gt;|--exclude-from=&lt;file&gt;]\r
                 [--exclude-per-directory=&lt;file&gt;]\r
                 [--error-unmatch]\r
-                [--full-name] [--] [&lt;file&gt;]*</div></div>\r
+                [--full-name] [--abbrev] [--] [&lt;file&gt;]*</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -500,6 +500,16 @@ other
 </p>\r
 </dd>\r
 <dt>\r
+--abbrev[=&lt;n&gt;]\r
+</dt>\r
+<dd>\r
+<p>\r
+        Instead of showing the full 40-byte hexadecimal object\r
+        lines, show only handful hexdigits prefix.\r
+        Non default number of digits can be specified with --abbrev=&lt;n&gt;.\r
+</p>\r
+</dd>\r
+<dt>\r
 &#8212;\r
 </dt>\r
 <dd>\r
@@ -668,7 +678,7 @@ otherwise, it is a shell glob pattern, suitable for
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Mar-2006 07:50:55 UTC\r
+Last updated 28-Mar-2006 00:27:56 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 980c5c9..796d049 100644 (file)
@@ -14,9 +14,9 @@ SYNOPSIS
                (-[c|d|o|i|s|u|k|m])\*
                [-x <pattern>|--exclude=<pattern>]
                [-X <file>|--exclude-from=<file>]
-               [--exclude-per-directory=<file>] 
+               [--exclude-per-directory=<file>]
                [--error-unmatch]
-               [--full-name] [--] [<file>]\*
+               [--full-name] [--abbrev] [--] [<file>]\*
 
 DESCRIPTION
 -----------
@@ -101,6 +101,11 @@ OPTIONS
        option forces paths to be output relative to the project
        top directory.
 
+--abbrev[=<n>]::
+       Instead of showing the full 40-byte hexadecimal object
+       lines, show only handful hexdigits prefix.
+       Non default number of digits can be specified with --abbrev=<n>.
+
 --::
        Do not interpret any more arguments as options.
 
index c5c6467..94a71b3 100644 (file)
@@ -272,7 +272,9 @@ git-ls-tree(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-ls-tree</em> [-d] [-r] [-t] [-z] [--name-only] [--name-status] &lt;tree-ish&gt; [paths&#8230;]</p>\r
+<p><em>git-ls-tree</em> [-d] [-r] [-t] [-z]\r
+        [--name-only] [--name-status] [--full-name] [--abbrev=[&lt;n&gt;]]\r
+        &lt;tree-ish&gt; [paths&#8230;]</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -338,6 +340,16 @@ arguments does not matter.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--abbrev[=&lt;n&gt;]\r
+</dt>\r
+<dd>\r
+<p>\r
+        Instead of showing the full 40-byte hexadecimal object\r
+        lines, show only handful hexdigits prefix.\r
+        Non default number of digits can be specified with --abbrev=&lt;n&gt;.\r
+</p>\r
+</dd>\r
+<dt>\r
 paths\r
 </dt>\r
 <dd>\r
@@ -376,7 +388,7 @@ another major rewrite by Linus Torvalds &lt;torvalds@osdl.org&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 10-Mar-2006 00:31:28 UTC\r
+Last updated 28-Mar-2006 00:27:56 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5bf6d8b..018c401 100644 (file)
@@ -8,7 +8,9 @@ git-ls-tree - Lists the contents of a tree object
 
 SYNOPSIS
 --------
-'git-ls-tree' [-d] [-r] [-t] [-z] [--name-only] [--name-status] <tree-ish> [paths...]
+'git-ls-tree' [-d] [-r] [-t] [-z]
+       [--name-only] [--name-status] [--full-name] [--abbrev=[<n>]]
+       <tree-ish> [paths...]
 
 DESCRIPTION
 -----------
@@ -40,6 +42,11 @@ OPTIONS
 --name-status::
        List only filenames (instead of the "long" output), one per line.
 
+--abbrev[=<n>]::
+       Instead of showing the full 40-byte hexadecimal object
+       lines, show only handful hexdigits prefix.
+       Non default number of digits can be specified with --abbrev=<n>.
+
 paths::
        When paths are given, show them (note that this isn't really raw
        pathnames, but rather a list of patterns to match).  Otherwise