Autogenerated HTML docs for v1.4.4.2-g1349
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 13 Dec 2006 10:14:13 +0000 (10:14 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 13 Dec 2006 10:14:13 +0000 (10:14 +0000)
config.txt
git-push.html
git-push.txt
git-repo-config.html

index 21ec55797b8a17f9905ab0a667661439fbf50adb..f5a552ee8722dc0e18265164fd6a6b344d691d57 100644 (file)
@@ -137,16 +137,16 @@ branch.<name>.merge::
        this option, `git pull` defaults to merge the first refspec fetched.
        Specify multiple values to get an octopus merge.
 
-pager.color::
+color.pager::
        A boolean to enable/disable colored output when the pager is in
        use (default is true).
 
-diff.color::
+color.diff::
        When true (or `always`), always use colors in patch.
        When false (or `never`), never.  When set to `auto`, use
        colors only when the output is to the terminal.
 
-diff.color.<slot>::
+color.diff.<slot>::
        Use customized color for diff colorization.  `<slot>`
        specifies which part of the patch to use the specified
        color, and is one of `plain` (context text), `meta`
@@ -271,19 +271,19 @@ showbranch.default::
        The default set of branches for gitlink:git-show-branch[1].
        See gitlink:git-show-branch[1].
 
-status.color::
+color.status::
        A boolean to enable/disable color in the output of
        gitlink:git-status[1]. May be set to `true` (or `always`),
        `false` (or `never`) or `auto`, in which case colors are used
        only when the output is to a terminal. Defaults to false.
 
-status.color.<slot>::
+color.status.<slot>::
        Use customized color for status colorization. `<slot>` is
        one of `header` (the header text of the status message),
        `updated` (files which are updated but not committed),
        `changed` (files which are changed but not updated in the index),
        or `untracked` (files which are not tracked by git). The values of
-       these variables may be specified as in diff.color.<slot>.
+       these variables may be specified as in color.diff.<slot>.
 
 tar.umask::
        By default, gitlink:git-tar-tree[1] sets file and directories modes
index b323bf0e07e337b4084a86ac8fe1a10c72d21265..97a00dd26350274dcfa6d89e42e040fe428a9a1c 100644 (file)
@@ -317,21 +317,12 @@ on the command line nor in any Push line of the
 corresponding remotes file---see below), then all the\r
 refs that exist both on the local side and on the remote\r
 side are updated.</p>\r
-<p>Some short-cut notations are also supported.</p>\r
-<ul>\r
-<li>\r
-<p>\r
-<tt>tag &lt;tag&gt;</tt> means the same as <tt>refs/tags/&lt;tag&gt;:refs/tags/&lt;tag&gt;</tt>.\r
-</p>\r
-</li>\r
-<li>\r
-<p>\r
-A parameter &lt;ref&gt; without a colon is equivalent to\r
-  &lt;ref&gt;<tt>:</tt>&lt;ref&gt;, hence updates &lt;ref&gt; in the destination from &lt;ref&gt;\r
-  in the source.\r
-</p>\r
-</li>\r
-</ul>\r
+<p><tt>tag &lt;tag&gt;</tt> means the same as <tt>refs/tags/&lt;tag&gt;:refs/tags/&lt;tag&gt;</tt>.</p>\r
+<p>A parameter &lt;ref&gt; without a colon is equivalent to\r
+&lt;ref&gt;<tt>:</tt>&lt;ref&gt;, hence updates &lt;ref&gt; in the destination from &lt;ref&gt;\r
+in the source.</p>\r
+<p>Pushing an empty &lt;src&gt; allows you to delete the &lt;dst&gt; ref from\r
+the remote repository.</p>\r
 </dd>\r
 <dt>\r
 --all\r
@@ -498,7 +489,8 @@ Pull: refs/heads/&lt;head&gt;:&lt;remote&gt;</tt></pre>
 </div>\r
 <h2>Author</h2>\r
 <div class="sectionbody">\r
-<p>Written by Junio C Hamano &lt;junkio@cox.net&gt;</p>\r
+<p>Written by Junio C Hamano &lt;junkio@cox.net&gt;, later rewritten in C\r
+by Linus Torvalds &lt;torvalds@osdl.org&gt;</p>\r
 </div>\r
 <h2>Documentation</h2>\r
 <div class="sectionbody">\r
@@ -510,7 +502,7 @@ Pull: refs/heads/&lt;head&gt;:&lt;remote&gt;</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 24-Oct-2006 05:44:00 UTC\r
+Last updated 13-Dec-2006 10:14:07 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d4ae99fa530a50fd354dc54004a7342afd693947..197f4b512fbcc969901034e47efa6acefdc5e0ac 100644 (file)
@@ -49,12 +49,14 @@ corresponding remotes file---see below), then all the
 refs that exist both on the local side and on the remote
 side are updated.
 +
-Some short-cut notations are also supported.
+`tag <tag>` means the same as `refs/tags/<tag>:refs/tags/<tag>`.
 +
-* `tag <tag>` means the same as `refs/tags/<tag>:refs/tags/<tag>`.
-* A parameter <ref> without a colon is equivalent to
-  <ref>`:`<ref>, hence updates <ref> in the destination from <ref>
-  in the source.
+A parameter <ref> without a colon is equivalent to
+<ref>`:`<ref>, hence updates <ref> in the destination from <ref>
+in the source.
++
+Pushing an empty <src> allows you to delete the <dst> ref from
+the remote repository.
 
 \--all::
        Instead of naming each ref to push, specifies that all
@@ -75,7 +77,8 @@ include::urls.txt[]
 
 Author
 ------
-Written by Junio C Hamano <junkio@cox.net>
+Written by Junio C Hamano <junkio@cox.net>, later rewritten in C
+by Linus Torvalds <torvalds@osdl.org>
 
 Documentation
 --------------
index c27b1414fd87427b42db59bf588353eae136c310..8935bb954e33669006e65fa05c77d2df60131ddc 100644 (file)
@@ -748,7 +748,7 @@ branch.&lt;name&gt;.merge
 </p>\r
 </dd>\r
 <dt>\r
-pager.color\r
+color.pager\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -757,7 +757,7 @@ pager.color
 </p>\r
 </dd>\r
 <dt>\r
-diff.color\r
+color.diff\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -767,7 +767,7 @@ diff.color
 </p>\r
 </dd>\r
 <dt>\r
-diff.color.&lt;slot&gt;\r
+color.diff.&lt;slot&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -1022,7 +1022,7 @@ showbranch.default
 </p>\r
 </dd>\r
 <dt>\r
-status.color\r
+color.status\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -1033,7 +1033,7 @@ status.color
 </p>\r
 </dd>\r
 <dt>\r
-status.color.&lt;slot&gt;\r
+color.status.&lt;slot&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -1042,7 +1042,7 @@ status.color.&lt;slot&gt;
         <tt>updated</tt> (files which are updated but not committed),\r
         <tt>changed</tt> (files which are changed but not updated in the index),\r
         or <tt>untracked</tt> (files which are not tracked by git). The values of\r
-        these variables may be specified as in diff.color.&lt;slot&gt;.\r
+        these variables may be specified as in color.diff.&lt;slot&gt;.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1140,7 +1140,7 @@ receive.denyNonFastForwards
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 09-Dec-2006 21:15:37 UTC\r
+Last updated 13-Dec-2006 10:14:08 UTC\r
 </div>\r
 </div>\r
 </body>\r