Autogenerated HTML docs for v1.4.3-rc2-g23bed
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 12 Oct 2006 19:10:36 +0000 (19:10 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 12 Oct 2006 19:10:36 +0000 (19:10 +0000)
git-http-push.html
git-http-push.txt
git-send-pack.html
git-send-pack.txt
git-shortlog.html
git-shortlog.txt
glossary.html
glossary.txt

index 687e213..a8f8ab6 100644 (file)
@@ -313,9 +313,15 @@ remote branch.</p>
         list of objects successfully sent to the remote repository.\r
 </p>\r
 </dd>\r
+<dt>\r
+&lt;ref&gt;&#8230;\r
+</dt>\r
+<dd>\r
+<p>\r
+        The remote refs to update.\r
+</p>\r
+</dd>\r
 </dl>\r
-<p>&lt;ref&gt;&#8230;:\r
-        The remote refs to update.</p>\r
 </div>\r
 <h2>Specifying the Refs</h2>\r
 <div class="sectionbody">\r
@@ -379,7 +385,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 03-Oct-2006 08:41:07 UTC\r
+Last updated 12-Oct-2006 19:10:26 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7e1f894..c2485c6 100644 (file)
@@ -34,7 +34,7 @@ OPTIONS
        Report the list of objects being walked locally and the
        list of objects successfully sent to the remote repository.
 
-<ref>...:
+<ref>...::
        The remote refs to update.
 
 
index 9b2e2cc..2da4038 100644 (file)
@@ -332,9 +332,15 @@ updates it from the current repository, sending named refs.</p>
         The repository to update.\r
 </p>\r
 </dd>\r
+<dt>\r
+&lt;ref&gt;&#8230;\r
+</dt>\r
+<dd>\r
+<p>\r
+        The remote refs to update.\r
+</p>\r
+</dd>\r
 </dl>\r
-<p>&lt;ref&gt;&#8230;:\r
-        The remote refs to update.</p>\r
 </div>\r
 <h2>Specifying the Refs</h2>\r
 <div class="sectionbody">\r
@@ -410,7 +416,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 03-Oct-2006 08:41:27 UTC\r
+Last updated 12-Oct-2006 19:10:26 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 9e67f17..5376f68 100644 (file)
@@ -43,7 +43,7 @@ OPTIONS
 <directory>::
        The repository to update.
 
-<ref>...:
+<ref>...::
        The remote refs to update.
 
 
index 7af741e..50d52c7 100644 (file)
@@ -301,9 +301,15 @@ the first line of the commit message will be shown.</p>
         of author alphabetic order.\r
 </p>\r
 </dd>\r
+<dt>\r
+-s\r
+</dt>\r
+<dd>\r
+<p>\r
+        Supress commit description and provide a commit count summary only.\r
+</p>\r
+</dd>\r
 </dl>\r
-<p>-s:\r
-        Supress commit description and Provide a commit count summary only.</p>\r
 </div>\r
 <h2>FILES</h2>\r
 <div class="sectionbody">\r
@@ -341,7 +347,7 @@ Eve Jones &lt;eve@laptop.(none)&gt;</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 10-Oct-2006 04:36:07 UTC\r
+Last updated 12-Oct-2006 19:10:27 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 1601d22..d54fc3e 100644 (file)
@@ -27,8 +27,8 @@ OPTIONS
        Sort output according to the number of commits per author instead
        of author alphabetic order.
 
--s:
-       Supress commit description and Provide a commit count summary only.
+-s::
+       Supress commit description and provide a commit count summary only.
 
 FILES
 -----
index dcdcdb2..cb6ad8d 100644 (file)
@@ -637,6 +637,16 @@ div.exampleblock-content {
 </p>\r
 </dd>\r
 <dt>\r
+<a id="ref_object_type"></a>object type\r
+</dt>\r
+<dd>\r
+<p>\r
+        One of the identifiers\r
+        "<a href="#ref_commit">commit</a>","<a href="#ref_tree">tree</a>","<a href="#ref_tag">tag</a>" and "blob"\r
+        describing the type of an <a href="#ref_object">object</a>.\r
+</p>\r
+</dd>\r
+<dt>\r
 <a id="ref_octopus"></a>octopus\r
 </dt>\r
 <dd>\r
@@ -859,8 +869,8 @@ div.exampleblock-content {
         a <a href="#ref_tag">tag</a> is not changed by a <a href="#ref_commit">commit</a>. Tags (not\r
         <a href="#ref_tag">tag</a> objects) are stored in <tt>$GIT_DIR/refs/tags/</tt>. A git\r
         <a href="#ref_tag">tag</a> has nothing to do with a Lisp <a href="#ref_tag">tag</a> (which is\r
-        called <a href="#ref_object">object</a> type in git's context). A <a href="#ref_tag">tag</a>\r
-        is most typically used to mark a particular point in the\r
+        called <a href="#ref_object_type">object type</a> in git's context). A\r
+        <a href="#ref_tag">tag</a> is most typically used to mark a particular point in the\r
         <a href="#ref_commit">commit</a> ancestry <a href="#ref_chain">chain</a>.\r
 </p>\r
 </dd>\r
@@ -928,6 +938,14 @@ div.exampleblock-content {
 </p>\r
 </dd>\r
 <dt>\r
+<a id="ref_unmerged_index"></a>unmerged index\r
+</dt>\r
+<dd>\r
+<p>\r
+        An <a href="#ref_index">index</a> which contains <a href="#ref_unmerged_index">unmerged         index</a> entries.\r
+</p>\r
+</dd>\r
+<dt>\r
 <a id="ref_working_tree"></a>working tree\r
 </dt>\r
 <dd>\r
@@ -950,7 +968,7 @@ the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:49 UTC\r
+Last updated 12-Oct-2006 19:10:27 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 14449ca..7e560b0 100644 (file)
@@ -179,7 +179,7 @@ object name::
        character hexadecimal encoding of the hash of the object (possibly
        followed by a white space).
 
-object type:
+object type::
        One of the identifiers "commit","tree","tag" and "blob" describing
        the type of an object.
 
@@ -324,7 +324,7 @@ tag::
        A tag is most typically used to mark a particular point in the
        commit ancestry chain.
 
-unmerged index:
+unmerged index::
        An index which contains unmerged index entries.
 
 working tree::