Autogenerated HTML docs for v1.5.0-rc1-gdf1b
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 18 Jan 2007 06:24:10 +0000 (06:24 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 18 Jan 2007 06:24:10 +0000 (06:24 +0000)
16 files changed:
git-cherry-pick.html
git-cherry-pick.txt
git-diff.html
git-diff.txt
git-format-patch.html
git-format-patch.txt
git-log.html
git-log.txt
git-rev-parse.html
git-rev-parse.txt
git-revert.html
git-revert.txt
git-show.html
git-show.txt
gitk.html
gitk.txt

index f7f0449fbf3f8a9e9c35950836f4bf00eb4d1679..7fc474e08695b4d7eda64d2f2cac2c55818fa2ac 100644 (file)
@@ -289,6 +289,8 @@ modifications from the HEAD commit).</p>
 <dd>\r
 <p>\r
         Commit to cherry-pick.\r
+        For a more complete list of ways to spell commits, see\r
+        "SPECIFYING REVISIONS" section in <a href="git-rev-parse.html">git-rev-parse(1)</a>.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -360,7 +362,7 @@ effect to your working tree in a row.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 06-Oct-2006 01:00:24 UTC\r
+Last updated 18-Jan-2007 06:23:58 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 875edb6b9f5ddc6d19b2de29cebbad5ebb7d37a0..3149d08da83f5cd7b92f13da47298791ce9a3737 100644 (file)
@@ -19,6 +19,8 @@ OPTIONS
 -------
 <commit>::
        Commit to cherry-pick.
+       For a more complete list of ways to spell commits, see
+       "SPECIFYING REVISIONS" section in gitlink:git-rev-parse[1].
 
 -e|--edit::
        With this option, `git-cherry-pick` will let you edit the commit
index 8fb0e467624846557ac6f35262a5de572c3b9525..899b6e271461fd93643b8fcdbcf08e4508d51e1d 100644 (file)
@@ -327,6 +327,8 @@ tree and the index file, or the index file and the working tree.</p>
 <p>Just in case if you are doing something exotic, it should be\r
 noted that all of the &lt;commit&gt; in the above description can be\r
 any &lt;tree-ish&gt;.</p>\r
+<p>For a more complete list of ways to spell &lt;commit&gt;, see\r
+"SPECIFYING REVISIONS" section in <a href="git-rev-parse.html">git-rev-parse(1)</a>.</p>\r
 </div>\r
 <h2>OPTIONS</h2>\r
 <div class="sectionbody">\r
@@ -817,7 +819,7 @@ output diff in reverse.
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 26-Dec-2006 09:11:34 UTC\r
+Last updated 18-Jan-2007 06:23:58 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 8977877b21b6681528d13f71b558c060e8c26c4d..6a098df26b1c1639f6ac88233b5642a2be9039fa 100644 (file)
@@ -47,6 +47,9 @@ Just in case if you are doing something exotic, it should be
 noted that all of the <commit> in the above description can be
 any <tree-ish>.
 
+For a more complete list of ways to spell <commit>, see
+"SPECIFYING REVISIONS" section in gitlink:git-rev-parse[1].
+
 
 OPTIONS
 -------
index a5104ce5a03dbb2a006429dedfe5153064e0f450..133b40e3ceb1b42745f0f6232b41e06d20567a38 100644 (file)
@@ -283,7 +283,9 @@ git-format-patch(1) Manual Page
 <p>Prepare each commit between &lt;since&gt; and &lt;until&gt; with its patch in\r
 one file per commit, formatted to resemble UNIX mailbox format.\r
 If ..&lt;until&gt; is not specified, the head of the current working\r
-tree is implied.</p>\r
+tree is implied.  For a more complete list of ways to spell\r
+&lt;since&gt; and &lt;until&gt;, see "SPECIFYING REVISIONS" section in\r
+<a href="git-rev-parse.html">git-rev-parse(1)</a>.</p>\r
 <p>The output of this command is convenient for e-mail submission or\r
 for use with <a href="git-am.html">git-am(1)</a>.</p>\r
 <p>Each output file is numbered sequentially from 1, and uses the\r
@@ -469,7 +471,7 @@ git-format-patch -M -B origin
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Jan-2007 20:25:05 UTC\r
+Last updated 18-Jan-2007 06:23:59 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 23acb47528fc2e3beafe4d85a26152cb718b3e72..574cf76dca2194e9d13d5db384d39409a9095740 100644 (file)
@@ -20,7 +20,9 @@ DESCRIPTION
 Prepare each commit between <since> and <until> with its patch in
 one file per commit, formatted to resemble UNIX mailbox format.
 If ..<until> is not specified, the head of the current working
-tree is implied.
+tree is implied.  For a more complete list of ways to spell
+<since> and <until>, see "SPECIFYING REVISIONS" section in
+gitlink:git-rev-parse[1].
 
 The output of this command is convenient for e-mail submission or
 for use with gitlink:git-am[1].
index 6ee7c7a77668688830c712e641ce1950e0d97850..5804b56cf81bb8049736b592617bf47d3ed643be 100644 (file)
@@ -444,6 +444,9 @@ simplification into account.</p>
         Show only commits between the named two commits.  When\r
         either &lt;since&gt; or &lt;until&gt; is omitted, it defaults to\r
         <tt>HEAD</tt>, i.e. the tip of the current branch.\r
+        For a more complete list of ways to spell &lt;since&gt;\r
+        and &lt;until&gt;, see "SPECIFYING REVISIONS" section in\r
+        <a href="git-rev-parse.html">git-rev-parse(1)</a>.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -595,7 +598,7 @@ reversible operation.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 15-Jan-2007 06:12:31 UTC\r
+Last updated 18-Jan-2007 06:24:00 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 60610f91f4c38946b35209bd3e9a1c696fd1b17d..b8029463d9e9b356d3b263f50b3eab2012956ee6 100644 (file)
@@ -34,6 +34,9 @@ include::pretty-formats.txt[]
        Show only commits between the named two commits.  When
        either <since> or <until> is omitted, it defaults to
        `HEAD`, i.e. the tip of the current branch.
+       For a more complete list of ways to spell <since>
+       and <until>, see "SPECIFYING REVISIONS" section in
+       gitlink:git-rev-parse[1].
 
 -p::
        Show the change the commit introduces in a patch form.
index d452f1ee4747d0dcb817424b16e07c6f809f0d1a..0397fce30abe2adea885d11ade6bf5cffaebf47c 100644 (file)
@@ -548,6 +548,17 @@ A ref followed by the suffix <em>@</em> with a date specification
 </li>\r
 <li>\r
 <p>\r
+A ref followed by the suffix <em>@</em> with an ordinal specification\r
+  enclosed in a brace pair (e.g. <em>{1}</em>, <em>{15}</em>) to specify\r
+  the n-th prior value of that ref.  For example <em>master@{1}</em>\r
+  is the immediate prior value of <em>master</em> while <em>master@{5}</em>\r
+  is the 5th prior value of <em>master</em>. This suffix may only be used\r
+  immediately following a ref name and the ref must have an existing\r
+  log ($GIT_DIR/logs/&lt;ref&gt;).\r
+</p>\r
+</li>\r
+<li>\r
+<p>\r
 A suffix <em>^</em> to a revision parameter means the first parent of\r
   that commit object.  <em>^&lt;n&gt;</em> means the &lt;n&gt;th parent (i.e.\r
   <em>rev^</em>\r
@@ -681,7 +692,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Nov-2006 01:33:31 UTC\r
+Last updated 18-Jan-2007 06:24:01 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 4eaf5a0d1ea26798298c4f572c29d90af9dc7cf1..aeb37b65d26dbc2873438bd7b2c36bf89d24b056 100644 (file)
@@ -152,6 +152,14 @@ blobs contained in a commit.
   used immediately following a ref name and the ref must have an
   existing log ($GIT_DIR/logs/<ref>).
 
+* A ref followed by the suffix '@' with an ordinal specification
+  enclosed in a brace pair (e.g. '\{1\}', '\{15\}') to specify
+  the n-th prior value of that ref.  For example 'master@\{1\}'
+  is the immediate prior value of 'master' while 'master@\{5\}'
+  is the 5th prior value of 'master'. This suffix may only be used
+  immediately following a ref name and the ref must have an existing
+  log ($GIT_DIR/logs/<ref>).
+
 * A suffix '{caret}' to a revision parameter means the first parent of
   that commit object.  '{caret}<n>' means the <n>th parent (i.e.
   'rev{caret}'
index 3238f5498993945acc8963dcf392801a730093f2..f9d38dd0d06e3fe50a026ff65a6b313701c6bb5f 100644 (file)
@@ -289,6 +289,8 @@ modifications from the HEAD commit).</p>
 <dd>\r
 <p>\r
         Commit to revert.\r
+        For a more complete list of ways to spell commit names, see\r
+        "SPECIFYING REVISIONS" section in <a href="git-rev-parse.html">git-rev-parse(1)</a>.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -343,7 +345,7 @@ effect to your working tree in a row.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:25 UTC\r
+Last updated 18-Jan-2007 06:24:00 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 71f7815d65a38db70a5176a50989300b39684cda..8081bbaffa8d3710b644c744b9f81d459938a20e 100644 (file)
@@ -19,6 +19,8 @@ OPTIONS
 -------
 <commit>::
        Commit to revert.
+       For a more complete list of ways to spell commit names, see
+       "SPECIFYING REVISIONS" section in gitlink:git-rev-parse[1].
 
 -e|--edit::
        With this option, `git-revert` will let you edit the commit
index 530bf55298a822a495af17e2a95b0efca0ca9bb8..257e4b7832c5300eb2cde695a4844817f1bc35e5 100644 (file)
@@ -295,6 +295,8 @@ with --name-only).</p>
 <dd>\r
 <p>\r
         The name of the object to show.\r
+        For a more complete list of ways to spell object names, see\r
+        "SPECIFYING REVISIONS" section in <a href="git-rev-parse.html">git-rev-parse(1)</a>.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -562,7 +564,7 @@ Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 31-Dec-2006 01:19:05 UTC\r
+Last updated 18-Jan-2007 06:24:01 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c210b9af6bb4ce09d061e24715b07cd64887d54c..9051951c34c41cf339df1f54319addf62318f5d6 100644 (file)
@@ -32,6 +32,8 @@ OPTIONS
 -------
 <object>::
        The name of the object to show.
+       For a more complete list of ways to spell object names, see
+       "SPECIFYING REVISIONS" section in gitlink:git-rev-parse[1].
 
 include::pretty-formats.txt[]
 
index e835d27bb80d4b7b926080a5eac1748f558c70b4..afa99c48fd93eb4bac9b56bfb1a55211042b6bfb 100644 (file)
--- a/gitk.html
+++ b/gitk.html
@@ -330,6 +330,8 @@ frequently used options.</p>
         meaning show from the given revision and back, or it can be a range in\r
         the form "<em>&lt;from&gt;</em>..<em>&lt;to&gt;</em>" to show all revisions between <em>&lt;from&gt;</em> and\r
         back to <em>&lt;to&gt;</em>. Note, more advanced revision selection can be applied.\r
+        For a more complete list of ways to spell object names, see\r
+        "SPECIFYING REVISIONS" section in <a href="git-rev-parse.html">git-rev-parse(1)</a>.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -423,7 +425,7 @@ gitk --max-count=100 --all &#8212; Makefile
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:39 UTC\r
+Last updated 18-Jan-2007 06:24:02 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f1aeb07f64e09735871f0a956b9ba412578a2a23..6e2a8782cd41e1571dd3c77b5756ff73b48dfcd5 100644 (file)
--- a/gitk.txt
+++ b/gitk.txt
@@ -47,6 +47,8 @@ frequently used options.
        meaning show from the given revision and back, or it can be a range in
        the form "'<from>'..'<to>'" to show all revisions between '<from>' and
        back to '<to>'. Note, more advanced revision selection can be applied.
+       For a more complete list of ways to spell object names, see
+       "SPECIFYING REVISIONS" section in gitlink:git-rev-parse[1].
 
 <path>::