Autogenerated HTML docs for v1.3.3-g63df
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 17 May 2006 10:34:11 +0000 (10:34 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 17 May 2006 10:34:11 +0000 (10:34 +0000)
diff-options.txt
git-diff-files.html
git-diff-index.html
git-diff-stages.html
git-diff-tree.html
git-merge-base.html
git-merge-base.txt
git-rebase.html
git-rebase.txt
git-rev-parse.html
git-rev-parse.txt

index c183dc9..f523ec2 100644 (file)
 --stat::
        Generate a diffstat instead of a patch.
 
+--summary::
+       Output a condensed summary of extended header information
+       such as creations, renames and mode changes.
+
 --patch-with-stat::
        Generate patch and prepend its diffstat.
 
index b016af6..2197765 100644 (file)
@@ -317,6 +317,15 @@ same as "git-diff-index" and "git-diff-tree".</p>
 </p>\r
 </dd>\r
 <dt>\r
+--summary\r
+</dt>\r
+<dd>\r
+<p>\r
+        Output a condensed summary of extended header information\r
+        such as creations, renames and mode changes.\r
+</p>\r
+</dd>\r
+<dt>\r
 --patch-with-stat\r
 </dt>\r
 <dd>\r
@@ -838,7 +847,7 @@ two unresolved merge parents with the working tree file
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 16-Apr-2006 11:00:55 UTC\r
+Last updated 17-May-2006 10:33:59 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 993707a..802e3a1 100644 (file)
@@ -318,6 +318,15 @@ entries in the index are compared.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--summary\r
+</dt>\r
+<dd>\r
+<p>\r
+        Output a condensed summary of extended header information\r
+        such as creations, renames and mode changes.\r
+</p>\r
+</dd>\r
+<dt>\r
 --patch-with-stat\r
 </dt>\r
 <dd>\r
@@ -928,7 +937,7 @@ always have the special all-zero sha1.</td>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 16-Apr-2006 11:00:56 UTC\r
+Last updated 17-May-2006 10:34:00 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 0b2c06b..82a423f 100644 (file)
@@ -315,6 +315,15 @@ unmerged index file.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--summary\r
+</dt>\r
+<dd>\r
+<p>\r
+        Output a condensed summary of extended header information\r
+        such as creations, renames and mode changes.\r
+</p>\r
+</dd>\r
+<dt>\r
 --patch-with-stat\r
 </dt>\r
 <dd>\r
@@ -812,7 +821,7 @@ two unresolved merge parents with the working tree file
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 16-Apr-2006 11:00:57 UTC\r
+Last updated 17-May-2006 10:34:01 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 0a2f821..bab73a8 100644 (file)
@@ -320,6 +320,15 @@ git-diff-tree(1) Manual Page
 </p>\r
 </dd>\r
 <dt>\r
+--summary\r
+</dt>\r
+<dd>\r
+<p>\r
+        Output a condensed summary of extended header information\r
+        such as creations, renames and mode changes.\r
+</p>\r
+</dd>\r
+<dt>\r
 --patch-with-stat\r
 </dt>\r
 <dd>\r
@@ -1000,7 +1009,7 @@ two unresolved merge parents with the working tree file
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-May-2006 00:46:25 UTC\r
+Last updated 17-May-2006 10:34:02 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e18bd4d..bf965ea 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
@@ -272,15 +272,32 @@ git-merge-base(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-merge-base</em> &lt;commit&gt; &lt;commit&gt;</p>\r
+<p><em>git-merge-base</em> [--all] &lt;commit&gt; &lt;commit&gt;</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
-<p>"git-merge-base" finds as good a common ancestor as possible. Given a\r
-selection of equally good common ancestors it should not be relied on\r
-to decide in any particular way.</p>\r
+<p>"git-merge-base" finds as good a common ancestor as possible between\r
+the two commits. That is, given two commits A and B <em>git-merge-base A\r
+B</em> will output a commit which is reachable from both A and B through\r
+the parent relationship.</p>\r
+<p>Given a selection of equally good common ancestors it should not be\r
+relied on to decide in any particular way.</p>\r
 <p>The "git-merge-base" algorithm is still in flux - use the source&#8230;</p>\r
 </div>\r
+<h2>OPTIONS</h2>\r
+<div class="sectionbody">\r
+<dl>\r
+<dt>\r
+--all\r
+</dt>\r
+<dd>\r
+<p>\r
+        Output all common ancestors for the two commits instead of\r
+        just one.\r
+</p>\r
+</dd>\r
+</dl>\r
+</div>\r
 <h2>Author</h2>\r
 <div class="sectionbody">\r
 <p>Written by Linus Torvalds &lt;torvalds@osdl.org&gt;</p>\r
@@ -295,7 +312,7 @@ to decide in any particular way.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:20 PDT\r
+Last updated 17-May-2006 10:34:03 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d1d56f1..6099be2 100644 (file)
@@ -8,16 +8,26 @@ git-merge-base - Finds as good a common ancestor as possible for a merge
 
 SYNOPSIS
 --------
-'git-merge-base' <commit> <commit>
+'git-merge-base' [--all] <commit> <commit>
 
 DESCRIPTION
 -----------
-"git-merge-base" finds as good a common ancestor as possible. Given a
-selection of equally good common ancestors it should not be relied on
-to decide in any particular way.
+
+"git-merge-base" finds as good a common ancestor as possible between
+the two commits. That is, given two commits A and B 'git-merge-base A
+B' will output a commit which is reachable from both A and B through
+the parent relationship.
+
+Given a selection of equally good common ancestors it should not be
+relied on to decide in any particular way.
 
 The "git-merge-base" algorithm is still in flux - use the source...
 
+OPTIONS
+-------
+--all::
+       Output all common ancestors for the two commits instead of
+       just one.
 
 Author
 ------
index 63bd641..974d597 100644 (file)
@@ -273,8 +273,7 @@ git-rebase(1) Manual Page
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
 <p><em>git-rebase</em> [--onto &lt;newbase&gt;] &lt;upstream&gt; [&lt;branch&gt;]</p>\r
-<p><em>git-rebase</em> --continue</p>\r
-<p><em>git-rebase</em> --abort</p>\r
+<p><em>git-rebase</em> --continue | --skip | --abort</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -285,9 +284,10 @@ create a new commit for each commit from the original &lt;branch&gt; that does
 not exist in the &lt;upstream&gt; branch.</p>\r
 <p>It is possible that a merge failure will prevent this process from being\r
 completely automatic.  You will have to resolve any such merge failure\r
-and run <tt>git rebase --continue</tt>.  If you can not resolve the merge\r
-failure, running <tt>git rebase --abort</tt> will restore the original &lt;branch&gt;\r
-and remove the working files found in the .dotest directory.</p>\r
+and run <tt>git rebase --continue</tt>.  Another option is to bypass the commit\r
+that caused the merge failure with <tt>git rebase --skip</tt>.  To restore the\r
+original &lt;branch&gt; and remove the .dotest working files, use the command\r
+<tt>git rebase --abort</tt> instead.</p>\r
 <p>Note that if &lt;branch&gt; is not specified on the command line, the currently\r
 checked out branch is used.</p>\r
 <p>Assume the following history exists and the current branch is "topic":</p>\r
@@ -420,7 +420,7 @@ a rebase.  Upon completion, &lt;branch&gt; will be the current branch.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 02-May-2006 07:27:57 UTC\r
+Last updated 17-May-2006 10:34:04 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 1b482ab..08ee4aa 100644 (file)
@@ -9,9 +9,7 @@ SYNOPSIS
 --------
 'git-rebase' [--onto <newbase>] <upstream> [<branch>]
 
-'git-rebase' --continue
-
-'git-rebase' --abort
+'git-rebase' --continue | --skip | --abort
 
 DESCRIPTION
 -----------
@@ -23,9 +21,10 @@ not exist in the <upstream> branch.
 
 It is possible that a merge failure will prevent this process from being
 completely automatic.  You will have to resolve any such merge failure
-and run `git rebase --continue`.  If you can not resolve the merge
-failure, running `git rebase --abort` will restore the original <branch>
-and remove the working files found in the .dotest directory.
+and run `git rebase --continue`.  Another option is to bypass the commit
+that caused the merge failure with `git rebase --skip`.  To restore the
+original <branch> and remove the .dotest working files, use the command
+`git rebase --abort` instead.
 
 Note that if <branch> is not specified on the command line, the currently
 checked out branch is used.
index 2a2d033..a4a0c92 100644 (file)
@@ -380,6 +380,30 @@ distinguish between them.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--branches\r
+</dt>\r
+<dd>\r
+<p>\r
+        Show branch refs found in <tt>$GIT_DIR/refs/heads</tt>.\r
+</p>\r
+</dd>\r
+<dt>\r
+--tags\r
+</dt>\r
+<dd>\r
+<p>\r
+        Show tag refs found in <tt>$GIT_DIR/refs/tags</tt>.\r
+</p>\r
+</dd>\r
+<dt>\r
+--remotes\r
+</dt>\r
+<dd>\r
+<p>\r
+        Show tag refs found in <tt>$GIT_DIR/refs/remotes</tt>.\r
+</p>\r
+</dd>\r
+<dt>\r
 --show-prefix\r
 </dt>\r
 <dd>\r
@@ -554,7 +578,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 10-Mar-2006 00:31:34 UTC\r
+Last updated 17-May-2006 10:34:04 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 8b95df0..ab896fc 100644 (file)
@@ -67,6 +67,15 @@ OPTIONS
 --all::
        Show all refs found in `$GIT_DIR/refs`.
 
+--branches::
+       Show branch refs found in `$GIT_DIR/refs/heads`.
+
+--tags::
+       Show tag refs found in `$GIT_DIR/refs/tags`.
+
+--remotes::
+       Show tag refs found in `$GIT_DIR/refs/remotes`.
+
 --show-prefix::
        When the command is invoked from a subdirectory, show the
        path of the current directory relative to the top-level