Autogenerated HTML docs for v1.4.4.3-gc902c
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 21 Dec 2006 02:25:57 +0000 (02:25 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 21 Dec 2006 02:25:57 +0000 (02:25 +0000)
git-clone.html
git-clone.txt
git-diff.html
git-diff.txt
git-svn.html
git-svn.txt

index c6fd744f45cbd2a22c42e17b5437f7b0f28ecae6..d0f3524445f440e36be7951fa09fa569cb8c0cdd 100644 (file)
@@ -275,8 +275,7 @@ git-clone(1) Manual Page
 <div class="verseblock">\r
 <div class="content"><em>git-clone</em> [--template=&lt;template_directory&gt;] [-l [-s]] [-q] [-n] [--bare]\r
           [-o &lt;name&gt;] [-u &lt;upload-pack&gt;] [--reference &lt;repository&gt;]\r
-          [--use-separate-remote | --no-separate-remote] &lt;repository&gt;\r
-          [&lt;directory&gt;]</div></div>\r
+          &lt;repository&gt; [&lt;directory&gt;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -417,28 +416,6 @@ configuration variables.</p>
 </p>\r
 </dd>\r
 <dt>\r
---use-separate-remote\r
-</dt>\r
-<dd>\r
-<p>\r
-        Save remotes heads under <tt>$GIT_DIR/refs/remotes/origin/</tt> instead\r
-        of <tt>$GIT_DIR/refs/heads/</tt>.  Only the local master branch is\r
-        saved in the latter. This is the default.\r
-</p>\r
-</dd>\r
-<dt>\r
---no-separate-remote\r
-</dt>\r
-<dd>\r
-<p>\r
-        Save remotes heads in the same namespace as the local\r
-        heads, `$GIT_DIR/refs/heads/'.  In regular repositories,\r
-        this is a legacy setup git-clone created by default in\r
-        older Git versions, and will be removed before the next\r
-        major release.\r
-</p>\r
-</dd>\r
-<dt>\r
 &lt;repository&gt;\r
 </dt>\r
 <dd>\r
@@ -533,7 +510,7 @@ Create a repository on the kernel.org machine that borrows from Linus
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 16-Dec-2006 22:16:25 UTC\r
+Last updated 21-Dec-2006 02:25:49 UTC\r
 </div>\r
 </div>\r
 </body>\r
index bfddb21fee0a73641dbbbb7efb1863f162851653..874934a33243106544181ffeae2fee8b03ff5e8d 100644 (file)
@@ -11,8 +11,7 @@ SYNOPSIS
 [verse]
 'git-clone' [--template=<template_directory>] [-l [-s]] [-q] [-n] [--bare]
          [-o <name>] [-u <upload-pack>] [--reference <repository>]
-         [--use-separate-remote | --no-separate-remote] <repository>
-         [<directory>]
+         <repository> [<directory>]
 
 DESCRIPTION
 -----------
@@ -99,18 +98,6 @@ OPTIONS
        if unset the templates are taken from the installation
        defined default, typically `/usr/share/git-core/templates`.
 
---use-separate-remote::
-       Save remotes heads under `$GIT_DIR/refs/remotes/origin/` instead
-       of `$GIT_DIR/refs/heads/`.  Only the local master branch is
-       saved in the latter. This is the default.
-
---no-separate-remote::
-       Save remotes heads in the same namespace as the local
-       heads, `$GIT_DIR/refs/heads/'.  In regular repositories,
-       this is a legacy setup git-clone created by default in
-       older Git versions, and will be removed before the next
-       major release.
-
 <repository>::
        The (possibly remote) repository to clone from.  It can
        be any URL git-fetch supports.
index bb0816db1c09d3e1ee403a66c940fac34e1fdf3f..5bcb2969e67cf0c1761ed78c6d8ea33f16707b7e 100644 (file)
@@ -272,7 +272,7 @@ git-diff(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-diff</em> [ --diff-options ] &lt;tree-ish&gt;{0,2} [--] [&lt;path&gt;&#8230;]</p>\r
+<p><em>git-diff</em> [ --diff-options ] &lt;commit&gt;{0,2} [--] [&lt;path&gt;&#8230;]</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -297,7 +297,7 @@ tree and the index file, or the index file and the working tree.</p>
 <dd>\r
 <p>\r
         This form is to view the changes you staged for the next\r
-        commit relative to the named &lt;tree-ish&gt;.  Typically you\r
+        commit relative to the named &lt;commit&gt;.  Typically you\r
         would want comparison with the latest commit, so if you\r
         do not give &lt;commit&gt;, it defaults to HEAD.\r
 </p>\r
@@ -815,7 +815,7 @@ output diff in reverse.
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 16-Dec-2006 07:43:51 UTC\r
+Last updated 21-Dec-2006 02:25:50 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 10fdf88dce296f9fd7aea849b974cfbe709fa1b4..8977877b21b6681528d13f71b558c060e8c26c4d 100644 (file)
@@ -8,7 +8,7 @@ git-diff - Show changes between commits, commit and working tree, etc
 
 SYNOPSIS
 --------
-'git-diff' [ --diff-options ] <tree-ish>{0,2} [--] [<path>...]
+'git-diff' [ --diff-options ] <commit>{0,2} [--] [<path>...]
 
 DESCRIPTION
 -----------
@@ -26,7 +26,7 @@ tree and the index file, or the index file and the working tree.
 'git-diff' [--options] --cached [<commit>] [--] [<path>...]::
 
        This form is to view the changes you staged for the next
-       commit relative to the named <tree-ish>.  Typically you
+       commit relative to the named <commit>.  Typically you
        would want comparison with the latest commit, so if you
        do not give <commit>, it defaults to HEAD.
 
index 36735331900a47855855d67097b78393af60b1f9..ea7c74d89aa58c42c9905019897137d059a6901b 100644 (file)
@@ -336,7 +336,7 @@ manually joining branches on commit.</p>
         against the latest changes in the SVN repository.\r
         An optional command-line argument may be specified as an\r
         alternative to HEAD.\r
-        This is advantageous over <em>commit</em> (below) because it produces\r
+        This is advantageous over <em>set-tree</em> (below) because it produces\r
         cleaner, more linear history.\r
 </p>\r
 </dd>\r
@@ -378,7 +378,7 @@ manually joining branches on commit.</p>
 </div></div>\r
 </dd>\r
 <dt>\r
-<em>commit</em>\r
+<em>set-tree</em>\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -510,7 +510,7 @@ documentation for more details.</p>
 </dt>\r
 <dd>\r
 <p>\r
-Only used with the <em>commit</em> command.\r
+Only used with the <em>set-tree</em> command.\r
 </p>\r
 <p>Read a list of commits from stdin and commit them in reverse\r
 order.  Only the leading sha1 is read from each line, so\r
@@ -521,7 +521,7 @@ git-rev-list --pretty=oneline output can be used.</p>
 </dt>\r
 <dd>\r
 <p>\r
-Only used with the <em>dcommit</em>, <em>commit</em> and <em>commit-diff</em> commands.\r
+Only used with the <em>dcommit</em>, <em>set-tree</em> and <em>commit-diff</em> commands.\r
 </p>\r
 <p>Remove directories from the SVN tree if there are no files left\r
 behind.  SVN can version empty directories, and they are not\r
@@ -538,7 +538,7 @@ the commit to SVN act like git.</p>
 </dt>\r
 <dd>\r
 <p>\r
-Only used with the <em>dcommit</em>, <em>commit</em> and <em>commit-diff</em> commands.\r
+Only used with the <em>dcommit</em>, <em>set-tree</em> and <em>commit-diff</em> commands.\r
 </p>\r
 <p>Edit the commit message before committing to SVN.  This is off by\r
 default for objects that are commits, and forced on when committing\r
@@ -553,7 +553,7 @@ tree objects.</p>
 </dt>\r
 <dd>\r
 <p>\r
-Only used with the <em>dcommit</em>, <em>commit</em> and <em>commit-diff</em> commands.\r
+Only used with the <em>dcommit</em>, <em>set-tree</em> and <em>commit-diff</em> commands.\r
 </p>\r
 <p>They are both passed directly to git-diff-tree see\r
 <a href="git-diff-tree.html">git-diff-tree(1)</a> for more information.</p>\r
@@ -662,7 +662,7 @@ which diffs would be committed to SVN.</p>
 </dt>\r
 <dd>\r
 <p>\r
-Used with <em>fetch</em>, <em>dcommit</em> or <em>commit</em>.\r
+Used with <em>fetch</em>, <em>dcommit</em> or <em>set-tree</em>.\r
 </p>\r
 <p>This can be used to join arbitrary git branches to remotes/git-svn\r
 on new commits where the tree object is equivalent.</p>\r
@@ -797,10 +797,10 @@ SVN was very wrong.</p>
 <h2>REBASE VS. PULL</h2>\r
 <div class="sectionbody">\r
 <p>Originally, git-svn recommended that the remotes/git-svn branch be\r
-pulled from.  This is because the author favored <em>git-svn commit B</em>\r
-to commit a single head rather than the <em>git-svn commit A..B</em> notation\r
+pulled from.  This is because the author favored <em>git-svn set-tree B</em>\r
+to commit a single head rather than the <em>git-svn set-tree A..B</em> notation\r
 to commit multiple commits.</p>\r
-<p>If you use <em>git-svn commit A..B</em> to commit several diffs and you do not\r
+<p>If you use <em>git-svn set-tree A..B</em> to commit several diffs and you do not\r
 have the latest remotes/git-svn merged into my-branch, you should use\r
 <em>git rebase</em> to update your work branch instead of <em>git pull</em>.  <em>pull</em>\r
 can cause non-linear history to be flattened when committing into SVN,\r
@@ -907,7 +907,7 @@ detect them.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 13-Dec-2006 06:35:40 UTC\r
+Last updated 21-Dec-2006 02:25:50 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c589a9863064ef3e5f12876d40174fb991cf3b59..f5f57e8f87d4271a634f13f33d6b33af43909473 100644 (file)
@@ -64,7 +64,7 @@ manually joining branches on commit.
        against the latest changes in the SVN repository.
        An optional command-line argument may be specified as an
        alternative to HEAD.
-       This is advantageous over 'commit' (below) because it produces
+       This is advantageous over 'set-tree' (below) because it produces
        cleaner, more linear history.
 
 'log'::
@@ -89,7 +89,7 @@ manually joining branches on commit.
 
        Any other arguments are passed directly to `git log'
 
-'commit'::
+'set-tree'::
        You should consider using 'dcommit' instead of this command.
        Commit specified commit or tree objects to SVN.  This relies on
        your imported fetch data being up-to-date.  This makes
@@ -172,7 +172,7 @@ This can allow you to make partial mirrors when running fetch.
 -::
 --stdin::
 
-Only used with the 'commit' command.
+Only used with the 'set-tree' command.
 
 Read a list of commits from stdin and commit them in reverse
 order.  Only the leading sha1 is read from each line, so
@@ -180,7 +180,7 @@ git-rev-list --pretty=oneline output can be used.
 
 --rmdir::
 
-Only used with the 'dcommit', 'commit' and 'commit-diff' commands.
+Only used with the 'dcommit', 'set-tree' and 'commit-diff' commands.
 
 Remove directories from the SVN tree if there are no files left
 behind.  SVN can version empty directories, and they are not
@@ -193,7 +193,7 @@ repo-config key: svn.rmdir
 -e::
 --edit::
 
-Only used with the 'dcommit', 'commit' and 'commit-diff' commands.
+Only used with the 'dcommit', 'set-tree' and 'commit-diff' commands.
 
 Edit the commit message before committing to SVN.  This is off by
 default for objects that are commits, and forced on when committing
@@ -204,7 +204,7 @@ repo-config key: svn.edit
 -l<num>::
 --find-copies-harder::
 
-Only used with the 'dcommit', 'commit' and 'commit-diff' commands.
+Only used with the 'dcommit', 'set-tree' and 'commit-diff' commands.
 
 They are both passed directly to git-diff-tree see
 gitlink:git-diff-tree[1] for more information.
@@ -276,7 +276,7 @@ ADVANCED OPTIONS
 
 -b<refname>::
 --branch <refname>::
-Used with 'fetch', 'dcommit' or 'commit'.
+Used with 'fetch', 'dcommit' or 'set-tree'.
 
 This can be used to join arbitrary git branches to remotes/git-svn
 on new commits where the tree object is equivalent.
@@ -392,11 +392,11 @@ REBASE VS. PULL
 ---------------
 
 Originally, git-svn recommended that the remotes/git-svn branch be
-pulled from.  This is because the author favored 'git-svn commit B'
-to commit a single head rather than the 'git-svn commit A..B' notation
+pulled from.  This is because the author favored 'git-svn set-tree B'
+to commit a single head rather than the 'git-svn set-tree A..B' notation
 to commit multiple commits.
 
-If you use 'git-svn commit A..B' to commit several diffs and you do not
+If you use 'git-svn set-tree A..B' to commit several diffs and you do not
 have the latest remotes/git-svn merged into my-branch, you should use
 'git rebase' to update your work branch instead of 'git pull'.  'pull'
 can cause non-linear history to be flattened when committing into SVN,