Autogenerated HTML docs for v1.5.0-rc1-gde38
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 17 Jan 2007 23:27:45 +0000 (23:27 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 17 Jan 2007 23:27:45 +0000 (23:27 +0000)
16 files changed:
git-applypatch.html
git-applypatch.txt
git-blame.html
git-blame.txt
git-commit-tree.html
git-commit-tree.txt
git-fetch-pack.html
git-fetch-pack.txt
git-mailinfo.html
git-mailinfo.txt
git-parse-remote.html
git-parse-remote.txt
git-resolve.html
git-resolve.txt
git-send-pack.html
git-send-pack.txt

index 54693ae..1574b34 100644 (file)
@@ -276,6 +276,8 @@ git-applypatch(1) Manual Page
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
+<p>This is usually not what an end user wants to run directly.  See\r
+<a href="git-am.html">git-am(1)</a> instead.</p>\r
 <p>Takes three files &lt;msg&gt;, &lt;patch&gt;, and &lt;info&gt; prepared from an\r
 e-mail message by <em>git-mailinfo</em>, and creates a commit.  It is\r
 usually not necessary to use this command directly.</p>\r
@@ -329,7 +331,7 @@ information.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:40:51 UTC\r
+Last updated 17-Jan-2007 23:27:37 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 2b1ff14..451434a 100644 (file)
@@ -12,6 +12,9 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
+This is usually not what an end user wants to run directly.  See
+gitlink:git-am[1] instead.
+
 Takes three files <msg>, <patch>, and <info> prepared from an
 e-mail message by 'git-mailinfo', and creates a commit.  It is
 usually not necessary to use this command directly.
index 0b64a3f..2e03242 100644 (file)
@@ -461,10 +461,13 @@ header elements later.</p>
 <p>Unlike <tt>git-blame</tt> and <tt>git-annotate</tt> in older git, the extent\r
 of annotation can be limited to both line ranges and revision\r
 ranges.  When you are interested in finding the origin for\r
-ll. 40-60 for file <tt>foo</tt>, you can use <tt>-L</tt> option like this:</p>\r
+ll. 40-60 for file <tt>foo</tt>, you can use <tt>-L</tt> option like these\r
+(they mean the same thing &#8212; both ask for 21 lines starting at\r
+line 40):</p>\r
 <div class="literalblock">\r
 <div class="content">\r
-<pre><tt>git blame -L 40,60 foo</tt></pre>\r
+<pre><tt>git blame -L 40,60 foo\r
+git blame -L 40,+21 foo</tt></pre>\r
 </div></div>\r
 <p>Also you can use regular expression to specify the line range.</p>\r
 <div class="literalblock">\r
@@ -515,7 +518,7 @@ parents, using <tt>commit^!</tt> notation:</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Jan-2007 17:42:11 UTC\r
+Last updated 17-Jan-2007 23:27:38 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b14e794..5dd8e36 100644 (file)
@@ -118,9 +118,12 @@ SPECIFYING RANGES
 Unlike `git-blame` and `git-annotate` in older git, the extent
 of annotation can be limited to both line ranges and revision
 ranges.  When you are interested in finding the origin for
-ll. 40-60 for file `foo`, you can use `-L` option like this:
+ll. 40-60 for file `foo`, you can use `-L` option like these
+(they mean the same thing -- both ask for 21 lines starting at
+line 40):
 
        git blame -L 40,60 foo
+       git blame -L 40,+21 foo
 
 Also you can use regular expression to specify the line range.
 
index a68db36..c40f13d 100644 (file)
@@ -276,6 +276,8 @@ git-commit-tree(1) Manual Page
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
+<p>This is usually not what an end user wants to run directly.  See\r
+<a href="git-commit.html">git-commit(1)</a> instead.</p>\r
 <p>Creates a new commit object based on the provided tree object and\r
 emits the new commit object id on stdout. If no parent is given then\r
 it is considered to be an initial tree.</p>\r
@@ -478,7 +480,7 @@ reversible operation.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 31-Dec-2006 01:19:01 UTC\r
+Last updated 17-Jan-2007 23:27:38 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 77ba96e..f5d8050 100644 (file)
@@ -12,6 +12,9 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
+This is usually not what an end user wants to run directly.  See
+gitlink:git-commit[1] instead.
+
 Creates a new commit object based on the provided tree object and
 emits the new commit object id on stdout. If no parent is given then
 it is considered to be an initial tree.
index 99a307c..12c00f3 100644 (file)
@@ -276,6 +276,8 @@ git-fetch-pack(1) Manual Page
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
+<p>Usually you would want to use <a href="git-fetch.html">git-fetch(1)</a> which is a\r
+higher level wrapper of this command instead.</p>\r
 <p>Invokes <em>git-upload-pack</em> on a potentially remote repository,\r
 and asks it to send objects missing from this repository, to\r
 update the named heads.  The list of commits available locally\r
@@ -369,7 +371,7 @@ have a common ancestor commit.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Nov-2006 01:33:27 UTC\r
+Last updated 17-Jan-2007 23:27:39 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 3e6cd88..90ef127 100644 (file)
@@ -12,6 +12,9 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
+Usually you would want to use gitlink:git-fetch[1] which is a
+higher level wrapper of this command instead.
+
 Invokes 'git-upload-pack' on a potentially remote repository,
 and asks it to send objects missing from this repository, to
 update the named heads.  The list of commits available locally
index 8eb768e..a0d11a5 100644 (file)
@@ -281,7 +281,7 @@ writes the commit log message in &lt;msg&gt; file, and the patches in
 &lt;patch&gt; file.  The author name, e-mail and e-mail subject are\r
 written out to the standard output to be used by git-applypatch\r
 to create a commit.  It is usually not necessary to use this\r
-command directly.</p>\r
+command directly.  See <a href="git-am.html">git-am(1)</a> instead.</p>\r
 </div>\r
 <h2>OPTIONS</h2>\r
 <div class="sectionbody">\r
@@ -357,7 +357,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 10-Jan-2007 05:37:42 UTC\r
+Last updated 17-Jan-2007 23:27:39 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5088bbe..1ff6e7d 100644 (file)
@@ -18,7 +18,7 @@ writes the commit log message in <msg> file, and the patches in
 <patch> file.  The author name, e-mail and e-mail subject are
 written out to the standard output to be used by git-applypatch
 to create a commit.  It is usually not necessary to use this
-command directly.
+command directly.  See gitlink:git-am[1] instead.
 
 
 OPTIONS
index dece80c..10789f5 100644 (file)
@@ -278,7 +278,8 @@ git-parse-remote(1) Manual Page
 <div class="sectionbody">\r
 <p>This script is included in various scripts to supply\r
 routines to parse files under $GIT_DIR/remotes/ and\r
-$GIT_DIR/branches/.</p>\r
+$GIT_DIR/branches/ and configuration variables that are related\r
+to fetching, pulling and pushing.</p>\r
 <p>The primary entry points are:</p>\r
 <dl>\r
 <dt>\r
@@ -292,7 +293,8 @@ get_remote_refs_for_fetch
         (e.g. <tt>refs/heads/foo</tt>).  When <tt>&lt;refspec&gt;&#8230;</tt> is empty\r
         the returned list of refs consists of the defaults\r
         for the given <tt>&lt;repo&gt;</tt>, if specified in\r
-        <tt>$GIT_DIR/remotes/</tt> or <tt>$GIT_DIR/branches/</tt>.\r
+        <tt>$GIT_DIR/remotes/</tt>, <tt>$GIT_DIR/branches/</tt>, or <tt>remote.*.fetch</tt>\r
+        configuration.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -324,7 +326,7 @@ get_remote_refs_for_push
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:16 UTC\r
+Last updated 17-Jan-2007 23:27:40 UTC\r
 </div>\r
 </div>\r
 </body>\r
index fc27afe..918ca55 100644 (file)
@@ -14,7 +14,8 @@ DESCRIPTION
 -----------
 This script is included in various scripts to supply
 routines to parse files under $GIT_DIR/remotes/ and
-$GIT_DIR/branches/.
+$GIT_DIR/branches/ and configuration variables that are related
+to fetching, pulling and pushing.
 
 The primary entry points are:
 
@@ -25,7 +26,8 @@ get_remote_refs_for_fetch::
        (e.g. `refs/heads/foo`).  When `<refspec>...` is empty
        the returned list of refs consists of the defaults
        for the given `<repo>`, if specified in
-       `$GIT_DIR/remotes/` or `$GIT_DIR/branches/`.
+       `$GIT_DIR/remotes/`, `$GIT_DIR/branches/`, or `remote.*.fetch`
+       configuration.
 
 get_remote_refs_for_push::
        Given the list of user-supplied `<repo> <refspec>...`,
index 7c89c03..2d2daac 100644 (file)
@@ -276,6 +276,7 @@ git-resolve(1) Manual Page
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
+<p>DEPRECATED.  Use <tt>git-merge</tt> instead.</p>\r
 <p>Given two commits and a merge message, merge the &lt;merged&gt; commit\r
 into &lt;current&gt; commit, with the commit log message &lt;message&gt;.</p>\r
 <p>When &lt;current&gt; is a descendant of &lt;merged&gt;, or &lt;current&gt; is an\r
@@ -298,7 +299,7 @@ Dan Holmsand &lt;holmsand@gmail.com&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:24 UTC\r
+Last updated 17-Jan-2007 23:27:40 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 4e57c2b..0925973 100644 (file)
@@ -12,6 +12,8 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
+DEPRECATED.  Use `git-merge` instead.
+
 Given two commits and a merge message, merge the <merged> commit
 into <current> commit, with the commit log message <message>.
 
index 2da4038..dc9936b 100644 (file)
@@ -276,6 +276,8 @@ git-send-pack(1) Manual Page
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
+<p>Usually you would want to use <a href="git-push.html">git-push(1)</a> which is a\r
+higher level wrapper of this command instead.</p>\r
 <p>Invokes <em>git-receive-pack</em> on a possibly remote repository, and\r
 updates it from the current repository, sending named refs.</p>\r
 </div>\r
@@ -416,7 +418,7 @@ to disable the fast-forward check only on that ref.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 12-Oct-2006 19:10:26 UTC\r
+Last updated 17-Jan-2007 23:27:40 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5376f68..88f4e39 100644 (file)
@@ -12,6 +12,9 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
+Usually you would want to use gitlink:git-push[1] which is a
+higher level wrapper of this command instead.
+
 Invokes 'git-receive-pack' on a possibly remote repository, and
 updates it from the current repository, sending named refs.