Autogenerated HTML docs for v1.3.3-g9e84
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 21 May 2006 10:50:09 +0000 (10:50 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 21 May 2006 10:50:09 +0000 (10:50 +0000)
git-add.html
git-add.txt
git-branch.html
git-branch.txt
git-check-ref-format.html
git-check-ref-format.txt
git-checkout.html
git-checkout.txt

index d7859cc..b34c596 100644 (file)
@@ -278,6 +278,8 @@ git-add(1) Manual Page
 <div class="sectionbody">\r
 <p>A simple wrapper for git-update-index to add files to the index,\r
 for people used to do "cvs add".</p>\r
+<p>It only adds non-ignored files, to add ignored files use\r
+"git update-index --add".</p>\r
 </div>\r
 <h2>OPTIONS</h2>\r
 <div class="sectionbody">\r
@@ -287,7 +289,7 @@ for people used to do "cvs add".</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Files to add to the index.\r
+        Files to add to the index (see <a href="git-ls-files.html">git-ls-files(1)</a>).\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -369,7 +371,8 @@ git-add git-*.sh
 </div>\r
 <h2>See Also</h2>\r
 <div class="sectionbody">\r
-<p><a href="git-rm.html">git-rm(1)</a></p>\r
+<p><a href="git-rm.html">git-rm(1)</a>\r
+<a href="git-ls-files.html">git-ls-files(1)</a></p>\r
 </div>\r
 <h2>Author</h2>\r
 <div class="sectionbody">\r
@@ -385,7 +388,7 @@ git-add git-*.sh
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 05-May-2006 23:14:10 UTC\r
+Last updated 21-May-2006 10:50:02 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5e31129..6342ea3 100644 (file)
@@ -14,11 +14,13 @@ DESCRIPTION
 A simple wrapper for git-update-index to add files to the index,
 for people used to do "cvs add".
 
+It only adds non-ignored files, to add ignored files use
+"git update-index --add".
 
 OPTIONS
 -------
 <file>...::
-       Files to add to the index.
+       Files to add to the index (see gitlink:git-ls-files[1]).
 
 -n::
         Don't actually add the file(s), just show if they exist.
@@ -68,6 +70,7 @@ git-add git-*.sh::
 See Also
 --------
 gitlink:git-rm[1]
+gitlink:git-ls-files[1]
 
 Author
 ------
index ad5596a..5ddc924 100644 (file)
@@ -330,6 +330,9 @@ specify more than one branch for deletion.</p>
 <dd>\r
 <p>\r
         The name of the branch to create or delete.\r
+        The new branch name must pass all checks defined by\r
+        <a href="git-check-ref-format.html">git-check-ref-format(1)</a>.  Some of these checks\r
+        may restrict the characters allowed in a branch name.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -408,7 +411,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 29-Apr-2006 07:01:32 UTC\r
+Last updated 21-May-2006 10:50:03 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 72fb2f8..0b37e2b 100644 (file)
@@ -43,6 +43,9 @@ OPTIONS
 
 <branchname>::
        The name of the branch to create or delete.
+       The new branch name must pass all checks defined by
+       gitlink:git-check-ref-format[1].  Some of these checks
+       may restrict the characters allowed in a branch name.
 
 <start-point>::
        The new branch will be created with a HEAD equal to this.  It may
index 1798f8d..8e55564 100644 (file)
@@ -330,6 +330,8 @@ tilde <tt>~</tt> and caret <tt>^</tt> are used to introduce postfix
 <p>\r
 colon <tt>:</tt> is used as in <tt>srcref:dstref</tt> to mean "use srcref's\r
   value and store it in dstref" in fetch and push operations.\r
+  It may also be used to select a specific object such as with\r
+  <a href="git-cat-file.html">git-cat-file(1)</a> "git-cat-file blob v1.3.3:refs.c".\r
 </p>\r
 </li>\r
 </ol>\r
@@ -340,7 +342,7 @@ colon <tt>:</tt> is used as in <tt>srcref:dstref</tt> to mean "use srcref's
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 10-Mar-2006 00:31:21 UTC\r
+Last updated 21-May-2006 10:50:04 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7dc1bdb..3ea720d 100644 (file)
@@ -45,6 +45,8 @@ refname expressions (see gitlink:git-rev-parse[1]).  Namely:
 
 . colon `:` is used as in `srcref:dstref` to mean "use srcref\'s
   value and store it in dstref" in fetch and push operations.
+  It may also be used to select a specific object such as with
+  gitlink:git-cat-file[1] "git-cat-file blob v1.3.3:refs.c".
 
 
 GIT
index c57978d..9d1e7bf 100644 (file)
@@ -307,7 +307,10 @@ given paths before updating the working tree.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Create a new branch and start it at &lt;branch&gt;.\r
+        Create a new branch named &lt;new_branch&gt; and start it at\r
+        &lt;branch&gt;.  The new branch name must pass all checks defined\r
+        by <a href="git-check-ref-format.html">git-check-ref-format(1)</a>.  Some of these checks\r
+        may restrict the characters allowed in a branch name.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -454,7 +457,7 @@ $ git update-index frotz</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 29-Apr-2006 07:01:33 UTC\r
+Last updated 21-May-2006 10:50:03 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 0951289..d82efc0 100644 (file)
@@ -35,7 +35,10 @@ OPTIONS
        Force a re-read of everything.
 
 -b::
-       Create a new branch and start it at <branch>.
+       Create a new branch named <new_branch> and start it at
+       <branch>.  The new branch name must pass all checks defined
+       by gitlink:git-check-ref-format[1].  Some of these checks
+       may restrict the characters allowed in a branch name.
 
 -m::
        If you have local modifications to one or more files that