Autogenerated HTML docs for v1.5.4.4-498-g5d92
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 11 Mar 2008 22:50:03 +0000 (22:50 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 11 Mar 2008 22:50:03 +0000 (22:50 +0000)
git-pull.html
git-pull.txt
git-rebase.html
git-rebase.txt

index e6d2f821f8c808ac3ce9fa97ad0718c65591cc74..b4954e43f8ada2185855c3f9656021a5abc615c2 100644 (file)
@@ -282,6 +282,8 @@ With <tt>--rebase</tt>, calls <tt>git-rebase</tt> instead of <tt>git-merge</tt>.
 <p>Note that you can use <tt>.</tt> (current directory) as the\r
 &lt;repository&gt; to pull from the local repository &#8212; this is useful\r
 when merging local branches into the current branch.</p>\r
+<p>Also note that options meant for <tt>git-pull</tt> itself and underlying\r
+<tt>git-merge</tt> must be given before the options meant for <tt>git-fetch</tt>.</p>\r
 </div>\r
 <h2>OPTIONS</h2>\r
 <div class="sectionbody">\r
@@ -991,7 +993,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 28-Feb-2008 00:25:43 UTC\r
+Last updated 11-Mar-2008 22:49:45 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 737894390d8033bf470b3bfe3aeade858f38717e..3405ca09e85e9c81b9d48c753a2f117e7edca4eb 100644 (file)
@@ -21,6 +21,8 @@ Note that you can use `.` (current directory) as the
 <repository> to pull from the local repository -- this is useful
 when merging local branches into the current branch.
 
+Also note that options meant for `git-pull` itself and underlying
+`git-merge` must be given before the options meant for `git-fetch`.
 
 OPTIONS
 -------
index bdc1516cf0fccd16687aecdeee746b0e4fba3f32..df59b6485e7cc09718eda05df2728b03d99955c8 100644 (file)
@@ -631,8 +631,7 @@ you share.</p>
 hook if one exists.  You can use this hook to do sanity checks and\r
 reject the rebase if it isn't appropriate.  Please see the template\r
 pre-rebase hook script for an example.</p>\r
-<p>You must be in the top directory of your project to start (or continue)\r
-a rebase.  Upon completion, &lt;branch&gt; will be the current branch.</p>\r
+<p>Upon completion, &lt;branch&gt; will be the current branch.</p>\r
 </div>\r
 <h2>INTERACTIVE MODE</h2>\r
 <div class="sectionbody">\r
@@ -832,7 +831,7 @@ Johannes E. Schindelin &lt;johannes.schindelin@gmx.de&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Mar-2008 01:59:59 UTC\r
+Last updated 11-Mar-2008 22:49:45 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 4b10304740f5035095c19be05859ae0b9205e9a0..e0412e0866db8f80e8bbc8f33caaa659461d90aa 100644 (file)
@@ -262,8 +262,7 @@ hook if one exists.  You can use this hook to do sanity checks and
 reject the rebase if it isn't appropriate.  Please see the template
 pre-rebase hook script for an example.
 
-You must be in the top directory of your project to start (or continue)
-a rebase.  Upon completion, <branch> will be the current branch.
+Upon completion, <branch> will be the current branch.
 
 INTERACTIVE MODE
 ----------------