Autogenerated HTML docs for v1.4.1-rc1-g1ef9
authorJunio C Hamano <junio@hera.kernel.org>
Mon, 26 Jun 2006 23:46:53 +0000 (23:46 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Mon, 26 Jun 2006 23:46:53 +0000 (23:46 +0000)
git-grep.html
git-grep.txt
git-merge.html
git-pull.html
git-rebase.html
git-rebase.txt
merge-options.txt

index db8b1727a5fcd03708272076c905dc268d10ca47..21c53b7ff21527d0f1f1c169bff7be2eeb9698a2 100644 (file)
@@ -280,7 +280,7 @@ git-grep(1) Manual Page
            [-n] [-l | --files-with-matches] [-L | --files-without-match]\r
            [-c | --count]\r
            [-A &lt;post-context&gt;] [-B &lt;pre-context&gt;] [-C &lt;context&gt;]\r
-           [-f &lt;file&gt;] [-e &lt;pattern&gt;]\r
+           [-f &lt;file&gt;] [-e] &lt;pattern&gt;\r
            [&lt;tree&gt;&#8230;]\r
            [--] [&lt;path&gt;&#8230;]</div></div>\r
 </div>\r
@@ -391,6 +391,16 @@ registered in the index file, or given tree objects.</p>
 </p>\r
 </dd>\r
 <dt>\r
+-e\r
+</dt>\r
+<dd>\r
+<p>\r
+        The next parameter is the pattern. This option has to be\r
+        used for patterns starting with - and should be used in\r
+        scripts passing user input to grep.\r
+</p>\r
+</dd>\r
+<dt>\r
 <tt>&lt;tree&gt;&#8230;</tt>\r
 </dt>\r
 <dd>\r
@@ -424,7 +434,7 @@ revamped by Junio C Hamano.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Jun-2006 07:24:27 UTC\r
+Last updated 26-Jun-2006 23:46:44 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7b810dfda760a01c78667015f7c6214fcaeceae6..62a8e7f222d480046beee5cf735fa92821e26f8d 100644 (file)
@@ -16,7 +16,7 @@ SYNOPSIS
           [-n] [-l | --files-with-matches] [-L | --files-without-match]
           [-c | --count]
           [-A <post-context>] [-B <pre-context>] [-C <context>]
-          [-f <file>] [-e <pattern>]
+          [-f <file>] [-e] <pattern>
           [<tree>...]
           [--] [<path>...]
 
@@ -71,6 +71,11 @@ OPTIONS
 -f <file>::
        Read patterns from <file>, one per line.
 
+-e::
+       The next parameter is the pattern. This option has to be
+       used for patterns starting with - and should be used in
+       scripts passing user input to grep.
+
 `<tree>...`::
        Search blobs in the trees for specified patterns.
 
index 2311b9e25abcedf2f9d63607c0277b82e9c94da2..45a341fa81f56ad63d76d91e44883b3f4d33b020 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
@@ -301,6 +301,20 @@ which drives multiple merge strategy scripts.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--squash\r
+</dt>\r
+<dd>\r
+<p>\r
+        Produce the working tree and index state as if a real\r
+        merge happened, but do not actually make a commit or\r
+        move the <tt>HEAD</tt>, nor record <tt>$GIT_DIR/MERGE_HEAD</tt> to\r
+        cause the next <tt>git commit</tt> command to create a merge\r
+        commit.  This allows you to create a single commit on\r
+        top of the current branch whose effect is the same as\r
+        merging another branch (or more in case of an octopus).\r
+</p>\r
+</dd>\r
+<dt>\r
 -s &lt;strategy&gt;, --strategy=&lt;strategy&gt;\r
 </dt>\r
 <dd>\r
@@ -553,7 +567,7 @@ Resolve the conflicts.  <tt>git-diff</tt> would report only the
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:22 PDT\r
+Last updated 26-Jun-2006 23:46:45 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f6bb96d71020e414c60e2a0afc74244ae6bf91ce..4f99c57f8a9a5b71681bdbc824c0253c8236c05e 100644 (file)
@@ -304,6 +304,20 @@ when merging local branches into the current branch.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--squash\r
+</dt>\r
+<dd>\r
+<p>\r
+        Produce the working tree and index state as if a real\r
+        merge happened, but do not actually make a commit or\r
+        move the <tt>HEAD</tt>, nor record <tt>$GIT_DIR/MERGE_HEAD</tt> to\r
+        cause the next <tt>git commit</tt> command to create a merge\r
+        commit.  This allows you to create a single commit on\r
+        top of the current branch whose effect is the same as\r
+        merging another branch (or more in case of an octopus).\r
+</p>\r
+</dd>\r
+<dt>\r
 -s &lt;strategy&gt;, --strategy=&lt;strategy&gt;\r
 </dt>\r
 <dd>\r
@@ -794,7 +808,7 @@ Junio C Hamano and the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 10-Mar-2006 00:31:31 UTC\r
+Last updated 26-Jun-2006 23:46:45 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 9f72b6f5558943f17b2e2ced11a4955bb7754136..2f5026f3b7957d9e98465339970f7ba548195daa 100644 (file)
@@ -396,7 +396,6 @@ desired resolution, you can continue the rebasing process with</p>
 <dd>\r
 <p>\r
         Restart the rebasing process by skipping the current patch.\r
-        This does not work with the --merge option.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -509,7 +508,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 22-Jun-2006 19:49:25 UTC\r
+Last updated 26-Jun-2006 23:46:46 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c339c4525c500f29d51063a34f1c7d238b37c2e6..9d7bcaa38cc5c13e29c00ddd18c64202e98cb5f8 100644 (file)
@@ -108,7 +108,6 @@ OPTIONS
 
 --skip::
        Restart the rebasing process by skipping the current patch.
-       This does not work with the --merge option.
 
 --merge::
        Use merging strategies to rebase.  When the recursive (default) merge
index 53cc35590debbb7e4d7dfae536be19e59d038560..182cef54be5963ff0f32a24329ca195607413e29 100644 (file)
@@ -6,6 +6,14 @@
        not autocommit, to give the user a chance to inspect and
        further tweak the merge result before committing.
 
+--squash::
+       Produce the working tree and index state as if a real
+       merge happened, but do not actually make a commit or
+       move the `HEAD`, nor record `$GIT_DIR/MERGE_HEAD` to
+       cause the next `git commit` command to create a merge
+       commit.  This allows you to create a single commit on
+       top of the current branch whose effect is the same as
+       merging another branch (or more in case of an octopus).
 
 -s <strategy>, \--strategy=<strategy>::
        Use the given merge strategy; can be supplied more than