Autogenerated HTML docs for v1.5.5-rc1-6-g5cc8f
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 25 Mar 2008 09:11:02 +0000 (09:11 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 25 Mar 2008 09:11:02 +0000 (09:11 +0000)
RelNotes-1.5.5.txt
cmds-mainporcelain.txt
git-checkout.html
git-checkout.txt
git-tag.html
git-tag.txt
git.html
glossary.html
glossary.txt
user-manual.html
user-manual.txt

index 14beed49ba0c773551602af60d7820c74059316d..18ff82ba3999ee4f1ab9fa9f47e2d5bda3423a0a 100644 (file)
@@ -79,8 +79,9 @@ Updates since v1.5.4
  * "git branch" (and "git checkout -b") to branch from a local branch can
    optionally set "branch.<name>.merge" to mark the new branch to build on
    the other local branch, when "branch.autosetupmerge" is set to
-   "always".  By default, this does not happen when branching from a local
-   branch.
+   "always", or when passing the command line option "--track" (this option
+   was ignored when branching from local branches).  By default, this does
+   not happen when branching from a local branch.
 
  * "git checkout" to switch to a branch that has "branch.<name>.merge" set
    (i.e. marked to build on another branch) reports how much the branch
index a98377c5bd4b75a607259ca25da75df7ccaf4b8b..514de13d648e0396d97580591c263a314d61fcc3 100644 (file)
@@ -17,7 +17,7 @@ linkgit:git-bundle[1]::
        Move objects and refs by archive.
 
 linkgit:git-checkout[1]::
-       Checkout and switch to a branch.
+       Checkout a branch or paths to the working tree.
 
 linkgit:git-cherry-pick[1]::
        Apply the change introduced by an existing commit.
index e5a74dd674e5d1213e041044ae028751998ca47e..1b5fbff208045da5bc16dcc8c6887e4853eb8c2d 100644 (file)
@@ -266,7 +266,7 @@ git-checkout(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-checkout -\r
-   Checkout and switch to a branch\r
+   Checkout a branch or paths to the working tree\r
 </p>\r
 </div>\r
 </div>\r
@@ -539,7 +539,7 @@ $ git add frotz</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 28-Feb-2008 00:25:37 UTC\r
+Last updated 25-Mar-2008 09:10:21 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 4014e7256d48262c97a38a543415d5a53f5407b9..e11cddbfc96f742968789abd369a4f7e240db27c 100644 (file)
@@ -3,7 +3,7 @@ git-checkout(1)
 
 NAME
 ----
-git-checkout - Checkout and switch to a branch
+git-checkout - Checkout a branch or paths to the working tree
 
 SYNOPSIS
 --------
index 573477415459dcb6009fd7f177f008afce75cacb..4ad7810451b00d246841627c26786f575d2f5d5c 100644 (file)
@@ -287,6 +287,8 @@ git-tag(1) Manual Page
 creates a <em>tag</em> object, and requires the tag message.  Unless\r
 <tt>-m &lt;msg&gt;</tt> or <tt>-F &lt;file&gt;</tt> is given, an editor is started for the user to type\r
 in the tag message.</p>\r
+<p>If <tt>-m &lt;msg&gt;</tt> or <tt>-F &lt;file&gt;</tt> is given and <tt>-a</tt>, <tt>-s</tt>, and <tt>-u &lt;key-id&gt;</tt>\r
+are absent, <tt>-a</tt> is implied.</p>\r
 <p>Otherwise just the SHA1 object name of the commit object is\r
 written (i.e. a lightweight tag).</p>\r
 <p>A GnuPG signed tag object will be created when <tt>-s</tt> or <tt>-u\r
@@ -373,6 +375,8 @@ GnuPG key for signing.</p>
         Use the given tag message (instead of prompting).\r
         If multiple <tt>-m</tt> options are given, there values are\r
         concatenated as separate paragraphs.\r
+        Implies <tt>-a</tt> if none of <tt>-a</tt>, <tt>-s</tt>, or <tt>-u &lt;key-id&gt;</tt>\r
+        is given.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -382,6 +386,8 @@ GnuPG key for signing.</p>
 <p>\r
         Take the tag message from the given file.  Use <em>-</em> to\r
         read the message from the standard input.\r
+        Implies <tt>-a</tt> if none of <tt>-a</tt>, <tt>-s</tt>, or <tt>-u &lt;key-id&gt;</tt>\r
+        is given.\r
 </p>\r
 </dd>\r
 </dl>\r
@@ -546,7 +552,7 @@ Junio C Hamano &lt;junkio@cox.net&gt; and Chris Wright &lt;chrisw@osdl.org&gt;.<
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 07-Jan-2008 07:50:53 UTC\r
+Last updated 25-Mar-2008 09:10:21 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b62a3d1c5896a3b2e32af58029115240d609f37b..c22fb71176984f40e4b549d0d492f75af85e0e1b 100644 (file)
@@ -26,6 +26,9 @@ creates a 'tag' object, and requires the tag message.  Unless
 `-m <msg>` or `-F <file>` is given, an editor is started for the user to type
 in the tag message.
 
+If `-m <msg>` or `-F <file>` is given and `-a`, `-s`, and `-u <key-id>`
+are absent, `-a` is implied.
+
 Otherwise just the SHA1 object name of the commit object is
 written (i.e. a lightweight tag).
 
@@ -68,10 +71,14 @@ OPTIONS
        Use the given tag message (instead of prompting).
        If multiple `-m` options are given, there values are
        concatenated as separate paragraphs.
+       Implies `-a` if none of `-a`, `-s`, or `-u <key-id>`
+       is given.
 
 -F <file>::
        Take the tag message from the given file.  Use '-' to
        read the message from the standard input.
+       Implies `-a` if none of `-a`, `-s`, or `-u <key-id>`
+       is given.
 
 CONFIGURATION
 -------------
index d4502254018f1cf4f23d75cf2db669c5d08475eb..c4c9b49893a8b03a023bd2006f0d4410012d258a 100644 (file)
--- a/git.html
+++ b/git.html
@@ -457,7 +457,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Checkout and switch to a branch.\r
+        Checkout a branch or paths to the working tree.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1946,7 +1946,7 @@ contributors on the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 09-Mar-2008 10:38:34 UTC\r
+Last updated 25-Mar-2008 09:10:22 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 9bece8da01a9576a43642ac14a84a8fff341864e..e403aedeadf6066b34d5d8fb337a743f2a460f07 100644 (file)
@@ -347,9 +347,12 @@ div.exampleblock-content {
 </dt>\r
 <dd>\r
 <p>\r
-        The action of updating the <a href="#def_working_tree">working tree</a> to a\r
-        <a href="#def_revision">revision</a> which was stored in the\r
-        <a href="#def_object_database">object database</a>.\r
+        The action of updating all or part of the\r
+        <a href="#def_working_tree">working tree</a> with a <a href="#def_tree_object">tree object</a>\r
+        or <a href="#def_blob_object">blob</a> from the\r
+        <a href="#def_object_database">object database</a>, and updating the\r
+        <a href="#def_index">index</a> and <a href="#def_HEAD">HEAD</a> if the whole working tree has\r
+        been pointed at a new <a href="#def_branch">branch</a>.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1079,7 +1082,7 @@ This commit is referred to as a "merge commit", or sometimes just a
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 07-Jan-2008 07:51:14 UTC\r
+Last updated 25-Mar-2008 09:10:23 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ab4caf4e26c77e64679250e291279ee0f9c9c42a..51b63532b67870960351bf6942f7baf7a7a64c6f 100644 (file)
@@ -45,9 +45,12 @@ GIT Glossary
        "changesets" with git.
 
 [[def_checkout]]checkout::
-       The action of updating the <<def_working_tree,working tree>> to a
-       <<def_revision,revision>> which was stored in the
-       <<def_object_database,object database>>.
+       The action of updating all or part of the
+       <<def_working_tree,working tree>> with a <<def_tree_object,tree object>>
+       or <<def_blob_object,blob>> from the
+       <<def_object_database,object database>>, and updating the
+       <<def_index,index>> and <<def_HEAD,HEAD>> if the whole working tree has
+       been pointed at a new <<def_branch,branch>>.
 
 [[def_cherry-picking]]cherry-picking::
        In <<def_SCM,SCM>> jargon, "cherry pick" means to choose a subset of
index 14c87250be1284e1f22f41f65d057d0342fb09d8..58d20b99913aaa3c33661b667bb119080c766549 100644 (file)
@@ -1798,7 +1798,7 @@ parsing after calling <code class="literal">setup_revisions()</code>. After that
 <code class="literal">prepare_revision_walk()</code> for initialization, and then you can get the
 commits one by one with the function <code class="literal">get_revision()</code>.</p><p>If you are interested in more details of the revision walking process,
 just have a look at the first implementation of <code class="literal">cmd_log()</code>; call
-<code class="literal">git-show v1.3.0<sub>155^2</sub>4</code> and scroll down to that function (note that you
+<code class="literal">git-show v1.3.0~155^2~4</code> and scroll down to that function (note that you
 no longer need to call <code class="literal">setup_pager()</code> directly).</p><p>Nowadays, <code class="literal">git log</code> is a builtin, which means that it is _contained_ in the
 command <code class="literal">git</code>.  The source side of a builtin is</p><div class="itemizedlist"><ul type="disc"><li>
 a function called <code class="literal">cmd_&lt;bla&gt;</code>, typically defined in <code class="literal">builtin-&lt;bla&gt;.c</code>,
@@ -1907,9 +1907,12 @@ itself!</p></div></div><div class="chapter" lang="en"><div class="titlepage"><di
 </dd><dt><span class="term">
 <a name="def_checkout"></a>checkout
 </span></dt><dd>
-        The action of updating the <a href="#def_working_tree">working tree</a> to a
-        <a href="#def_revision">revision</a> which was stored in the
-        <a href="#def_object_database">object database</a>.
+        The action of updating all or part of the
+        <a href="#def_working_tree">working tree</a> with a <a href="#def_tree_object">tree object</a>
+        or <a href="#def_blob_object">blob</a> from the
+        <a href="#def_object_database">object database</a>, and updating the
+        <a href="#def_index">index</a> and <a href="#def_HEAD">HEAD</a> if the whole working tree has
+        been pointed at a new <a href="#def_branch">branch</a>.
 </dd><dt><span class="term">
 <a name="def_cherry-picking"></a>cherry-picking
 </span></dt><dd>
index 40b0de08772e2b677f3ef7bc716bda15cb2be807..565aeb98047573bd29cfa0c53aa460c2b7be543c 100644 (file)
@@ -4144,7 +4144,7 @@ commits one by one with the function `get_revision()`.
 
 If you are interested in more details of the revision walking process,
 just have a look at the first implementation of `cmd_log()`; call
-`git-show v1.3.0~155^2~4` and scroll down to that function (note that you
+`git-show v1.3.0{tilde}155^2{tilde}4` and scroll down to that function (note that you
 no longer need to call `setup_pager()` directly).
 
 Nowadays, `git log` is a builtin, which means that it is _contained_ in the