Autogenerated HTML docs for v1.5.3.5-652-gf192c
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 13 Nov 2007 08:21:11 +0000 (08:21 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 13 Nov 2007 08:21:11 +0000 (08:21 +0000)
core-tutorial.html
core-tutorial.txt
git-branch.html
git-branch.txt
git-get-tar-commit-id.html
git-get-tar-commit-id.txt

index ebf7da11bfe2e0ee297c242eabdc7815a14885fe..72122c4d2747ea2d7f130e59c65a5c19457674d0 100644 (file)
@@ -1321,10 +1321,6 @@ server like git Native transport does.  Any stock HTTP server
 that does not even support directory index would suffice.  But\r
 you must prepare your repository with <tt>git-update-server-info</tt>\r
 to help dumb transport downloaders.</p>\r
-<p>There are (confusingly enough) <tt>git-ssh-fetch</tt> and <tt>git-ssh-upload</tt>\r
-programs, which are <em>commit walkers</em>; they outlived their\r
-usefulness when git Native and SSH transports were introduced,\r
-and are not used by <tt>git pull</tt> or <tt>git push</tt> scripts.</p>\r
 </dd>\r
 </dl>\r
 <p>Once you fetch from the remote repository, you <tt>merge</tt> that\r
@@ -1971,7 +1967,7 @@ to follow, not easier.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 10-Nov-2007 11:26:14 UTC\r
+Last updated 13-Nov-2007 08:20:50 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ebd2492bc422b05e8b7db903924106e9319b43b1..401d1deca04f29d453f5902b9c2a4a8ca3bf6d4b 100644 (file)
@@ -1090,11 +1090,6 @@ server like git Native transport does.  Any stock HTTP server
 that does not even support directory index would suffice.  But
 you must prepare your repository with `git-update-server-info`
 to help dumb transport downloaders.
-+
-There are (confusingly enough) `git-ssh-fetch` and `git-ssh-upload`
-programs, which are 'commit walkers'; they outlived their
-usefulness when git Native and SSH transports were introduced,
-and are not used by `git pull` or `git push` scripts.
 
 Once you fetch from the remote repository, you `merge` that
 with your current branch.
index 957b9da8e1111ceace535c2c38257e234d58148f..d99bac8f5a5522587be1957c1c360f9fca1f1306 100644 (file)
@@ -439,7 +439,7 @@ to delete remote-tracking branches.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        When -b is given and a branch is created off a remote branch,\r
+        When a branch is created off a remote branch,\r
         set up configuration so that git-pull will not retrieve data\r
         from the remote branch, ignoring the branch.autosetupmerge\r
         configuration variable.\r
@@ -555,7 +555,7 @@ a branch and check it out with a single command.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Nov-2007 02:45:07 UTC\r
+Last updated 13-Nov-2007 08:20:50 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5e81aa4ee15af50bd47aa9b26ffd566328f3c35e..5ce905de862253aa2bd2ed619819306165e978f0 100644 (file)
@@ -105,7 +105,7 @@ OPTIONS
        '--track' were given.
 
 --no-track::
-       When -b is given and a branch is created off a remote branch,
+       When a branch is created off a remote branch,
        set up configuration so that git-pull will not retrieve data
        from the remote branch, ignoring the branch.autosetupmerge
        configuration variable.
index 08457f03ec4ba643f0710b54c9091f24b45e0243..cafd2be499a2dcb2b92d9e205a847c904e6d4b28 100644 (file)
@@ -277,11 +277,11 @@ git-get-tar-commit-id(1) Manual Page
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
 <p>Acts as a filter, extracting the commit ID stored in archives created by\r
-git-tar-tree.  It reads only the first 1024 bytes of input, thus its\r
+<a href="git-archive.html">git-archive(1)</a>.  It reads only the first 1024 bytes of input, thus its\r
 runtime is not influenced by the size of &lt;tarfile&gt; very much.</p>\r
 <p>If no commit ID is found, git-get-tar-commit-id quietly exists with a\r
 return code of 1.  This can happen if &lt;tarfile&gt; had not been created\r
-using git-tar-tree or if the first parameter of git-tar-tree had been\r
+using git-archive or if the &lt;treeish&gt; parameter of git-archive had been\r
 a tree ID instead of a commit ID or tag.</p>\r
 </div>\r
 <h2>Author</h2>\r
@@ -298,7 +298,7 @@ a tree ID instead of a commit ID or tag.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:42 UTC\r
+Last updated 13-Nov-2007 08:20:50 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 9b5f86fc30aecc5e1183e514d5d0f81d14a751c3..76316bbc9e3265dc9e5dca7562b7c79357c77931 100644 (file)
@@ -14,12 +14,12 @@ SYNOPSIS
 DESCRIPTION
 -----------
 Acts as a filter, extracting the commit ID stored in archives created by
-git-tar-tree.  It reads only the first 1024 bytes of input, thus its
+gitlink:git-archive[1].  It reads only the first 1024 bytes of input, thus its
 runtime is not influenced by the size of <tarfile> very much.
 
 If no commit ID is found, git-get-tar-commit-id quietly exists with a
 return code of 1.  This can happen if <tarfile> had not been created
-using git-tar-tree or if the first parameter of git-tar-tree had been
+using git-archive or if the <treeish> parameter of git-archive had been
 a tree ID instead of a commit ID or tag.