Autogenerated HTML docs for v1.5.0-rc2-g19605
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 25 Jan 2007 02:23:58 +0000 (02:23 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 25 Jan 2007 02:23:58 +0000 (02:23 +0000)
15 files changed:
config.txt
git-commit.html
git-commit.txt
git-daemon.html
git-daemon.txt
git-fetch-pack.html
git-fetch-pack.txt
git-peek-remote.html
git-peek-remote.txt
git-repo-config.html
git-rev-list.html
git-rev-list.txt
git-show-branch.html
git-show-branch.txt
git.html

index 77a2b164162aa6b55f41c74019d0527b8f47e590..d8244b1510e1879f4e30b8bb69890433be675741 100644 (file)
@@ -37,8 +37,8 @@ in the section header, like in example below:
 
 --------
 
-Subsection names can contain any characters (doublequote '`"`', backslash
-'`\`' and newline have to be entered escaped as '`\"`', '`\\`' and '`\n`',
+Subsection names can contain any characters except newline (doublequote
+'`"`' and backslash have to be escaped as '`\"`' and '`\\`',
 respecitvely) and are case sensitive.  Section header cannot span multiple
 lines.  Variables may belong directly to a section or to a given subsection.
 You can have `[section]` if you have `[section "subsection"]`, but you
index 67414b074f55c889f9a7d87672cdbf9c390cd76c..0e22fcb6c5458b09f03c6aa8c2c579ec84ab6bbb 100644 (file)
@@ -273,8 +273,8 @@ git-commit(1) Manual Page
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
 <div class="verseblock">\r
-<div class="content"><em>git-commit</em> [-a] [-s] [-v] [(-c | -C) &lt;commit&gt; | -F &lt;file&gt; | -m &lt;msg&gt;]\r
-           [--no-verify] [--amend] [-e] [--author &lt;author&gt;]\r
+<div class="content"><em>git-commit</em> [-a] [-s] [-v] [(-c | -C) &lt;commit&gt; | -F &lt;file&gt; | -m &lt;msg&gt; |\r
+            --amend] [--no-verify] [-e] [--author &lt;author&gt;]\r
            [--] [[-i | -o ]&lt;file&gt;&#8230;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
@@ -656,7 +656,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jan-2007 00:37:15 UTC\r
+Last updated 25-Jan-2007 02:23:45 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 532703a674167c225fef88c7235a59d2d6d151b3..2187eee4164038346ed7a3ae32f563aeb74f23f7 100644 (file)
@@ -8,8 +8,8 @@ git-commit - Record changes to the repository
 SYNOPSIS
 --------
 [verse]
-'git-commit' [-a] [-s] [-v] [(-c | -C) <commit> | -F <file> | -m <msg>]
-          [--no-verify] [--amend] [-e] [--author <author>]
+'git-commit' [-a] [-s] [-v] [(-c | -C) <commit> | -F <file> | -m <msg> |
+           --amend] [--no-verify] [-e] [--author <author>]
           [--] [[-i | -o ]<file>...]
 
 DESCRIPTION
index aae799aade06ecd5d177051ce8823b60876df948..b955bbddbfc534a66cbcfef1a37834e6b85b9653 100644 (file)
@@ -473,7 +473,7 @@ the facility of inet daemon to achieve the same before spawning
 <tt>git-daemon</tt> if needed.</p>\r
 </dd>\r
 <dt>\r
---enable-service, --disable-service\r
+--enable=service, --disable=service\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -485,7 +485,7 @@ the facility of inet daemon to achieve the same before spawning
 </p>\r
 </dd>\r
 <dt>\r
---allow-override, --forbid-override\r
+--allow-override=service, --forbid-override=service\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -624,7 +624,7 @@ they correspond to these IP addresses.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Oct-2006 09:28:58 UTC\r
+Last updated 25-Jan-2007 02:23:46 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 993adc7c5adf63f144d7ce257a670363abe18322..9ddab712031cc2b71ccfc83dd5b6b475b5bfc809 100644 (file)
@@ -131,14 +131,14 @@ Giving these options is an error when used with `--inetd`; use
 the facility of inet daemon to achieve the same before spawning
 `git-daemon` if needed.
 
---enable-service, --disable-service::
+--enable=service, --disable=service::
        Enable/disable the service site-wide per default.  Note
        that a service disabled site-wide can still be enabled
        per repository if it is marked overridable and the
        repository enables the service with an configuration
        item.
 
---allow-override, --forbid-override::
+--allow-override=service, --forbid-override=service::
        Allow/forbid overriding the site-wide default with per
        repository configuration.  By default, all the services
        are overridable.
index e77750f4b4e188b33836fbc9a2579ba8c2d78921..32641e7737d3f29c8c1cc63533fc3bcf59fde399 100644 (file)
@@ -272,7 +272,7 @@ git-fetch-pack(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-fetch-pack</em> [--all] [--quiet|-q] [--keep|-k] [--thin] [--exec=&lt;git-upload-pack&gt;] [--depth=&lt;n&gt;] [-v] [&lt;host&gt;:]&lt;directory&gt; [&lt;refs&gt;&#8230;]</p>\r
+<p><em>git-fetch-pack</em> [--all] [--quiet|-q] [--keep|-k] [--thin] [--upload-pack=&lt;git-upload-pack&gt;] [--depth=&lt;n&gt;] [-v] [&lt;host&gt;:]&lt;directory&gt; [&lt;refs&gt;&#8230;]</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -328,7 +328,7 @@ have a common ancestor commit.</p>
 </p>\r
 </dd>\r
 <dt>\r
---exec=&lt;git-upload-pack&gt;\r
+--upload-pack=&lt;git-upload-pack&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -345,6 +345,14 @@ have a common ancestor commit.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--exec=&lt;git-upload-pack&gt;\r
+</dt>\r
+<dd>\r
+<p>\r
+        Same as --upload-pack=&lt;git-upload-pack&gt;.\r
+</p>\r
+</dd>\r
+<dt>\r
 --depth=&lt;n&gt;\r
 </dt>\r
 <dd>\r
@@ -404,7 +412,7 @@ have a common ancestor commit.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 20-Jan-2007 02:22:38 UTC\r
+Last updated 25-Jan-2007 02:23:47 UTC\r
 </div>\r
 </div>\r
 </body>\r
index bd8ebacd7d4bd63097c22c6dcd8620a98d332a4e..105d76b0ba85ecc4bd2af6dd560ae28310a5c7be 100644 (file)
@@ -8,7 +8,7 @@ git-fetch-pack - Receive missing objects from another repository
 
 SYNOPSIS
 --------
-'git-fetch-pack' [--all] [--quiet|-q] [--keep|-k] [--thin] [--exec=<git-upload-pack>] [--depth=<n>] [-v] [<host>:]<directory> [<refs>...]
+'git-fetch-pack' [--all] [--quiet|-q] [--keep|-k] [--thin] [--upload-pack=<git-upload-pack>] [--depth=<n>] [-v] [<host>:]<directory> [<refs>...]
 
 DESCRIPTION
 -----------
@@ -45,7 +45,7 @@ OPTIONS
        Spend extra cycles to minimize the number of objects to be sent.
        Use it on slower connection.
 
-\--exec=<git-upload-pack>::
+\--upload-pack=<git-upload-pack>::
        Use this to specify the path to 'git-upload-pack' on the
        remote side, if is not found on your $PATH.
        Installations of sshd ignores the user's environment
@@ -57,6 +57,9 @@ OPTIONS
        shells by having a lean .bashrc file (they set most of
        the things up in .bash_profile).
 
+\--exec=<git-upload-pack>::
+       Same as \--upload-pack=<git-upload-pack>.
+
 \--depth=<n>::
        Limit fetching to ancestor-chains not longer than n.
 
index 600fd5ac31d41ccd3c3d2953175fc90481599d47..dbf59f0afbd1812c0423a0465eb1a68df8a7e9bb 100644 (file)
@@ -272,7 +272,7 @@ git-peek-remote(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-peek-remote</em> [--exec=&lt;git-upload-pack&gt;] [&lt;host&gt;:]&lt;directory&gt;</p>\r
+<p><em>git-peek-remote</em> [--upload-pack=&lt;git-upload-pack&gt;] [&lt;host&gt;:]&lt;directory&gt;</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -283,7 +283,7 @@ stores them in the local repository under the same name.</p>
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
---exec=&lt;git-upload-pack&gt;\r
+--upload-pack=&lt;git-upload-pack&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -300,6 +300,14 @@ stores them in the local repository under the same name.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--exec=&lt;git-upload-pack&gt;\r
+</dt>\r
+<dd>\r
+<p>\r
+        Same --upload-pack=&lt;git-upload-pack&gt;.\r
+</p>\r
+</dd>\r
+<dt>\r
 &lt;host&gt;\r
 </dt>\r
 <dd>\r
@@ -333,7 +341,7 @@ stores them in the local repository under the same name.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jan-2007 00:37:28 UTC\r
+Last updated 25-Jan-2007 02:23:47 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ac57cda3a5b6dc3bc5779f1ab2320f15f8d0750d..74f37bd9040200c0dbc82c67b45540e873d4649e 100644 (file)
@@ -8,7 +8,7 @@ git-peek-remote - List the references in a remote repository
 
 SYNOPSIS
 --------
-'git-peek-remote' [--exec=<git-upload-pack>] [<host>:]<directory>
+'git-peek-remote' [--upload-pack=<git-upload-pack>] [<host>:]<directory>
 
 DESCRIPTION
 -----------
@@ -17,7 +17,7 @@ stores them in the local repository under the same name.
 
 OPTIONS
 -------
---exec=<git-upload-pack>::
+\--upload-pack=<git-upload-pack>::
        Use this to specify the path to 'git-upload-pack' on the
        remote side, if it is not found on your $PATH. Some
        installations of sshd ignores the user's environment
@@ -29,6 +29,9 @@ OPTIONS
        shells, but prefer having a lean .bashrc file (they set most of
        the things up in .bash_profile).
 
+\--exec=<git-upload-pack>::
+       Same \--upload-pack=<git-upload-pack>.
+
 <host>::
        A remote host that houses the repository.  When this
        part is specified, 'git-upload-pack' is invoked via
index 57ffc56f5c10b80cd56d5759f4faa9155b6b69ae..66168526c60d4afc85ba1f850ed61b97a384ad53 100644 (file)
@@ -590,8 +590,8 @@ in the section header, like in example below:</p>
 <pre><tt>        [section "subsection"]\r
 </tt></pre>\r
 </div></div>\r
-<p>Subsection names can contain any characters (doublequote <em><tt>"</tt></em>, backslash\r
-<em><tt>\</tt></em> and newline have to be entered escaped as <em><tt>\"</tt></em>, <em><tt>\\</tt></em> and <em><tt>\n</tt></em>,\r
+<p>Subsection names can contain any characters except newline (doublequote\r
+<em><tt>"</tt></em> and backslash have to be escaped as <em><tt>\"</tt></em> and <em><tt>\\</tt></em>,\r
 respecitvely) and are case sensitive.  Section header cannot span multiple\r
 lines.  Variables may belong directly to a section or to a given subsection.\r
 You can have <tt>[section]</tt> if you have <tt>[section "subsection"]</tt>, but you\r
@@ -1345,7 +1345,7 @@ receive.denyNonFastForwards
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 23-Jan-2007 08:44:10 UTC\r
+Last updated 25-Jan-2007 02:23:47 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 4c52d48e2ea87629b2b9ba9b572ede5f8d47bd96..0849a239f5d502b90c283b1a8bf4529c5ce5c150 100644 (file)
@@ -659,7 +659,7 @@ limiting may be applied.</p>
 </p>\r
 </dd>\r
 <dt>\r
---walk-reflogs\r
+-g, --walk-reflogs\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -805,7 +805,7 @@ and the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 21-Jan-2007 08:57:03 UTC\r
+Last updated 25-Jan-2007 02:23:49 UTC\r
 </div>\r
 </div>\r
 </body>\r
index a996f6cb1e4e9e94dbf3ccfb383990267a1cb819..c742117595cd8ae5ab371a7ba21513a419af7996 100644 (file)
@@ -191,7 +191,7 @@ limiting may be applied.
        In addition to the '<commit>' listed on the command
        line, read them from the standard input.
 
---walk-reflogs::
+-g, --walk-reflogs::
 
        Instead of walking the commit ancestry chain, walk
        reflog entries from the most recent one to older ones.
index b9971bbfbaa484617cd30347aecabffaf6ad3e36..aa128bbee57caa2ec34d6200738bee1d70097a35 100644 (file)
@@ -276,7 +276,7 @@ git-show-branch(1) Manual Page
 <div class="content"><em>git-show-branch</em> [--all] [--remotes] [--topo-order] [--current]\r
                 [--more=&lt;n&gt; | --list | --independent | --merge-base]\r
                 [--no-name | --sha1-name] [--topics] [&lt;rev&gt; | &lt;glob&gt;]&#8230;\r
-<em>git-show-branch</em> --reflog[=&lt;n&gt;[,&lt;base&gt;]] [--list] &lt;ref&gt;</div></div>\r
+<em>git-show-branch</em> (-g|--reflog)[=&lt;n&gt;[,&lt;base&gt;]] [--list] &lt;ref&gt;</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -436,7 +436,8 @@ no &lt;rev&gt; nor &lt;glob&gt; is given on the command line.</p>
 <p>\r
         Shows &lt;n&gt; most recent ref-log entries for the given\r
         ref.  If &lt;base&gt; is given, &lt;n&gt; entries going back from\r
-        that entry.  &lt;base&gt; can be specified as count or date\r
+        that entry.  &lt;base&gt; can be specified as count or date.\r
+        <tt>-g</tt> can be used as a short-hand for this option.\r
 </p>\r
 </dd>\r
 </dl>\r
@@ -518,7 +519,7 @@ topologically related with each other.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 21-Jan-2007 08:57:04 UTC\r
+Last updated 25-Jan-2007 02:23:49 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 529f3a648a28a6001aa466202f1658091fe219a8..b38633c3973a21860428a02ef3344110f65cec0f 100644 (file)
@@ -11,7 +11,7 @@ SYNOPSIS
 'git-show-branch' [--all] [--remotes] [--topo-order] [--current]
                [--more=<n> | --list | --independent | --merge-base]
                [--no-name | --sha1-name] [--topics] [<rev> | <glob>]...
-'git-show-branch' --reflog[=<n>[,<base>]] [--list] <ref>
+'git-show-branch' (-g|--reflog)[=<n>[,<base>]] [--list] <ref>
 
 DESCRIPTION
 -----------
@@ -100,8 +100,8 @@ OPTIONS
 --reflog[=<n>[,<base>]] <ref>::
        Shows <n> most recent ref-log entries for the given
        ref.  If <base> is given, <n> entries going back from
-       that entry.  <base> can be specified as count or date
-
+       that entry.  <base> can be specified as count or date.
+       `-g` can be used as a short-hand for this option.
 
 Note that --more, --list, --independent and --merge-base options
 are mutually exclusive.
index 4c54ed56ec9cb200fe926a47b8969e18e885fd3f..fb3e9e35d50e24bf7712092f2c5d07b75f3c769e 100644 (file)
--- a/git.html
+++ b/git.html
@@ -2285,7 +2285,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 22-Jan-2007 08:59:53 UTC\r
+Last updated 25-Jan-2007 02:23:50 UTC\r
 </div>\r
 </div>\r
 </body>\r