Autogenerated HTML docs for v1.5.0-rc2
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 21 Jan 2007 08:57:14 +0000 (08:57 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 21 Jan 2007 08:57:14 +0000 (08:57 +0000)
cmds-mainporcelain.txt
git-prune.html
git-prune.txt
git-rev-list.html
git-rev-list.txt
git-show-branch.html
git-show-branch.txt
git-tag.html
git-tag.txt
git.html

index 8184653ba755d564b1f499a921c7dcce6ce015a8..9a59c03052c85826a534a9c6c98385616f2b30d4 100644 (file)
@@ -92,5 +92,5 @@ gitlink:git-status[1]::
        Show the working tree status.
 
 gitlink:git-tag[1]::
-       Create or verify a tag object signed with GPG.
+       Create, list, delete or verify a tag object signed with GPG.
 
index a10f50f8073d584057e253af9d3302c4c03c2d62..a479f18806e23553b134cc97f086399208814aa9 100644 (file)
@@ -272,7 +272,7 @@ git-prune(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-prune</em> [-n] [--] [&lt;head&gt;&#8230;]</p>\r
+<p><em>git-prune</em> [-n] [--grace=&lt;time&gt;]</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -297,35 +297,17 @@ running <tt>git prune-packed</tt>.</p>
 </p>\r
 </dd>\r
 <dt>\r
---\r
+--grace=&lt;time&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
-        Do not interpret any more arguments as options.\r
-</p>\r
-</dd>\r
-<dt>\r
-&lt;head&gt;&#8230;\r
-</dt>\r
-<dd>\r
-<p>\r
-        In addition to objects\r
-        reachable from any of our references, keep objects\r
-        reachable from listed &lt;head&gt;s.\r
+        Do not prune loose objects that are younger than the\r
+        specified time.  This gives a grace period to newly\r
+        created objects from getting pruned.\r
 </p>\r
 </dd>\r
 </dl>\r
 </div>\r
-<h2>EXAMPLE</h2>\r
-<div class="sectionbody">\r
-<p>To prune objects not used by your repository nor another that\r
-borrows from your repository via its\r
-<tt>.git/objects/info/alternates</tt>:</p>\r
-<div class="listingblock">\r
-<div class="content">\r
-<pre><tt>$ git prune $(cd ../another &amp;&amp; $(git-rev-parse --all))</tt></pre>\r
-</div></div>\r
-</div>\r
 <h2>Author</h2>\r
 <div class="sectionbody">\r
 <p>Written by Linus Torvalds &lt;torvalds@osdl.org&gt;</p>\r
@@ -340,7 +322,7 @@ borrows from your repository via its
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:18 UTC\r
+Last updated 21-Jan-2007 08:57:03 UTC\r
 </div>\r
 </div>\r
 </body>\r
index a11e3030943ab3ffd10afa017640826795809d05..fbd344da4028b76bb6f2bbb1401fe836624d0403 100644 (file)
@@ -8,7 +8,7 @@ git-prune - Prunes all unreachable objects from the object database
 
 SYNOPSIS
 --------
-'git-prune' [-n] [--] [<head>...]
+'git-prune' [-n] [--grace=<time>]
 
 DESCRIPTION
 -----------
@@ -28,6 +28,12 @@ OPTIONS
        Do not remove anything; just report what it would
        remove.
 
+--grace=<time>::
+       Do not prune loose objects that are younger than the
+       specified time.  This gives a grace period to newly
+       created objects from getting pruned.
+
+////////////////////////////////////////////
 \--::
        Do not interpret any more arguments as options.
 
@@ -46,6 +52,7 @@ borrows from your repository via its
 ------------
 $ git prune $(cd ../another && $(git-rev-parse --all))
 ------------
+////////////////////////////////////////////
 
 Author
 ------
index ecf560fe5e62c2b268cc37c116114356baf55e66..4c52d48e2ea87629b2b9ba9b572ede5f8d47bd96 100644 (file)
@@ -291,6 +291,7 @@ git-rev-list(1) Manual Page
              [ --pretty | --header ]\r
              [ --bisect ]\r
              [ --merge ]\r
+             [ --walk-reflogs ]\r
              &lt;commit&gt;&#8230; [ -- &lt;paths&gt;&#8230; ]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
@@ -658,6 +659,23 @@ limiting may be applied.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--walk-reflogs\r
+</dt>\r
+<dd>\r
+<p>\r
+        Instead of walking the commit ancestry chain, walk\r
+        reflog entries from the most recent one to older ones.\r
+        When this option is used you cannot specify commits to\r
+        exclude (that is, <em>^commit</em>, <em>commit1..commit2</em>,\r
+        nor <em>commit1&#8230;commit2</em> notations cannot be used).<br />\r
+With <em>--pretty</em> format other than oneline (for obvious reasons),\r
+this causes the output to have two extra lines of information\r
+used in the output.  When the starting commit is specified as\r
+instead.  Under <em>--pretty=oneline</em>, the commit message is\r
+prefixed with this information on the same line.\r
+</p>\r
+</dd>\r
+<dt>\r
 --merge\r
 </dt>\r
 <dd>\r
@@ -787,7 +805,7 @@ and the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 31-Dec-2006 01:19:04 UTC\r
+Last updated 21-Jan-2007 08:57:03 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 86c94e7dfd257f5a7eff5c9d5aa4540a41128864..a996f6cb1e4e9e94dbf3ccfb383990267a1cb819 100644 (file)
@@ -27,6 +27,7 @@ SYNOPSIS
             [ \--pretty | \--header ]
             [ \--bisect ]
             [ \--merge ]
+            [ \--walk-reflogs ]
             <commit>... [ \-- <paths>... ]
 
 DESCRIPTION
@@ -190,6 +191,22 @@ limiting may be applied.
        In addition to the '<commit>' listed on the command
        line, read them from the standard input.
 
+--walk-reflogs::
+
+       Instead of walking the commit ancestry chain, walk
+       reflog entries from the most recent one to older ones.
+       When this option is used you cannot specify commits to
+       exclude (that is, '{caret}commit', 'commit1..commit2',
+       nor 'commit1...commit2' notations cannot be used).
++
+With '\--pretty' format other than oneline (for obvious reasons),
+this causes the output to have two extra lines of information
+taken from the reflog.  By default, 'commit@{Nth}' notation is
+used in the output.  When the starting commit is specified as
+'commit@{now}', output also uses 'commit@{timestamp}' notation
+instead.  Under '\--pretty=oneline', the commit message is
+prefixed with this information on the same line.
+
 --merge::
 
        After a failed merge, show refs that touch files having a
index 936e44c9dca93936f5e4c09e919a1a9dcd6ecefb..b9971bbfbaa484617cd30347aecabffaf6ad3e36 100644 (file)
@@ -276,7 +276,7 @@ git-show-branch(1) Manual Page
 <div class="content"><em>git-show-branch</em> [--all] [--remotes] [--topo-order] [--current]\r
                 [--more=&lt;n&gt; | --list | --independent | --merge-base]\r
                 [--no-name | --sha1-name] [--topics] [&lt;rev&gt; | &lt;glob&gt;]&#8230;\r
-<em>git-show-branch</em> --reflog[=&lt;n&gt;] &lt;ref&gt;</div></div>\r
+<em>git-show-branch</em> --reflog[=&lt;n&gt;[,&lt;base&gt;]] [--list] &lt;ref&gt;</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -430,11 +430,13 @@ no &lt;rev&gt; nor &lt;glob&gt; is given on the command line.</p>
 </p>\r
 </dd>\r
 <dt>\r
---reflog[=&lt;n&gt;] &lt;ref&gt;\r
+--reflog[=&lt;n&gt;[,&lt;base&gt;]] &lt;ref&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
-        Shows &lt;n&gt; most recent ref-log entries for the given ref.\r
+        Shows &lt;n&gt; most recent ref-log entries for the given\r
+        ref.  If &lt;base&gt; is given, &lt;n&gt; entries going back from\r
+        that entry.  &lt;base&gt; can be specified as count or date\r
 </p>\r
 </dd>\r
 </dl>\r
@@ -494,6 +496,13 @@ it, having the following in the configuration file may help:</p>
 <p>With this, <tt>git show-branch</tt> without extra parameters would show\r
 only the primary branches.  In addition, if you happen to be on\r
 your topic branch, it is shown as well.</p>\r
+<div class="listingblock">\r
+<div class="content">\r
+<pre><tt>$ git show-branch --reflog='10,1 hour ago' --list master</tt></pre>\r
+</div></div>\r
+<p>shows 10 reflog entries going back from the tip as of 1 hour ago.\r
+Without <tt>--list</tt>, the output also shows how these tips are\r
+topologically related with each other.</p>\r
 </div>\r
 <h2>Author</h2>\r
 <div class="sectionbody">\r
@@ -509,7 +518,7 @@ your topic branch, it is shown as well.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 26-Dec-2006 09:11:36 UTC\r
+Last updated 21-Jan-2007 08:57:04 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 912e15bcba54d28d7e4f71ffd3f9da923f2a6385..529f3a648a28a6001aa466202f1658091fe219a8 100644 (file)
@@ -11,7 +11,7 @@ SYNOPSIS
 'git-show-branch' [--all] [--remotes] [--topo-order] [--current]
                [--more=<n> | --list | --independent | --merge-base]
                [--no-name | --sha1-name] [--topics] [<rev> | <glob>]...
-'git-show-branch' --reflog[=<n>] <ref>
+'git-show-branch' --reflog[=<n>[,<base>]] [--list] <ref>
 
 DESCRIPTION
 -----------
@@ -97,8 +97,10 @@ OPTIONS
        will show the revisions given by "git rev-list {caret}master
        topic1 topic2"
 
---reflog[=<n>] <ref>::
-       Shows <n> most recent ref-log entries for the given ref.
+--reflog[=<n>[,<base>]] <ref>::
+       Shows <n> most recent ref-log entries for the given
+       ref.  If <base> is given, <n> entries going back from
+       that entry.  <base> can be specified as count or date
 
 
 Note that --more, --list, --independent and --merge-base options
@@ -165,6 +167,13 @@ With this, `git show-branch` without extra parameters would show
 only the primary branches.  In addition, if you happen to be on
 your topic branch, it is shown as well.
 
+------------
+$ git show-branch --reflog='10,1 hour ago' --list master
+------------
+
+shows 10 reflog entries going back from the tip as of 1 hour ago.
+Without `--list`, the output also shows how these tips are
+topologically related with each other.
 
 
 Author
index 9b9b7a5648c9c5771757bea96cdbd020b747ed00..727ec47ceb2e5fc37cfdb37d8ad104980e0b3af5 100644 (file)
@@ -266,15 +266,15 @@ git-tag(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-tag -\r
-   Create or verify a tag object signed with GPG\r
+   Create, list, delete or verify a tag object signed with GPG\r
 </p>\r
 </div>\r
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
 <div class="verseblock">\r
-<div class="content"><em>git-tag</em> [-a | -s | -u &lt;key-id&gt;] [-f | -d | -v] [-m &lt;msg&gt; | -F &lt;file&gt;]\r
-         &lt;name&gt; [&lt;head&gt;]\r
+<div class="content"><em>git-tag</em> [-a | -s | -u &lt;key-id&gt;] [-f | -v] [-m &lt;msg&gt; | -F &lt;file&gt;]  &lt;name&gt; [&lt;head&gt;]\r
+<em>git-tag</em> -d &lt;name&gt;&#8230;\r
 <em>git-tag</em> -l [&lt;pattern&gt;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
@@ -337,7 +337,7 @@ if no pattern is given).</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Delete an existing tag with the given name\r
+        Delete existing tags with the given names.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -390,7 +390,7 @@ Junio C Hamano &lt;junkio@cox.net&gt; and Chris Wright &lt;chrisw@osdl.org&gt;.<
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Jan-2007 17:42:18 UTC\r
+Last updated 21-Jan-2007 08:57:04 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 8a71ab37dff0ba481666ee05f13f4b9aa0ba8c2b..13c7aefbf332124c5282a9a8532c7c9f8e0564f1 100644 (file)
@@ -3,14 +3,14 @@ git-tag(1)
 
 NAME
 ----
-git-tag - Create or verify a tag object signed with GPG
+git-tag - Create, list, delete or verify a tag object signed with GPG
 
 
 SYNOPSIS
 --------
 [verse]
-'git-tag' [-a | -s | -u <key-id>] [-f | -d | -v] [-m <msg> | -F <file>]
-        <name> [<head>]
+'git-tag' [-a | -s | -u <key-id>] [-f | -v] [-m <msg> | -F <file>]  <name> [<head>]
+'git-tag' -d <name>...
 'git-tag' -l [<pattern>]
 
 DESCRIPTION
@@ -55,7 +55,7 @@ OPTIONS
        Replace an existing tag with the given name (instead of failing)
 
 -d::
-       Delete an existing tag with the given name
+       Delete existing tags with the given names.
 
 -v::
        Verify the gpg signature of given the tag
index d866c98bf565c01f2ed18458cba6f31698bf3133..6af03bef2773a59c9f424b5db046237275881a81 100644 (file)
--- a/git.html
+++ b/git.html
@@ -622,7 +622,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Create or verify a tag object signed with GPG.\r
+        Create, list, delete or verify a tag object signed with GPG.\r
 </p>\r
 </dd>\r
 </dl>\r
@@ -2285,7 +2285,7 @@ contributors on the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 20-Jan-2007 02:22:41 UTC\r
+Last updated 21-Jan-2007 08:57:05 UTC\r
 </div>\r
 </div>\r
 </body>\r