<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
</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
-------
<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
<p>Just in case if you are doing something exotic, it should be\r
noted that all of the <commit> in the above description can be\r
any <tree-ish>.</p>\r
+<p>For a more complete list of ways to spell <commit>, 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
</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
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
-------
<p>Prepare each commit between <since> and <until> with its patch in\r
one file per commit, formatted to resemble UNIX mailbox format.\r
If ..<until> 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
+<since> and <until>, 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
</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
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].
Show only commits between the named two commits. When\r
either <since> or <until> 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 <since>\r
+ and <until>, see "SPECIFYING REVISIONS" section in\r
+ <a href="git-rev-parse.html">git-rev-parse(1)</a>.\r
</p>\r
</dd>\r
<dt>\r
</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
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.
</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/<ref>).\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>^<n></em> means the <n>th parent (i.e.\r
<em>rev^</em>\r
</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
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}'
<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
</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
-------
<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
<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
</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
-------
<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[]
meaning show from the given revision and back, or it can be a range in\r
the form "<em><from></em>..<em><to></em>" to show all revisions between <em><from></em> and\r
back to <em><to></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
</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
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>::