Autogenerated HTML docs for v1.5.6-rc2-15-g457bb
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 8 Jun 2008 22:49:47 +0000 (22:49 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 8 Jun 2008 22:49:47 +0000 (22:49 +0000)
125 files changed:
blame-options.txt
fetch-options.txt
git-add.html
git-add.txt
git-am.html
git-am.txt
git-annotate.html
git-apply.html
git-apply.txt
git-archive.html
git-archive.txt
git-blame.html
git-blame.txt
git-branch.html
git-branch.txt
git-checkout-index.html
git-checkout-index.txt
git-checkout.html
git-checkout.txt
git-cherry-pick.html
git-cherry-pick.txt
git-clean.html
git-clean.txt
git-commit.html
git-commit.txt
git-config.html
git-config.txt
git-count-objects.html
git-count-objects.txt
git-cvsserver.html
git-cvsserver.txt
git-daemon.html
git-daemon.txt
git-describe.html
git-describe.txt
git-diff-files.html
git-diff-files.txt
git-fetch-pack.html
git-fetch-pack.txt
git-fetch.html
git-filter-branch.html
git-filter-branch.txt
git-fmt-merge-msg.html
git-fmt-merge-msg.txt
git-for-each-ref.html
git-for-each-ref.txt
git-format-patch.html
git-format-patch.txt
git-grep.html
git-grep.txt
git-help.html
git-help.txt
git-http-push.html
git-http-push.txt
git-init.html
git-init.txt
git-instaweb.html
git-instaweb.txt
git-log.html
git-ls-files.html
git-ls-files.txt
git-ls-remote.html
git-ls-remote.txt
git-merge.html
git-mv.html
git-mv.txt
git-name-rev.html
git-name-rev.txt
git-pack-objects.html
git-pack-objects.txt
git-pack-refs.html
git-pack-refs.txt
git-peek-remote.html
git-peek-remote.txt
git-prune.html
git-prune.txt
git-pull.html
git-pull.txt
git-push.html
git-push.txt
git-quiltimport.html
git-quiltimport.txt
git-rebase.html
git-rebase.txt
git-remote.html
git-remote.txt
git-repack.html
git-repack.txt
git-rev-list.html
git-rev-parse.html
git-rev-parse.txt
git-revert.html
git-revert.txt
git-rm.html
git-rm.txt
git-send-email.html
git-send-email.txt
git-send-pack.html
git-send-pack.txt
git-shortlog.html
git-shortlog.txt
git-show-branch.html
git-show-branch.txt
git-show-ref.html
git-show-ref.txt
git-stripspace.html
git-stripspace.txt
git-submodule.html
git-submodule.txt
git-symbolic-ref.html
git-symbolic-ref.txt
git-update-index.html
git-update-index.txt
git-update-server-info.html
git-update-server-info.txt
git-upload-pack.html
git-upload-pack.txt
git-web--browse.html
git-web--browse.txt
git.html
git.txt
gitk.html
gitk.txt
merge-options.txt
rev-list-options.txt

index c11bb7d36c39899d782f8c2d3f87b5a59178840a..5428111d732cb38dbb257ddfa860ebd04088b4e9 100644 (file)
@@ -41,7 +41,8 @@ of lines before or after the line given by <start>.
 -S <revs-file>::
        Use revs from revs-file instead of calling linkgit:git-rev-list[1].
 
--p, --porcelain::
+-p::
+--porcelain::
        Show in a format designed for machine consumption.
 
 --incremental::
@@ -83,5 +84,6 @@ alphanumeric characters that git must detect as moving
 between files for it to associate those lines with the parent
 commit.
 
--h, --help::
+-h::
+--help::
        Show help message.
index b6759114804e89d6f92e48b8dfe4d93b1f8202d0..85c87180db59906f5401eafbe6460f49a60ee9dc 100644 (file)
@@ -1,22 +1,26 @@
--q, \--quiet::
+-q::
+--quiet::
        Pass --quiet to git-fetch-pack and silence any other internally
        used programs.
 
--v, \--verbose::
+-v::
+--verbose::
        Be verbose.
 
--a, \--append::
+-a::
+--append::
        Append ref names and object names of fetched refs to the
        existing contents of `.git/FETCH_HEAD`.  Without this
        option old data in `.git/FETCH_HEAD` will be overwritten.
 
-\--upload-pack <upload-pack>::
+--upload-pack <upload-pack>::
        When given, and the repository to fetch from is handled
        by 'git-fetch-pack', '--exec=<upload-pack>' is passed to
        the command to specify non-default path for the command
        run on the other end.
 
--f, \--force::
+-f::
+--force::
        When `git-fetch` is used with `<rbranch>:<lbranch>`
        refspec, it refuses to update the local branch
        `<lbranch>` unless the remote branch `<rbranch>` it
        overrides that check.
 
 ifdef::git-pull[]
-\--no-tags::
+--no-tags::
 endif::git-pull[]
 ifndef::git-pull[]
--n, \--no-tags::
+-n::
+--no-tags::
 endif::git-pull[]
        By default, tags that point at objects that are downloaded
        from the remote repository are fetched and stored locally.
        This option disables this automatic tag following.
 
--t, \--tags::
+-t::
+--tags::
        Most of the tags are fetched automatically as branch
        heads are downloaded, but tags that do not point at
        objects reachable from the branch heads that are being
@@ -41,10 +47,12 @@ endif::git-pull[]
        flag lets all tags and their associated objects be
        downloaded.
 
--k, \--keep::
+-k::
+--keep::
        Keep downloaded pack.
 
--u, \--update-head-ok::
+-u::
+--update-head-ok::
        By default `git-fetch` refuses to update the head which
        corresponds to the current branch.  This flag disables the
        check.  This is purely for the internal use for `git-pull`
@@ -52,7 +60,7 @@ endif::git-pull[]
        implementing your own Porcelain you are not supposed to
        use it.
 
-\--depth=<depth>::
+--depth=<depth>::
        Deepen the history of a 'shallow' repository created by
        `git clone` with `--depth=<depth>` option (see linkgit:git-clone[1])
        by the specified number of commits.
index 0d3b6cdfd9e236e31fabbc638d076724074a36c9..6b7be87af06aec17bc937d7a4c05912e6fdd56ce 100644 (file)
@@ -316,7 +316,10 @@ commit.</p>
 </p>\r
 </dd>\r
 <dt>\r
--n, --dry-run\r
+-n\r
+</dt>\r
+<dt>\r
+--dry-run\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -324,7 +327,10 @@ commit.</p>
 </p>\r
 </dd>\r
 <dt>\r
--v, --verbose\r
+-v\r
+</dt>\r
+<dt>\r
+--verbose\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -340,7 +346,10 @@ commit.</p>
 </p>\r
 </dd>\r
 <dt>\r
--i, --interactive\r
+-i\r
+</dt>\r
+<dt>\r
+--interactive\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -351,7 +360,10 @@ commit.</p>
 </p>\r
 </dd>\r
 <dt>\r
--p, --patch\r
+-p\r
+</dt>\r
+<dt>\r
+--patch\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -604,7 +616,7 @@ double-quote and control characters will still have problems.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:18 UTC\r
+Last updated 08-Jun-2008 22:46:16 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 88165da38fb7616ecfc7413917c8906b5bbdfeb1..9c6b081e6c09bc105aae0b447260792fecd175d8 100644 (file)
@@ -50,22 +50,26 @@ OPTIONS
        and `dir/file2`) can be given to add all files in the
        directory, recursively.
 
--n, \--dry-run::
+-n::
+--dry-run::
         Don't actually add the file(s), just show if they exist.
 
--v, \--verbose::
+-v::
+--verbose::
         Be verbose.
 
 -f::
        Allow adding otherwise ignored files.
 
--i, \--interactive::
+-i::
+--interactive::
        Add modified contents in the working tree interactively to
        the index. Optional path arguments may be supplied to limit
        operation to a subset of the working tree. See ``Interactive
        mode'' for details.
 
--p, \--patch::
+-p::
+--patch::
        Similar to Interactive mode but the initial command loop is
        bypassed and the 'patch' subcommand is invoked using each of
        the specified filepatterns before exiting.
@@ -79,11 +83,11 @@ OPTIONS
        command line. If no paths are specified, all tracked files in the
        current directory and its subdirectories are updated.
 
-\--refresh::
+--refresh::
        Don't add the file(s), but only refresh their stat()
        information in the index.
 
-\--ignore-errors::
+--ignore-errors::
        If some files could not be added because of errors indexing
        them, do not abort the operation, but continue adding the
        others. The command shall still exit with non-zero status.
index c39f5e73c4bdaf4e781b70853d265d629ef725cc..eb6c0c57df4d950010768e753f320c80fff808c3 100644 (file)
@@ -299,7 +299,10 @@ current branch.</p>
 </p>\r
 </dd>\r
 <dt>\r
--s, --signoff\r
+-s\r
+</dt>\r
+<dt>\r
+--signoff\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -308,7 +311,10 @@ current branch.</p>
 </p>\r
 </dd>\r
 <dt>\r
--k, --keep\r
+-k\r
+</dt>\r
+<dt>\r
+--keep\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -316,7 +322,10 @@ current branch.</p>
 </p>\r
 </dd>\r
 <dt>\r
--u, --utf8\r
+-u\r
+</dt>\r
+<dt>\r
+--utf8\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -339,7 +348,10 @@ default.   You could use <tt>--no-utf8</tt> to override this.</p>
 </p>\r
 </dd>\r
 <dt>\r
--3, --3way\r
+-3\r
+</dt>\r
+<dt>\r
+--3way\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -350,7 +362,10 @@ default.   You could use <tt>--no-utf8</tt> to override this.</p>
 </p>\r
 </dd>\r
 <dt>\r
--b, --binary\r
+-b\r
+</dt>\r
+<dt>\r
+--binary\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -369,7 +384,10 @@ default.   You could use <tt>--no-utf8</tt> to override this.</p>
 </p>\r
 </dd>\r
 <dt>\r
--C&lt;n&gt;, -p&lt;n&gt;\r
+-C&lt;n&gt;\r
+</dt>\r
+<dt>\r
+-p&lt;n&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -379,7 +397,10 @@ default.   You could use <tt>--no-utf8</tt> to override this.</p>
 </p>\r
 </dd>\r
 <dt>\r
--i, --interactive\r
+-i\r
+</dt>\r
+<dt>\r
+--interactive\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -396,7 +417,10 @@ default.   You could use <tt>--no-utf8</tt> to override this.</p>
 </p>\r
 </dd>\r
 <dt>\r
--r, --resolved\r
+-r\r
+</dt>\r
+<dt>\r
+--resolved\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -500,7 +524,7 @@ names.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:18 UTC\r
+Last updated 08-Jun-2008 22:46:16 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7f6f5b472a8800e4ad04b6a93a7a92b40a415281..46544a07694a90db908729b6badf92370f37226b 100644 (file)
@@ -28,14 +28,17 @@ OPTIONS
        supply this argument, reads from the standard input. If you supply
        directories, they'll be treated as Maildirs.
 
--s, --signoff::
+-s::
+--signoff::
        Add `Signed-off-by:` line to the commit message, using
        the committer identity of yourself.
 
--k, --keep::
+-k::
+--keep::
        Pass `-k` flag to `git-mailinfo` (see linkgit:git-mailinfo[1]).
 
--u, --utf8::
+-u::
+--utf8::
        Pass `-u` flag to `git-mailinfo` (see linkgit:git-mailinfo[1]).
        The proposed commit log message taken from the e-mail
        is re-coded into UTF-8 encoding (configuration variable
@@ -49,13 +52,15 @@ default.   You could use `--no-utf8` to override this.
        Pass `-n` flag to `git-mailinfo` (see
        linkgit:git-mailinfo[1]).
 
--3, --3way::
+-3::
+--3way::
        When the patch does not apply cleanly, fall back on
        3-way merge, if the patch records the identity of blobs
        it is supposed to apply to, and we have those blobs
        available locally.
 
--b, --binary::
+-b::
+--binary::
        Pass `--allow-binary-replacement` flag to `git-apply`
        (see linkgit:git-apply[1]).
 
@@ -64,19 +69,22 @@ default.   You could use `--no-utf8` to override this.
        program that applies
        the patch.
 
--C<n>, -p<n>::
+-C<n>::
+-p<n>::
        These flags are passed to the `git-apply` (see linkgit:git-apply[1])
        program that applies
        the patch.
 
--i, --interactive::
+-i::
+--interactive::
        Run interactively.
 
 --skip::
        Skip the current patch.  This is only meaningful when
        restarting an aborted patch.
 
--r, --resolved::
+-r::
+--resolved::
        After a patch failure (e.g. attempting to apply
        conflicting patch), the user has applied it by hand and
        the index file stores the result of the application.
index f299d5d395b2ef262e2a9f1bcb0da7ef103e6c38..4846d3ae1f79a36109a1a7cec6f99e3bf2eac104 100644 (file)
@@ -366,7 +366,10 @@ of lines before or after the line given by &lt;start&gt;.</p>
 </p>\r
 </dd>\r
 <dt>\r
--p, --porcelain\r
+-p\r
+</dt>\r
+<dt>\r
+--porcelain\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -431,7 +434,10 @@ between files for it to associate those lines with the parent
 commit.</p>\r
 </dd>\r
 <dt>\r
--h, --help\r
+-h\r
+</dt>\r
+<dt>\r
+--help\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -454,7 +460,7 @@ commit.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:19 UTC\r
+Last updated 08-Jun-2008 22:46:17 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b6a1b6d04a1ce29cede5832c7c143edd1363046e..9758465951ce26b1ef04181fa468dba2ca9dc688 100644 (file)
@@ -378,7 +378,10 @@ and a work tree.</p>
 the information is read from the current index instead.</p>\r
 </dd>\r
 <dt>\r
--R, --reverse\r
+-R\r
+</dt>\r
+<dt>\r
+--reverse\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -468,7 +471,10 @@ discouraged.</p>
 </p>\r
 </dd>\r
 <dt>\r
---allow-binary-replacement, --binary\r
+--allow-binary-replacement\r
+</dt>\r
+<dt>\r
+--binary\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -552,7 +558,10 @@ behavior:</p>
 </p>\r
 </dd>\r
 <dt>\r
--v, --verbose\r
+-v\r
+</dt>\r
+<dt>\r
+--verbose\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -604,7 +613,7 @@ subdirectory is checked and (if possible) updated.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:19 UTC\r
+Last updated 08-Jun-2008 22:46:18 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 76277bd178b17c5b1630ea2bae3cb727ca194bc5..c8347637da55e32ec4c637280d7027dc8883c264 100644 (file)
@@ -73,7 +73,8 @@ OPTIONS
 When a pure mode change is encountered (which has no index information),
 the information is read from the current index instead.
 
--R, --reverse::
+-R::
+--reverse::
        Apply the patch in reverse.
 
 --reject::
@@ -124,7 +125,8 @@ discouraged.
        the result with this option, which would apply the
        deletion part but not addition part.
 
---allow-binary-replacement, --binary::
+--allow-binary-replacement::
+--binary::
        Historically we did not allow binary patch applied
        without an explicit permission from the user, and this
        flag was the way to do so.  Currently we always allow binary
@@ -169,7 +171,8 @@ behavior:
        correctly. This option adds support for applying such patches by
        working around this bug.
 
--v, --verbose::
+-v::
+--verbose::
        Report progress to stderr. By default, only a message about the
        current patch being applied will be printed. This option will cause
        additional information to be reported.
index 258ab6b7e4a9257e0b293f810eecb387b594fe2c..614551a25a47258295301e512469d03fceed5aed 100644 (file)
@@ -305,7 +305,10 @@ comment.</p>
 </p>\r
 </dd>\r
 <dt>\r
---list, -l\r
+-l\r
+</dt>\r
+<dt>\r
+--list\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -313,7 +316,10 @@ comment.</p>
 </p>\r
 </dd>\r
 <dt>\r
---verbose, -v\r
+-v\r
+</dt>\r
+<dt>\r
+--verbose\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -469,7 +475,7 @@ git archive --format=zip --prefix=git-docs/ HEAD:Documentation/ &gt; git-1.4.0-d
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:20 UTC\r
+Last updated 08-Jun-2008 22:46:19 UTC\r
 </div>\r
 </div>\r
 </body>\r
index a3e36dbb0d16541baf2fe51dd053803ff9aa8cbf..9b5f3ae5ed8cf6b79545f09d68797490c69f6596 100644 (file)
@@ -36,10 +36,12 @@ OPTIONS
        Format of the resulting archive: 'tar' or 'zip'.  The default
        is 'tar'.
 
---list, -l::
+-l::
+--list::
        Show all available formats.
 
---verbose, -v::
+-v::
+--verbose::
        Report progress to stderr.
 
 --prefix=<prefix>/::
index 835181502ff8c7cce5dda724b007bf2a558a71ca..8dc36ec0967908a3b3750b4b418844acb154a9ff 100644 (file)
@@ -384,7 +384,10 @@ of lines before or after the line given by &lt;start&gt;.</p>
 </p>\r
 </dd>\r
 <dt>\r
--p, --porcelain\r
+-p\r
+</dt>\r
+<dt>\r
+--porcelain\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -449,7 +452,10 @@ between files for it to associate those lines with the parent
 commit.</p>\r
 </dd>\r
 <dt>\r
--h, --help\r
+-h\r
+</dt>\r
+<dt>\r
+--help\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -479,7 +485,10 @@ commit.</p>
 </p>\r
 </dd>\r
 <dt>\r
--f, --show-name\r
+-f\r
+</dt>\r
+<dt>\r
+--show-name\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -489,7 +498,10 @@ commit.</p>
 </p>\r
 </dd>\r
 <dt>\r
--n, --show-number\r
+-n\r
+</dt>\r
+<dt>\r
+--show-number\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -686,7 +698,7 @@ commit commentary), a blame viewer won't ever care.</td>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:21 UTC\r
+Last updated 08-Jun-2008 22:46:19 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7900f33d4ba77c5ddf5e53869045e624105920cb..8f4fb46685624d07f5940eb973a7fd03aefb5aa0 100644 (file)
@@ -52,12 +52,14 @@ include::blame-options.txt[]
        a certain threshold for git-blame to consider those lines
        of code to have been moved.
 
--f, --show-name::
+-f::
+--show-name::
        Show filename in the original commit.  By default
        filename is shown if there is any line that came from a
        file with different name, due to rename detection.
 
--n, --show-number::
+-n::
+--show-number::
        Show line number in the original commit (Default: off).
 
 -s::
index a0f7674830464ddb541b097af5ac75da05c761cb..59bb85d54d7fa78bc613127d5f780e2f0c6f076b 100644 (file)
@@ -405,7 +405,10 @@ clean up all obsolete remote-tracking branches.</p>
 </p>\r
 </dd>\r
 <dt>\r
--v, --verbose\r
+-v\r
+</dt>\r
+<dt>\r
+--verbose\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -613,7 +616,7 @@ but different purposes:</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:21 UTC\r
+Last updated 08-Jun-2008 22:46:20 UTC\r
 </div>\r
 </div>\r
 </body>\r
index a70fa76f3128f61bf784ad84d1f43fa4fcff6572..0fd58083eb2afdb7fed7ebf01bab3b5e1cae1421 100644 (file)
@@ -95,7 +95,8 @@ OPTIONS
 -a::
        List both remote-tracking branches and local branches.
 
--v, --verbose::
+-v::
+--verbose::
        Show sha1 and commit subject line for each head.
 
 --abbrev=<length>::
index eb5fca0d7c4e4fcecd49bd3921defd3ceaccdece..748515a931cb2f4efc8e44f8a63eb0c697d50e61 100644 (file)
@@ -288,7 +288,10 @@ git-checkout-index(1) Manual Page
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
--u|--index\r
+-u\r
+</dt>\r
+<dt>\r
+--index\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -297,7 +300,10 @@ git-checkout-index(1) Manual Page
 </p>\r
 </dd>\r
 <dt>\r
--q|--quiet\r
+-q\r
+</dt>\r
+<dt>\r
+--quiet\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -305,7 +311,10 @@ git-checkout-index(1) Manual Page
 </p>\r
 </dd>\r
 <dt>\r
--f|--force\r
+-f\r
+</dt>\r
+<dt>\r
+--force\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -313,7 +322,10 @@ git-checkout-index(1) Manual Page
 </p>\r
 </dd>\r
 <dt>\r
--a|--all\r
+-a\r
+</dt>\r
+<dt>\r
+--all\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -322,7 +334,10 @@ git-checkout-index(1) Manual Page
 </p>\r
 </dd>\r
 <dt>\r
--n|--no-create\r
+-n\r
+</dt>\r
+<dt>\r
+--no-create\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -511,7 +526,7 @@ Junio C Hamano and the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:23 UTC\r
+Last updated 08-Jun-2008 22:46:21 UTC\r
 </div>\r
 </div>\r
 </body>\r
index a8cad9c21f53c09ffccf875b64c043e4dfcf8224..676203b2ebcc1261dc5ad8d0ab8caa0bc730112c 100644 (file)
@@ -22,21 +22,26 @@ Will copy all files listed from the index to the working directory
 
 OPTIONS
 -------
--u|--index::
+-u::
+--index::
        update stat information for the checked out entries in
        the index file.
 
--q|--quiet::
+-q::
+--quiet::
        be quiet if files exist or are not in the index
 
--f|--force::
+-f::
+--force::
        forces overwrite of existing files
 
--a|--all::
+-a::
+--all::
        checks out all files in the index.  Cannot be used
        together with explicit filenames.
 
--n|--no-create::
+-n::
+--no-create::
        Don't checkout new files, only refresh files already checked
        out.
 
index c2331bd0076835ac8b8be3bad89d818a4aa691e9..bfad47f730ab822c1ab974348c1ba83af4ef6c65 100644 (file)
@@ -326,7 +326,10 @@ working tree.</p>
 </p>\r
 </dd>\r
 <dt>\r
--t, --track\r
+-t\r
+</dt>\r
+<dt>\r
+--track\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -539,7 +542,7 @@ $ git add frotz</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:24 UTC\r
+Last updated 08-Jun-2008 22:46:22 UTC\r
 </div>\r
 </div>\r
 </body>\r
index a5bf9d6f897e6fd7325059689250518e6fe10eab..3ad9760a4d6949837c1e186402c9810b59a0138d 100644 (file)
@@ -47,7 +47,8 @@ OPTIONS
        by linkgit:git-check-ref-format[1].  Some of these checks
        may restrict the characters allowed in a branch name.
 
--t, --track::
+-t::
+--track::
        When creating a new branch, set up configuration so that git-pull
        will automatically retrieve data from the start point, which must be
        a branch. Use this if you always pull from the same upstream branch
index f2233ee1b098cf763bc531d94bdab6feb6e962de..109760e2b5d35ff2753a8e9585f1f6e40f3d1ab8 100644 (file)
@@ -294,7 +294,10 @@ modifications from the HEAD commit).</p>
 </p>\r
 </dd>\r
 <dt>\r
--e|--edit\r
+-e\r
+</dt>\r
+<dt>\r
+--edit\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -331,7 +334,10 @@ modifications from the HEAD commit).</p>
 </p>\r
 </dd>\r
 <dt>\r
--m parent-number|--mainline parent-number\r
+-m parent-number\r
+</dt>\r
+<dt>\r
+--mainline parent-number\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -343,7 +349,10 @@ modifications from the HEAD commit).</p>
 </p>\r
 </dd>\r
 <dt>\r
--n|--no-commit\r
+-n\r
+</dt>\r
+<dt>\r
+--no-commit\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -360,7 +369,10 @@ modifications from the HEAD commit).</p>
 effect to your working tree in a row.</p>\r
 </dd>\r
 <dt>\r
--s|--signoff\r
+-s\r
+</dt>\r
+<dt>\r
+--signoff\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -383,7 +395,7 @@ effect to your working tree in a row.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:25 UTC\r
+Last updated 08-Jun-2008 22:46:23 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 3762272b884604e6c15458c30a1b5e475ed39565..5ac9cfb0ef2e2eb26ebe5cce6a5c7ed54d4e39ec 100644 (file)
@@ -22,7 +22,8 @@ OPTIONS
        For a more complete list of ways to spell commits, see
        "SPECIFYING REVISIONS" section in linkgit:git-rev-parse[1].
 
--e|--edit::
+-e::
+--edit::
        With this option, `git-cherry-pick` will let you edit the commit
        message prior to committing.
 
@@ -44,14 +45,16 @@ OPTIONS
        described above, and `-r` was to disable it.  Now the
        default is not to do `-x` so this option is a no-op.
 
--m parent-number|--mainline parent-number::
+-m parent-number::
+--mainline parent-number::
        Usually you cannot cherry-pick a merge because you do not know which
        side of the merge should be considered the mainline.  This
        option specifies the parent number (starting from 1) of
        the mainline and allows cherry-pick to replay the change
        relative to the specified parent.
 
--n|--no-commit::
+-n::
+--no-commit::
        Usually the command automatically creates a commit with
        a commit log message stating which commit was
        cherry-picked.  This flag applies the change necessary
@@ -64,7 +67,8 @@ OPTIONS
 This is useful when cherry-picking more than one commits'
 effect to your working tree in a row.
 
--s|--signoff::
+-s::
+--signoff::
        Add Signed-off-by line at the end of the commit message.
 
 
index da993cc6c8427f43c9792db6b47295f90f82ccc4..ecf487ddab2d13e10c70af1fc470d266edabbd2e 100644 (file)
@@ -307,6 +307,9 @@ affected are further limited to those that match them.</p>
 <dt>\r
 -n\r
 </dt>\r
+<dt>\r
+--dry-run\r
+</dt>\r
 <dd>\r
 <p>\r
         Don't actually remove anything, just show what would be done.\r
@@ -315,6 +318,9 @@ affected are further limited to those that match them.</p>
 <dt>\r
 -q\r
 </dt>\r
+<dt>\r
+--quiet\r
+</dt>\r
 <dd>\r
 <p>\r
         Be quiet, only report errors, but not the files that are\r
@@ -353,7 +359,7 @@ affected are further limited to those that match them.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:26 UTC\r
+Last updated 08-Jun-2008 22:46:23 UTC\r
 </div>\r
 </div>\r
 </body>\r
index deebf3b315cd7e119fd70c500400181137843652..37a82ee4b8ed2dc939e56140821a42d452e1b4b5 100644 (file)
@@ -30,9 +30,11 @@ OPTIONS
        git-clean will refuse to run unless given -f or -n.
 
 -n::
+--dry-run::
        Don't actually remove anything, just show what would be done.
 
 -q::
+--quiet::
        Be quiet, only report errors, but not the files that are
        successfully removed.
 
index 8742eb32a4053d3c9aa6bc5874442bffbbb19d5c..59f8050d0adb7af26802ab14f55070c850c01f59 100644 (file)
@@ -273,9 +273,9 @@ 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 | --interactive] [-s] [-v] [-u]\r
-           [(-c | -C) &lt;commit&gt; | -F &lt;file&gt; | -m &lt;msg&gt; | --amend]\r
-           [--allow-empty] [--no-verify] [-e] [--author &lt;author&gt;]\r
+<div class="content"><em>git-commit</em> [-a | --interactive] [-s] [-v] [-u] [--amend]\r
+           [(-c | -C) &lt;commit&gt;] [-F &lt;file&gt; | -m &lt;msg&gt;]\r
+           [--allow-empty] [--no-verify] [-e] [--author=&lt;author&gt;]\r
            [--cleanup=&lt;mode&gt;] [--] [[-i | -o ]&lt;file&gt;&#8230;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
@@ -332,7 +332,10 @@ that, you can recover from it with <a href="git-reset.html">git-reset(1)</a>.</p
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
--a|--all\r
+-a\r
+</dt>\r
+<dt>\r
+--all\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -342,20 +345,36 @@ that, you can recover from it with <a href="git-reset.html">git-reset(1)</a>.</p
 </p>\r
 </dd>\r
 <dt>\r
--c or -C &lt;commit&gt;\r
+-C &lt;commit&gt;\r
+</dt>\r
+<dt>\r
+--reuse-message=&lt;commit&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
-        Take existing commit object, and reuse the log message\r
+        Take an existing commit object, and reuse the log message\r
         and the authorship information (including the timestamp)\r
-        when creating the commit.  With <em>-C</em>, the editor is not\r
-        invoked; with <em>-c</em> the user can further edit the commit\r
-        message.\r
+        when creating the commit.\r
+</p>\r
+</dd>\r
+<dt>\r
+-c &lt;commit&gt;\r
+</dt>\r
+<dt>\r
+--reedit-message=&lt;commit&gt;\r
+</dt>\r
+<dd>\r
+<p>\r
+        Like <em>-C</em>, but with <em>-c</em> the editor is invoked, so that\r
+        the user can further edit the commit message.\r
 </p>\r
 </dd>\r
 <dt>\r
 -F &lt;file&gt;\r
 </dt>\r
+<dt>\r
+--file=&lt;file&gt;\r
+</dt>\r
 <dd>\r
 <p>\r
         Take the commit message from the given file.  Use <em>-</em> to\r
@@ -363,7 +382,7 @@ that, you can recover from it with <a href="git-reset.html">git-reset(1)</a>.</p
 </p>\r
 </dd>\r
 <dt>\r
---author &lt;author&gt;\r
+--author=&lt;author&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -372,7 +391,10 @@ that, you can recover from it with <a href="git-reset.html">git-reset(1)</a>.</p
 </p>\r
 </dd>\r
 <dt>\r
--m &lt;msg&gt;|--message=&lt;msg&gt;\r
+-m &lt;msg&gt;\r
+</dt>\r
+<dt>\r
+--message=&lt;msg&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -380,7 +402,10 @@ that, you can recover from it with <a href="git-reset.html">git-reset(1)</a>.</p
 </p>\r
 </dd>\r
 <dt>\r
--t &lt;file&gt;|--template=&lt;file&gt;\r
+-t &lt;file&gt;\r
+</dt>\r
+<dt>\r
+--template=&lt;file&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -392,7 +417,10 @@ that, you can recover from it with <a href="git-reset.html">git-reset(1)</a>.</p
 </p>\r
 </dd>\r
 <dt>\r
--s|--signoff\r
+-s\r
+</dt>\r
+<dt>\r
+--signoff\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -400,6 +428,9 @@ that, you can recover from it with <a href="git-reset.html">git-reset(1)</a>.</p
 </p>\r
 </dd>\r
 <dt>\r
+-n\r
+</dt>\r
+<dt>\r
 --no-verify\r
 </dt>\r
 <dd>\r
@@ -435,7 +466,10 @@ that, you can recover from it with <a href="git-reset.html">git-reset(1)</a>.</p
 </p>\r
 </dd>\r
 <dt>\r
--e|--edit\r
+-e\r
+</dt>\r
+<dt>\r
+--edit\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -470,7 +504,10 @@ that, you can recover from it with <a href="git-reset.html">git-reset(1)</a>.</p
 <p>but can be used to amend a merge commit.</p>\r
 </dd>\r
 <dt>\r
--i|--include\r
+-i\r
+</dt>\r
+<dt>\r
+--include\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -481,7 +518,10 @@ that, you can recover from it with <a href="git-reset.html">git-reset(1)</a>.</p
 </p>\r
 </dd>\r
 <dt>\r
--o|--only\r
+-o\r
+</dt>\r
+<dt>\r
+--only\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -497,7 +537,10 @@ that, you can recover from it with <a href="git-reset.html">git-reset(1)</a>.</p
 </p>\r
 </dd>\r
 <dt>\r
--u|--untracked-files\r
+-u\r
+</dt>\r
+<dt>\r
+--untracked-files\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -509,7 +552,10 @@ that, you can recover from it with <a href="git-reset.html">git-reset(1)</a>.</p
 </p>\r
 </dd>\r
 <dt>\r
--v|--verbose\r
+-v\r
+</dt>\r
+<dt>\r
+--verbose\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -520,7 +566,10 @@ that, you can recover from it with <a href="git-reset.html">git-reset(1)</a>.</p
 </p>\r
 </dd>\r
 <dt>\r
--q|--quiet\r
+-q\r
+</dt>\r
+<dt>\r
+--quiet\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -746,7 +795,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:27 UTC\r
+Last updated 08-Jun-2008 22:46:24 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 02d4baab6d2530f91a76c2c3111e6d47376ca8d8..7e8b4ff72c0192f01523118b9a8caeddbcbda09c 100644 (file)
@@ -8,9 +8,9 @@ git-commit - Record changes to the repository
 SYNOPSIS
 --------
 [verse]
-'git-commit' [-a | --interactive] [-s] [-v] [-u]
-          [(-c | -C) <commit> | -F <file> | -m <msg> | --amend]
-          [--allow-empty] [--no-verify] [-e] [--author <author>]
+'git-commit' [-a | --interactive] [-s] [-v] [-u] [--amend]
+          [(-c | -C) <commit>] [-F <file> | -m <msg>]
+          [--allow-empty] [--no-verify] [-e] [--author=<author>]
           [--cleanup=<mode>] [--] [[-i | -o ]<file>...]
 
 DESCRIPTION
@@ -52,39 +52,49 @@ that, you can recover from it with linkgit:git-reset[1].
 
 OPTIONS
 -------
--a|--all::
+-a::
+--all::
        Tell the command to automatically stage files that have
        been modified and deleted, but new files you have not
        told git about are not affected.
 
--c or -C <commit>::
-       Take existing commit object, and reuse the log message
+-C <commit>::
+--reuse-message=<commit>::
+       Take an existing commit object, and reuse the log message
        and the authorship information (including the timestamp)
-       when creating the commit.  With '-C', the editor is not
-       invoked; with '-c' the user can further edit the commit
-       message.
+       when creating the commit.
+
+-c <commit>::
+--reedit-message=<commit>::
+       Like '-C', but with '-c' the editor is invoked, so that
+       the user can further edit the commit message.
 
 -F <file>::
+--file=<file>::
        Take the commit message from the given file.  Use '-' to
        read the message from the standard input.
 
---author <author>::
+--author=<author>::
        Override the author name used in the commit.  Use
        `A U Thor <author@example.com>` format.
 
--m <msg>|--message=<msg>::
+-m <msg>::
+--message=<msg>::
        Use the given <msg> as the commit message.
 
--t <file>|--template=<file>::
+-t <file>::
+--template=<file>::
        Use the contents of the given file as the initial version
        of the commit message. The editor is invoked and you can
        make subsequent changes. If a message is specified using
        the `-m` or `-F` options, this option has no effect. This
        overrides the `commit.template` configuration variable.
 
--s|--signoff::
+-s::
+--signoff::
        Add Signed-off-by line at the end of the commit message.
 
+-n::
 --no-verify::
        This option bypasses the pre-commit and commit-msg hooks.
        See also linkgit:githooks[5][hooks].
@@ -105,14 +115,14 @@ OPTIONS
        'whitespace' removes just leading/trailing whitespace lines
        and 'strip' removes both whitespace and commentary.
 
--e|--edit::
+-e::
+--edit::
        The message taken from file with `-F`, command line with
        `-m`, and from file with `-C` are usually used as the
        commit log message unmodified.  This option lets you
        further edit the message taken from these sources.
 
 --amend::
-
        Used to amend the tip of the current branch. Prepare the tree
        object you would want to replace the latest commit as usual
        (this includes the usual -i/-o and explicit paths), and the
@@ -133,13 +143,15 @@ It is a rough equivalent for:
 but can be used to amend a merge commit.
 --
 
--i|--include::
+-i::
+--include::
        Before making a commit out of staged contents so far,
        stage the contents of paths given on the command line
        as well.  This is usually not what you want unless you
        are concluding a conflicted merge.
 
--o|--only::
+-o::
+--only::
        Make a commit only from the paths specified on the
        command line, disregarding any contents that have been
        staged so far. This is the default mode of operation of
@@ -150,20 +162,23 @@ but can be used to amend a merge commit.
        the last commit without committing changes that have
        already been staged.
 
--u|--untracked-files::
+-u::
+--untracked-files::
        Show all untracked files, also those in uninteresting
        directories, in the "Untracked files:" section of commit
        message template.  Without this option only its name and
        a trailing slash are displayed for each untracked
        directory.
 
--v|--verbose::
+-v::
+--verbose::
        Show unified diff between the HEAD commit and what
        would be committed at the bottom of the commit message
        template.  Note that this diff output doesn't have its
        lines prefixed with '#'.
 
--q|--quiet::
+-q::
+--quiet::
        Suppress commit summary message.
 
 \--::
index 647c02c3d8a31156fd6c2a611ef7180a1515b5b1..d8355c171eae7e576990282797cf9b939043fd43 100644 (file)
@@ -421,7 +421,10 @@ rather than from all available files.</p>
 <p>See also <a href="#FILES">[FILES]</a>.</p>\r
 </dd>\r
 <dt>\r
--f config-file, --file config-file\r
+-f config-file\r
+</dt>\r
+<dt>\r
+--file config-file\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -461,7 +464,10 @@ rather than from all available files.</p>
 </p>\r
 </dd>\r
 <dt>\r
--l, --list\r
+-l\r
+</dt>\r
+<dt>\r
+--list\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -488,7 +494,10 @@ rather than from all available files.</p>
 </p>\r
 </dd>\r
 <dt>\r
--z, --null\r
+-z\r
+</dt>\r
+<dt>\r
+--null\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -2592,7 +2601,7 @@ web.browser
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:28 UTC\r
+Last updated 08-Jun-2008 22:46:25 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 84b754f8d0d4213ece2a9fbb4440bb765994723e..c90421ee7f3b6a3fe1f08c4868b5652d4d7db569 100644 (file)
@@ -101,7 +101,8 @@ rather than from all available files.
 +
 See also <<FILES>>.
 
--f config-file, --file config-file::
+-f config-file::
+--file config-file::
        Use the given config file instead of the one specified by GIT_CONFIG.
 
 --remove-section::
@@ -116,7 +117,8 @@ See also <<FILES>>.
 --unset-all::
        Remove all lines matching the key from config file.
 
--l, --list::
+-l::
+--list::
        List all variables set in config file.
 
 --bool::
@@ -128,7 +130,8 @@ See also <<FILES>>.
        in the config file will cause the value to be multiplied
        by 1024, 1048576, or 1073741824 prior to output.
 
--z, --null::
+-z::
+--null::
        For all options that output values and/or keys, always
        end values with the null character (instead of a
        newline). Use newline instead as a delimiter between
index 371bbffa48d155c30cde322ac666bcbdf9751a2e..ba981a523a0828da1c3a28435ee5e57366d22b5a 100644 (file)
@@ -285,6 +285,9 @@ them, to help you decide when it is a good time to repack.</p>
 <dt>\r
 -v\r
 </dt>\r
+<dt>\r
+--verbose\r
+</dt>\r
 <dd>\r
 <p>\r
         In addition to the number of loose objects and disk\r
@@ -309,7 +312,7 @@ them, to help you decide when it is a good time to repack.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:28 UTC\r
+Last updated 08-Jun-2008 22:46:27 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e1219b3167a791062ba56c057a9a2e92c840b649..1ba85a259a2d8896b5634f3496542b5561dbf2de 100644 (file)
@@ -18,6 +18,7 @@ them, to help you decide when it is a good time to repack.
 OPTIONS
 -------
 -v::
+--verbose::
        In addition to the number of loose objects and disk
        space consumed, it reports the number of in-pack
        objects, number of packs, and number of objects that can be
index 888d469e37f3e8603157de53e8bb3e62ce0ccb13..d42dc0759058d0f94cb689c5116f8962d89be488 100644 (file)
@@ -315,7 +315,10 @@ of allowed directories (see below) if you want to use this option.
 </p>\r
 </dd>\r
 <dt>\r
---version, -V\r
+-V\r
+</dt>\r
+<dt>\r
+--version\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -323,7 +326,13 @@ Print version information and exit
 </p>\r
 </dd>\r
 <dt>\r
---help, -h, -H\r
+-h\r
+</dt>\r
+<dt>\r
+-H\r
+</dt>\r
+<dt>\r
+--help\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -726,7 +735,7 @@ Martin Langhoff &lt;martin@catalyst.net.nz&gt;
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:31 UTC\r
+Last updated 08-Jun-2008 22:46:28 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b7721131ddff1d409cb70e842767e03cf0df7a2a..3310ae25ff75c302e6b9088a0807aee340ad69c7 100644 (file)
@@ -41,10 +41,13 @@ Don't allow recursing into subdirectories
 Don't check for `gitcvs.enabled` in config. You also have to specify a list
 of allowed directories (see below) if you want to use this option.
 
---version, -V::
+-V::
+--version::
 Print version information and exit
 
---help, -h, -H::
+-h::
+-H::
+--help::
 Print usage information and exit
 
 <directory>::
index fd555ea8edf78de694cdfb3928b9f0b81a8f1fd2..0270c73728668ba6dd08a1344d66937e2b39fd2c 100644 (file)
@@ -421,7 +421,10 @@ git repositories.</p>
 </p>\r
 </dd>\r
 <dt>\r
---user-path, --user-path=path\r
+--user-path\r
+</dt>\r
+<dt>\r
+--user-path=path\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -470,7 +473,10 @@ git repositories.</p>
 </p>\r
 </dd>\r
 <dt>\r
---user=user, --group=group\r
+--user=user\r
+</dt>\r
+<dt>\r
+--group=group\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -485,7 +491,10 @@ 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\r
+</dt>\r
+<dt>\r
+--disable=service\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -497,7 +506,10 @@ the facility of inet daemon to achieve the same before spawning
 </p>\r
 </dd>\r
 <dt>\r
---allow-override=service, --forbid-override=service\r
+--allow-override=service\r
+</dt>\r
+<dt>\r
+--forbid-override=service\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -676,7 +688,7 @@ selectively enable/disable services per repository
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:32 UTC\r
+Last updated 08-Jun-2008 22:46:31 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 3fb71d683e4f63cd7971a95d11125d61d812bbf2..344f24ea59a7f85473da4e865219bcdc0fb9db33 100644 (file)
@@ -103,7 +103,8 @@ OPTIONS
        Log to syslog instead of stderr. Note that this option does not imply
        --verbose, thus by default only error conditions will be logged.
 
---user-path, --user-path=path::
+--user-path::
+--user-path=path::
        Allow ~user notation to be used in requests.  When
        specified with no parameter, requests to
        git://host/~alice/foo is taken as a request to access
@@ -127,7 +128,8 @@ OPTIONS
        Save the process id in 'file'.  Ignored when the daemon
        is run under `--inetd`.
 
---user=user, --group=group::
+--user=user::
+--group=group::
        Change daemon's uid and gid before entering the service loop.
        When only `--user` is given without `--group`, the
        primary group ID for the user is used.  The values of
@@ -138,14 +140,16 @@ 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=service, --forbid-override=service::
+--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 c41c511bb979920e65fc7df5cdd2def743189ca5..7518081688ae1a18df4d8c97125529a0f2aaa211 100644 (file)
@@ -384,6 +384,14 @@ abbreviated object name of the most recent commit.</p>
         leaking private tags made from the repository).\r
 </p>\r
 </dd>\r
+<dt>\r
+--always\r
+</dt>\r
+<dd>\r
+<p>\r
+        Show uniquely abbreviated commit object as fallback.\r
+</p>\r
+</dd>\r
 </dl>\r
 </div>\r
 <h2>EXAMPLES</h2>\r
@@ -462,7 +470,7 @@ updated by Shawn Pearce &lt;spearce@spearce.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:33 UTC\r
+Last updated 08-Jun-2008 22:46:32 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 3f0b7b2f47567183ab4db3f9c71c4a27ee1b45ae..9f6f4831864a3112119bc7d7fec22aa7a72225e5 100644 (file)
@@ -70,6 +70,9 @@ OPTIONS
        Only consider tags matching the given pattern (can be used to avoid
        leaking private tags made from the repository).
 
+--always::
+       Show uniquely abbreviated commit object as fallback.
+
 EXAMPLES
 --------
 
index 5d0a4a7b92d75d6a96735471915fa8f7d32fde7c..4b0792b86e4fc34b9d13f0a8a93fb23626825f55 100644 (file)
@@ -773,7 +773,10 @@ cleanly resolved paths.  The option -0 can be given to
 omit diff output for unmerged entries and just show "Unmerged".</p>\r
 </dd>\r
 <dt>\r
--c,--cc\r
+-c\r
+</dt>\r
+<dt>\r
+--cc\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -1288,7 +1291,7 @@ the pathname, but if that is <tt>NUL</tt>, the record will show two paths.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:33 UTC\r
+Last updated 08-Jun-2008 22:46:33 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ed9bd75b7417a3024d20fda01b964fb6bbeaaa50..8a64869d2705071afe3d1a122b6b85a086413a0a 100644 (file)
@@ -30,7 +30,8 @@ The default is to diff against our branch (-2) and the
 cleanly resolved paths.  The option -0 can be given to
 omit diff output for unmerged entries and just show "Unmerged".
 
--c,--cc::
+-c::
+--cc::
        This compares stage 2 (our branch), stage 3 (their
        branch) and the working tree file and outputs a combined
        diff, similar to the way 'diff-tree' shows a merge
index b40b165a762587bb649664a838df6d99e19e4887..05d967ae4f7e5859c0f6319287494c8b07a8eb90 100644 (file)
@@ -299,7 +299,10 @@ have a common ancestor commit.</p>
 </p>\r
 </dd>\r
 <dt>\r
---quiet, \-q\r
+-q\r
+</dt>\r
+<dt>\r
+--quiet\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -308,7 +311,10 @@ have a common ancestor commit.</p>
 </p>\r
 </dd>\r
 <dt>\r
---keep, \-k\r
+-k\r
+</dt>\r
+<dt>\r
+--keep\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -380,7 +386,7 @@ have a common ancestor commit.</p>
 </p>\r
 </dd>\r
 <dt>\r
-\-v\r
+-v\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -431,7 +437,7 @@ have a common ancestor commit.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:38 UTC\r
+Last updated 08-Jun-2008 22:46:34 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 6ee3dccc1fa1982dd75711b56ff278926e604499..282fcaf17fed50ac51129dde8fcf105c1b9c11d9 100644 (file)
@@ -28,30 +28,32 @@ have a common ancestor commit.
 
 OPTIONS
 -------
-\--all::
+--all::
        Fetch all remote refs.
 
-\--quiet, \-q::
+-q::
+--quiet::
        Pass '-q' flag to 'git-unpack-objects'; this makes the
        cloning process less verbose.
 
-\--keep, \-k::
+-k::
+--keep::
        Do not invoke 'git-unpack-objects' on received data, but
        create a single packfile out of it instead, and store it
        in the object database. If provided twice then the pack is
        locked against repacking.
 
-\--thin::
+--thin::
        Spend extra cycles to minimize the number of objects to be sent.
        Use it on slower connection.
 
-\--include-tag::
+--include-tag::
        If the remote side supports it, annotated tags objects will
        be downloaded on the same connection as the other objects if
        the object the tag references is downloaded.  The caller must
        otherwise determine the tags this option made available.
 
-\--upload-pack=<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
@@ -63,16 +65,16 @@ OPTIONS
        shells by having a lean .bashrc file (they set most of
        the things up in .bash_profile).
 
-\--exec=<git-upload-pack>::
+--exec=<git-upload-pack>::
        Same as \--upload-pack=<git-upload-pack>.
 
-\--depth=<n>::
+--depth=<n>::
        Limit fetching to ancestor-chains not longer than n.
 
-\--no-progress::
+--no-progress::
        Do not show the progress.
 
-\-v::
+-v::
        Run verbosely.
 
 <host>::
index 62c0816d63893b30a0fe327e49b629cad87c7bbb..3f3acebdd05b31d3e7129ad036e2f421ec274ba1 100644 (file)
@@ -293,7 +293,10 @@ branches you are not interested in, you will not get them.</p>
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
--q, --quiet\r
+-q\r
+</dt>\r
+<dt>\r
+--quiet\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -302,7 +305,10 @@ branches you are not interested in, you will not get them.</p>
 </p>\r
 </dd>\r
 <dt>\r
--v, --verbose\r
+-v\r
+</dt>\r
+<dt>\r
+--verbose\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -310,7 +316,10 @@ branches you are not interested in, you will not get them.</p>
 </p>\r
 </dd>\r
 <dt>\r
--a, --append\r
+-a\r
+</dt>\r
+<dt>\r
+--append\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -331,7 +340,10 @@ branches you are not interested in, you will not get them.</p>
 </p>\r
 </dd>\r
 <dt>\r
--f, --force\r
+-f\r
+</dt>\r
+<dt>\r
+--force\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -343,7 +355,10 @@ branches you are not interested in, you will not get them.</p>
 </p>\r
 </dd>\r
 <dt>\r
--n, --no-tags\r
+-n\r
+</dt>\r
+<dt>\r
+--no-tags\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -353,7 +368,10 @@ branches you are not interested in, you will not get them.</p>
 </p>\r
 </dd>\r
 <dt>\r
--t, --tags\r
+-t\r
+</dt>\r
+<dt>\r
+--tags\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -366,7 +384,10 @@ branches you are not interested in, you will not get them.</p>
 </p>\r
 </dd>\r
 <dt>\r
--k, --keep\r
+-k\r
+</dt>\r
+<dt>\r
+--keep\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -374,7 +395,10 @@ branches you are not interested in, you will not get them.</p>
 </p>\r
 </dd>\r
 <dt>\r
--u, --update-head-ok\r
+-u\r
+</dt>\r
+<dt>\r
+--update-head-ok\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -709,7 +733,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:40 UTC\r
+Last updated 08-Jun-2008 22:46:36 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7d1bff7b96408e1c38e49f595cf59831ef62472b..46e289f2217ea41d93a5a9fcb3459a658d21b39e 100644 (file)
@@ -463,7 +463,10 @@ to other tags will be rewritten to point to the underlying commit.</p>
 </p>\r
 </dd>\r
 <dt>\r
--f|--force\r
+-f\r
+</dt>\r
+<dt>\r
+--force\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -614,7 +617,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 08-Jun-2008 01:33:40 UTC\r
+Last updated 08-Jun-2008 22:46:37 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 44060687abd2cb6518471528a1360add3fe9417e..ea77f1fce505fbb9c1691f7e75aa014e7a1d5be5 100644 (file)
@@ -161,7 +161,8 @@ to other tags will be rewritten to point to the underlying commit.
        does this in the '.git-rewrite/' directory but you can override
        that choice by this parameter.
 
--f|--force::
+-f::
+--force::
        `git filter-branch` refuses to start with an existing temporary
        directory or when there are already refs starting with
        'refs/original/', unless forced.
index 105a3c7c31f911d95b1873cc97469b0bf02afc5c..962bc761fd3d83c1225c2559966ed00ffb2b2519 100644 (file)
@@ -307,7 +307,10 @@ automatically invoking <tt>git-merge</tt>.</p>
 </p>\r
 </dd>\r
 <dt>\r
---summary,--no-summary\r
+--summary\r
+</dt>\r
+<dt>\r
+--no-summary\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -316,7 +319,10 @@ automatically invoking <tt>git-merge</tt>.</p>
 </p>\r
 </dd>\r
 <dt>\r
---file &lt;file&gt;, -F &lt;file&gt;\r
+-F &lt;file&gt;\r
+</dt>\r
+<dt>\r
+--file &lt;file&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -367,7 +373,7 @@ merge.summary
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:41 UTC\r
+Last updated 08-Jun-2008 22:46:38 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 328cc542dcf29fe08289004ad1c7f2af9de8645d..2a7cfb980b7f0b6fa2bd741b3601467f07025691 100644 (file)
@@ -33,11 +33,13 @@ OPTIONS
        Do not list one-line descriptions from the actual commits being
        merged.
 
---summary,--no-summary::
+--summary::
+--no-summary::
        Synonyms to --log and --no-log; these are deprecated and will be
        removed in the future.
 
---file <file>, -F <file>::
+-F <file>::
+--file <file>::
        Take the list of merged objects from <file> instead of
        stdin.
 
index b18396ad82f29f28322d928f813d78a0abbb79c9..60bc12de71657bb1000cc5bbbfaf535eba492d92 100644 (file)
@@ -339,7 +339,16 @@ host language allowing their direct evaluation in that language.</p>
 </p>\r
 </dd>\r
 <dt>\r
---shell, --perl, --python, --tcl\r
+--shell\r
+</dt>\r
+<dt>\r
+--perl\r
+</dt>\r
+<dt>\r
+--python\r
+</dt>\r
+<dt>\r
+--tcl\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -496,7 +505,7 @@ eval "$eval"</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:41 UTC\r
+Last updated 08-Jun-2008 22:46:39 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 6325ff9a68b336efd818a9593cb47dd3f189b6ff..b347bfbb14784a4292124a4575086411a4697527 100644 (file)
@@ -53,7 +53,10 @@ OPTIONS
        literally, in the latter case matching completely or from the
        beginning up to a slash.
 
---shell, --perl, --python, --tcl::
+--shell::
+--perl::
+--python::
+--tcl::
        If given, strings that substitute `%(fieldname)`
        placeholders are quoted as string literals suitable for
        the specified host language.  This is meant to produce
index 2df918d8ef0ab32cae6247c1412ff6be76c11909..a9b84cf4262bb794789d2658c74feff641942c47 100644 (file)
@@ -817,7 +817,10 @@ reference.</p>
 </p>\r
 </dd>\r
 <dt>\r
--o|--output-directory &lt;dir&gt;\r
+-o &lt;dir&gt;\r
+</dt>\r
+<dt>\r
+--output-directory &lt;dir&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -826,7 +829,10 @@ reference.</p>
 </p>\r
 </dd>\r
 <dt>\r
--n|--numbered\r
+-n\r
+</dt>\r
+<dt>\r
+--numbered\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -834,7 +840,10 @@ reference.</p>
 </p>\r
 </dd>\r
 <dt>\r
--N|--no-numbered\r
+-N\r
+</dt>\r
+<dt>\r
+--no-numbered\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -860,7 +869,10 @@ reference.</p>
 </p>\r
 </dd>\r
 <dt>\r
--k|--keep-subject\r
+-k\r
+</dt>\r
+<dt>\r
+--keep-subject\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -869,7 +881,10 @@ reference.</p>
 </p>\r
 </dd>\r
 <dt>\r
--s|--signoff\r
+-s\r
+</dt>\r
+<dt>\r
+--signoff\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -1088,7 +1103,7 @@ as e-mailable patches:
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:42 UTC\r
+Last updated 08-Jun-2008 22:46:40 UTC\r
 </div>\r
 </div>\r
 </body>\r
index cdee6420606f808b9a2578584e503ba25a387c7e..4dafa39a9211d9d35498f4c88418713b1aa33284 100644 (file)
@@ -74,14 +74,17 @@ include::diff-options.txt[]
 -<n>::
        Limits the number of patches to prepare.
 
--o|--output-directory <dir>::
+-o <dir>::
+--output-directory <dir>::
        Use <dir> to store the resulting files, instead of the
        current working directory.
 
--n|--numbered::
+-n::
+--numbered::
        Name output in '[PATCH n/m]' format.
 
--N|--no-numbered::
+-N::
+--no-numbered::
        Name output in '[PATCH]' format.
 
 --start-number <n>::
@@ -92,11 +95,13 @@ include::diff-options.txt[]
        without the default first line of the commit appended.
        Mutually exclusive with the --stdout option.
 
--k|--keep-subject::
+-k::
+--keep-subject::
        Do not strip/add '[PATCH]' from the first line of the
        commit log message.
 
--s|--signoff::
+-s::
+--signoff::
        Add `Signed-off-by:` line to the commit message, using
        the committer identity of yourself.
 
index 3a9cee0659144719d92ee31960051ddcc41c9739..474a61e38e413520e2824a8ea388b0e6488be12f 100644 (file)
@@ -303,7 +303,10 @@ registered in the index file, or given tree objects.</p>
 </p>\r
 </dd>\r
 <dt>\r
--a | --text\r
+-a\r
+</dt>\r
+<dt>\r
+--text\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -311,7 +314,10 @@ registered in the index file, or given tree objects.</p>
 </p>\r
 </dd>\r
 <dt>\r
--i | --ignore-case\r
+-i\r
+</dt>\r
+<dt>\r
+--ignore-case\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -328,7 +334,10 @@ registered in the index file, or given tree objects.</p>
 </p>\r
 </dd>\r
 <dt>\r
--w | --word-regexp\r
+-w\r
+</dt>\r
+<dt>\r
+--word-regexp\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -338,7 +347,10 @@ registered in the index file, or given tree objects.</p>
 </p>\r
 </dd>\r
 <dt>\r
--v | --invert-match\r
+-v\r
+</dt>\r
+<dt>\r
+--invert-match\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -346,7 +358,10 @@ registered in the index file, or given tree objects.</p>
 </p>\r
 </dd>\r
 <dt>\r
--h | -H\r
+-h\r
+</dt>\r
+<dt>\r
+-H\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -369,7 +384,16 @@ registered in the index file, or given tree objects.</p>
 </p>\r
 </dd>\r
 <dt>\r
--E | --extended-regexp | -G | --basic-regexp\r
+-E\r
+</dt>\r
+<dt>\r
+--extended-regexp\r
+</dt>\r
+<dt>\r
+-G\r
+</dt>\r
+<dt>\r
+--basic-regexp\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -378,7 +402,10 @@ registered in the index file, or given tree objects.</p>
 </p>\r
 </dd>\r
 <dt>\r
--F | --fixed-strings\r
+-F\r
+</dt>\r
+<dt>\r
+--fixed-strings\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -395,7 +422,19 @@ registered in the index file, or given tree objects.</p>
 </p>\r
 </dd>\r
 <dt>\r
--l | --files-with-matches | --name-only | -L | --files-without-match\r
+-l\r
+</dt>\r
+<dt>\r
+--files-with-matches\r
+</dt>\r
+<dt>\r
+--name-only\r
+</dt>\r
+<dt>\r
+-L\r
+</dt>\r
+<dt>\r
+--files-without-match\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -406,7 +445,10 @@ registered in the index file, or given tree objects.</p>
 </p>\r
 </dd>\r
 <dt>\r
--c | --count\r
+-c\r
+</dt>\r
+<dt>\r
+--count\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -453,7 +495,16 @@ registered in the index file, or given tree objects.</p>
 </p>\r
 </dd>\r
 <dt>\r
---and | --or | --not | ( | )\r
+--and\r
+</dt>\r
+<dt>\r
+--or\r
+</dt>\r
+<dt>\r
+--not\r
+</dt>\r
+<dt>\r
+( &#8230; )\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -530,7 +581,7 @@ revamped by Junio C Hamano.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:44 UTC\r
+Last updated 08-Jun-2008 22:46:41 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 13b9cf770c834371efc2053d44d1f472b54ab95f..1b646b73f069e72bc6faa3a058d61ace77c9934c 100644 (file)
@@ -33,25 +33,30 @@ OPTIONS
        Instead of searching in the working tree files, check
        the blobs registered in the index file.
 
--a | --text::
+-a::
+--text::
        Process binary files as if they were text.
 
--i | --ignore-case::
+-i::
+--ignore-case::
        Ignore case differences between the patterns and the
        files.
 
 -I::
        Don't match the pattern in binary files.
 
--w | --word-regexp::
+-w::
+--word-regexp::
        Match the pattern only at word boundary (either begin at the
        beginning of a line, or preceded by a non-word character; end at
        the end of a line or followed by a non-word character).
 
--v | --invert-match::
+-v::
+--invert-match::
        Select non-matching lines.
 
--h | -H::
+-h::
+-H::
        By default, the command shows the filename for each
        match.  `-h` option is used to suppress this output.
        `-H` is there for completeness and does not do anything
@@ -64,24 +69,33 @@ OPTIONS
        option forces paths to be output relative to the project
        top directory.
 
--E | --extended-regexp | -G | --basic-regexp::
+-E::
+--extended-regexp::
+-G::
+--basic-regexp::
        Use POSIX extended/basic regexp for patterns.  Default
        is to use basic regexp.
 
--F | --fixed-strings::
+-F::
+--fixed-strings::
        Use fixed strings for patterns (don't interpret pattern
        as a regex).
 
 -n::
        Prefix the line number to matching lines.
 
--l | --files-with-matches | --name-only | -L | --files-without-match::
+-l::
+--files-with-matches::
+--name-only::
+-L::
+--files-without-match::
        Instead of showing every matched line, show only the
        names of files that contain (or do not contain) matches.
        For better compatibility with git-diff, --name-only is a
        synonym for --files-with-matches.
 
--c | --count::
+-c::
+--count::
        Instead of showing every matched line, show the number of
        lines that match.
 
@@ -103,7 +117,10 @@ OPTIONS
        scripts passing user input to grep.  Multiple patterns are
        combined by 'or'.
 
---and | --or | --not | ( | )::
+--and::
+--or::
+--not::
+( ... )::
        Specify how multiple patterns are combined using Boolean
        expressions.  `--or` is the default operator.  `--and` has
        higher precedence than `--or`.  `-e` has to be used for all
index 0fb3393ec718545528b30762f8aac282aefbba73..f46269f6d978a6907a99b90e9a30669e05282028 100644 (file)
@@ -291,7 +291,10 @@ former is internally converted into the latter.</p>
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
--a|--all\r
+-a\r
+</dt>\r
+<dt>\r
+--all\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -300,7 +303,10 @@ former is internally converted into the latter.</p>
 </p>\r
 </dd>\r
 <dt>\r
--i|--info\r
+-i\r
+</dt>\r
+<dt>\r
+--info\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -309,7 +315,10 @@ former is internally converted into the latter.</p>
 </p>\r
 </dd>\r
 <dt>\r
--m|--man\r
+-m\r
+</dt>\r
+<dt>\r
+--man\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -322,7 +331,10 @@ but the <em>man.viewer</em> configuration variable may be used to choose
 other display programs (see below).</p>\r
 </dd>\r
 <dt>\r
--w|--web\r
+-w\r
+</dt>\r
+<dt>\r
+--web\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -461,7 +473,7 @@ little. Maintenance is done by the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:45 UTC\r
+Last updated 08-Jun-2008 22:46:42 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 8994c6d4344344293453684a1e811b56819d3c81..faecd6bb907b9622aa0a6a3a9fab2665c867354e 100644 (file)
@@ -28,15 +28,18 @@ former is internally converted into the latter.
 
 OPTIONS
 -------
--a|--all::
+-a::
+--all::
        Prints all the available commands on the standard output. This
        option supersedes any other option.
 
--i|--info::
+-i::
+--info::
        Display manual page for the command in the 'info' format. The
        'info' program will be used for that purpose.
 
--m|--man::
+-m::
+--man::
        Display manual page for the command in the 'man' format. This
        option may be used to override a value set in the
        'help.format' configuration variable.
@@ -45,7 +48,8 @@ By default the 'man' program will be used to display the manual page,
 but the 'man.viewer' configuration variable may be used to choose
 other display programs (see below).
 
--w|--web::
+-w::
+--web::
        Display manual page for the command in the 'web' (HTML)
        format. A web browser will be used for that purpose.
 +
index c767a475df00d34b145e35f646ff9c3256504bde..7ba19b783ce99921a2b13d29b086fac38e8dee2c 100644 (file)
@@ -325,7 +325,10 @@ not to work and sometimes corrupts repository.</p>
 </p>\r
 </dd>\r
 <dt>\r
--d, -D\r
+-d\r
+</dt>\r
+<dt>\r
+-D\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -423,7 +426,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 08-Jun-2008 01:33:46 UTC\r
+Last updated 08-Jun-2008 22:46:42 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 143291d126f08457b0a8fcb5f2bf6c107c258636..8d32a9204978897ae2ddbf7289b763a9d994a4a7 100644 (file)
@@ -40,7 +40,8 @@ OPTIONS
        Report the list of objects being walked locally and the
        list of objects successfully sent to the remote repository.
 
--d, -D::
+-d::
+-D::
        Remove <ref> from remote repository.  The specified branch
        cannot be the remote HEAD.  If -d is specified the following
        other conditions must also be met:
index ab1e2ff8cddb517dbb96ebc02e6a81eabd1970c8..9540f5242765eaa73aee8fc2f2ebbb8621d9bf25 100644 (file)
@@ -278,7 +278,10 @@ git-init(1) Manual Page
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
--q, --quiet\r
+-q\r
+</dt>\r
+<dt>\r
+--quiet\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -421,7 +424,7 @@ add all existing file to the index
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:48 UTC\r
+Last updated 08-Jun-2008 22:46:43 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c48b615da24c7ec43d1ec54ad5a5007532352a02..792643c80916f4b72704f046c0de89d8d55fa17c 100644 (file)
@@ -16,7 +16,8 @@ OPTIONS
 
 --
 
--q, \--quiet::
+-q::
+--quiet::
 
 Only print error and warning messages, all other output will be suppressed.
 
index 68444075d01fbe6cb5289898d01ccae4f59f3614..bb9bfd69358fd82c42084a902b8f0571ee06d9ae 100644 (file)
@@ -286,7 +286,10 @@ repository.</p>
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
--l|--local\r
+-l\r
+</dt>\r
+<dt>\r
+--local\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -294,7 +297,10 @@ repository.</p>
 </p>\r
 </dd>\r
 <dt>\r
--d|--httpd\r
+-d\r
+</dt>\r
+<dt>\r
+--httpd\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -306,7 +312,10 @@ repository.</p>
 </p>\r
 </dd>\r
 <dt>\r
--m|--module-path\r
+-m\r
+</dt>\r
+<dt>\r
+--module-path\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -315,7 +324,10 @@ repository.</p>
 </p>\r
 </dd>\r
 <dt>\r
--p|--port\r
+-p\r
+</dt>\r
+<dt>\r
+--port\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -323,7 +335,10 @@ repository.</p>
 </p>\r
 </dd>\r
 <dt>\r
--b|--browser\r
+-b\r
+</dt>\r
+<dt>\r
+--browser\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -395,7 +410,7 @@ repository.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:48 UTC\r
+Last updated 08-Jun-2008 22:46:44 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 11e6a817792d6cf7e194bb10573c6288daa2af66..7da5b8d9a9af04a5bf2188523587b086301bfd67 100644 (file)
@@ -20,24 +20,29 @@ repository.
 OPTIONS
 -------
 
--l|--local::
+-l::
+--local::
        Only bind the web server to the local IP (127.0.0.1).
 
--d|--httpd::
+-d::
+--httpd::
        The HTTP daemon command-line that will be executed.
        Command-line options may be specified here, and the
        configuration file will be added at the end of the command-line.
        Currently lighttpd, apache2 and webrick are supported.
        (Default: lighttpd)
 
--m|--module-path::
+-m::
+--module-path::
        The module path (only needed if httpd is Apache).
        (Default: /usr/lib/apache2/modules)
 
--p|--port::
+-p::
+--port::
        The port number to bind the httpd to.  (Default: 1234)
 
--b|--browser::
+-b::
+--browser::
        The web browser that should be used to view the gitweb
        page. This will be passed to the 'git-web--browse' helper
        script along with the URL of the gitweb instance. See
index 16f65017453ae79bba60e453cc2ea1e994724f2a..4154c626e6f666024dc93b6e1f943d43a3534333 100644 (file)
@@ -1002,7 +1002,10 @@ special notations explained in the description, additional commit
 limiting may be applied.</p>\r
 <dl>\r
 <dt>\r
--n <em>number</em>, --max-count=<em>number</em>\r
+-n <em>number</em>\r
+</dt>\r
+<dt>\r
+--max-count=<em>number</em>\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -1018,7 +1021,10 @@ limiting may be applied.</p>
 </p>\r
 </dd>\r
 <dt>\r
---since=<em>date</em>, --after=<em>date</em>\r
+--since=<em>date</em>\r
+</dt>\r
+<dt>\r
+--after=<em>date</em>\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -1026,7 +1032,10 @@ limiting may be applied.</p>
 </p>\r
 </dd>\r
 <dt>\r
---until=<em>date</em>, --before=<em>date</em>\r
+--until=<em>date</em>\r
+</dt>\r
+<dt>\r
+--before=<em>date</em>\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -1034,7 +1043,10 @@ limiting may be applied.</p>
 </p>\r
 </dd>\r
 <dt>\r
---author=<em>pattern</em>, --committer=<em>pattern</em>\r
+--author=<em>pattern</em>\r
+</dt>\r
+<dt>\r
+--committer=<em>pattern</em>\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -1052,7 +1064,10 @@ limiting may be applied.</p>
 </p>\r
 </dd>\r
 <dt>\r
--i, --regexp-ignore-case\r
+-i\r
+</dt>\r
+<dt>\r
+--regexp-ignore-case\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -1060,7 +1075,10 @@ limiting may be applied.</p>
 </p>\r
 </dd>\r
 <dt>\r
--E, --extended-regexp\r
+-E\r
+</dt>\r
+<dt>\r
+--extended-regexp\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -1069,7 +1087,10 @@ limiting may be applied.</p>
 </p>\r
 </dd>\r
 <dt>\r
--F, --fixed-strings\r
+-F\r
+</dt>\r
+<dt>\r
+--fixed-strings\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -1155,7 +1176,10 @@ excluded from the output.
 </p>\r
 </dd>\r
 <dt>\r
--g, --walk-reflogs\r
+-g\r
+</dt>\r
+<dt>\r
+--walk-reflogs\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -1193,7 +1217,10 @@ See also <a href="git-reflog.html">git-reflog(1)</a>.</p>
 </p>\r
 </dd>\r
 <dt>\r
---dense, --sparse\r
+--dense\r
+</dt>\r
+<dt>\r
+--sparse\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -1913,7 +1940,7 @@ reversible operation.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:48 UTC\r
+Last updated 08-Jun-2008 22:46:44 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c30160f05ca93e74dc847f16da1618d2a9ac7f0b..0c873b86835b4c1a8b77508e761f508f2e03ff8d 100644 (file)
@@ -295,7 +295,10 @@ shown:</p>
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
--c|--cached\r
+-c\r
+</dt>\r
+<dt>\r
+--cached\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -303,7 +306,10 @@ shown:</p>
 </p>\r
 </dd>\r
 <dt>\r
--d|--deleted\r
+-d\r
+</dt>\r
+<dt>\r
+--deleted\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -311,7 +317,10 @@ shown:</p>
 </p>\r
 </dd>\r
 <dt>\r
--m|--modified\r
+-m\r
+</dt>\r
+<dt>\r
+--modified\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -319,7 +328,10 @@ shown:</p>
 </p>\r
 </dd>\r
 <dt>\r
--o|--others\r
+-o\r
+</dt>\r
+<dt>\r
+--others\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -327,7 +339,10 @@ shown:</p>
 </p>\r
 </dd>\r
 <dt>\r
--i|--ignored\r
+-i\r
+</dt>\r
+<dt>\r
+--ignored\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -336,7 +351,10 @@ shown:</p>
 </p>\r
 </dd>\r
 <dt>\r
--s|--stage\r
+-s\r
+</dt>\r
+<dt>\r
+--stage\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -361,7 +379,10 @@ shown:</p>
 </p>\r
 </dd>\r
 <dt>\r
--u|--unmerged\r
+-u\r
+</dt>\r
+<dt>\r
+--unmerged\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -369,7 +390,10 @@ shown:</p>
 </p>\r
 </dd>\r
 <dt>\r
--k|--killed\r
+-k\r
+</dt>\r
+<dt>\r
+--killed\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -387,7 +411,10 @@ shown:</p>
 </p>\r
 </dd>\r
 <dt>\r
--x|--exclude=&lt;pattern&gt;\r
+-x &lt;pattern&gt;\r
+</dt>\r
+<dt>\r
+--exclude=&lt;pattern&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -396,7 +423,10 @@ shown:</p>
 </p>\r
 </dd>\r
 <dt>\r
--X|--exclude-from=&lt;file&gt;\r
+-X &lt;file&gt;\r
+</dt>\r
+<dt>\r
+--exclude-from=&lt;file&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -626,7 +656,7 @@ pattern file appears in.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:51 UTC\r
+Last updated 08-Jun-2008 22:46:45 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 1b0b212245dddf7eae3fe20d6b5a2ac27d259ce8..560594e25fdb4ef73aaaba55576c41d704f9ef8b 100644 (file)
@@ -30,23 +30,29 @@ shown:
 
 OPTIONS
 -------
--c|--cached::
+-c::
+--cached::
        Show cached files in the output (default)
 
--d|--deleted::
+-d::
+--deleted::
        Show deleted files in the output
 
--m|--modified::
+-m::
+--modified::
        Show modified files in the output
 
--o|--others::
+-o::
+--others::
        Show other files in the output
 
--i|--ignored::
+-i::
+--ignored::
        Show ignored files in the output.
        Note that this also reverses any exclude list present.
 
--s|--stage::
+-s::
+--stage::
        Show stage files in the output
 
 --directory::
@@ -56,10 +62,12 @@ OPTIONS
 --no-empty-directory::
        Do not list empty directories. Has no effect without --directory.
 
--u|--unmerged::
+-u::
+--unmerged::
        Show unmerged files in the output (forces --stage)
 
--k|--killed::
+-k::
+--killed::
        Show files on the filesystem that need to be removed due
        to file/directory conflicts for checkout-index to
        succeed.
@@ -67,11 +75,13 @@ OPTIONS
 -z::
        \0 line termination on output.
 
--x|--exclude=<pattern>::
+-x <pattern>::
+--exclude=<pattern>::
        Skips files matching pattern.
        Note that pattern is a shell wildcard pattern.
 
--X|--exclude-from=<file>::
+-X <file>::
+--exclude-from=<file>::
        exclude patterns are read from <file>; 1 per line.
 
 --exclude-per-directory=<file>::
index d3b816e128f7b1f4006a253faede466c81b152f8..5253d8dea210dc97d041128f578b60978ef55d79 100644 (file)
@@ -285,7 +285,16 @@ commit IDs.</p>
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
--h|--heads, -t|--tags\r
+-h\r
+</dt>\r
+<dt>\r
+--heads\r
+</dt>\r
+<dt>\r
+-t\r
+</dt>\r
+<dt>\r
+--tags\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -296,7 +305,10 @@ commit IDs.</p>
 </p>\r
 </dd>\r
 <dt>\r
--u &lt;exec&gt;, --upload-pack=&lt;exec&gt;\r
+-u &lt;exec&gt;\r
+</dt>\r
+<dt>\r
+--upload-pack=&lt;exec&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -361,7 +373,7 @@ c5db5456ae3b0873fc659c19fafdde22313cc441        refs/tags/v0.99.2
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:50 UTC\r
+Last updated 08-Jun-2008 22:46:47 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 8ad7a94f950068313722337610d336f761b70e72..f92f3ca1860f9d3e0d5b3f21674a9c2baf61b4d9 100644 (file)
@@ -20,13 +20,17 @@ commit IDs.
 
 OPTIONS
 -------
--h|--heads, -t|--tags::
+-h::
+--heads::
+-t::
+--tags::
        Limit to only refs/heads and refs/tags, respectively.
        These options are _not_ mutually exclusive; when given
        both, references stored in refs/heads and refs/tags are
        displayed.
 
--u <exec>, --upload-pack=<exec>::
+-u <exec>::
+--upload-pack=<exec>::
        Specify the full path of linkgit:git-upload-pack[1] on the remote
        host. This allows listing references from repositories accessed via
        SSH and where the SSH daemon does not use the PATH configured by the
index 198144f37a87249ceecfe3f5bc6c2b6250f9e469..68420e3db5a658f180d83b202fd9b80068d7032b 100644 (file)
@@ -298,7 +298,10 @@ new scripts.  It is the same as <tt>git merge -m &lt;msg&gt; &lt;remote&gt;</tt>
 </p>\r
 </dd>\r
 <dt>\r
--n, --no-stat\r
+-n\r
+</dt>\r
+<dt>\r
+--no-stat\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -306,7 +309,10 @@ new scripts.  It is the same as <tt>git merge -m &lt;msg&gt; &lt;remote&gt;</tt>
 </p>\r
 </dd>\r
 <dt>\r
---summary, --no-summary\r
+--summary\r
+</dt>\r
+<dt>\r
+--no-summary\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -395,7 +401,10 @@ new scripts.  It is the same as <tt>git merge -m &lt;msg&gt; &lt;remote&gt;</tt>
 </p>\r
 </dd>\r
 <dt>\r
--s &lt;strategy&gt;, --strategy=&lt;strategy&gt;\r
+-s &lt;strategy&gt;\r
+</dt>\r
+<dt>\r
+--strategy=&lt;strategy&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -749,7 +758,7 @@ Resolve the conflicts.  <tt>git-diff</tt> would report only the
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:55 UTC\r
+Last updated 08-Jun-2008 22:46:48 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 97ddb91b33b977317a85d690fccfa2266e127e1d..7b9b61632b86bee3ceee53639c4ef486a0619c76 100644 (file)
@@ -312,7 +312,10 @@ committed.</p>
 </p>\r
 </dd>\r
 <dt>\r
--n, --dry-run\r
+-n\r
+</dt>\r
+<dt>\r
+--dry-run\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -337,7 +340,7 @@ Move functionality added by Josef Weidendorfer &lt;Josef.Weidendorfer@gmx.de&gt;
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:56 UTC\r
+Last updated 08-Jun-2008 22:46:50 UTC\r
 </div>\r
 </div>\r
 </body>\r
index fb485de2c85b369bbbcfc7974825448b1c5b7ff0..339190600a292eca9b56771316118481236d46fb 100644 (file)
@@ -34,7 +34,8 @@ OPTIONS
        condition. An error happens when a source is neither existing nor
         controlled by GIT, or when it would overwrite an existing
         file unless '-f' is given.
--n, \--dry-run::
+-n::
+--dry-run::
        Do nothing; only show what would happen
 
 
index 28b7b0824a34ac395aa0694f5503a4cab41341c5..e85db1b824406db030054b050ccbcd413c98491e 100644 (file)
@@ -329,6 +329,23 @@ format parsable by git-rev-parse.</p>
         cannot be combined with --stdin.\r
 </p>\r
 </dd>\r
+<dt>\r
+--no-undefined\r
+</dt>\r
+<dd>\r
+<p>\r
+        Die with error code != 0 when a reference is undefined,\r
+        instead of printing <tt>undefined</tt>.\r
+</p>\r
+</dd>\r
+<dt>\r
+--always\r
+</dt>\r
+<dd>\r
+<p>\r
+        Show uniquely abbreviated commit object as fallback.\r
+</p>\r
+</dd>\r
 </dl>\r
 </div>\r
 <h2>EXAMPLE</h2>\r
@@ -364,7 +381,7 @@ not the context.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:56 UTC\r
+Last updated 08-Jun-2008 22:46:50 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 12784d737296544c7b32f3f41c8ca25988d2421d..ffac3f8f564bf5f5e2ca317b986db9b01f5dc026 100644 (file)
@@ -41,6 +41,13 @@ OPTIONS
        of linkgit:git-describe[1] more closely.  This option
        cannot be combined with --stdin.
 
+--no-undefined::
+       Die with error code != 0 when a reference is undefined,
+       instead of printing `undefined`.
+
+--always::
+       Show uniquely abbreviated commit object as fallback.
+
 EXAMPLE
 -------
 
index dc7108277d150ad05cf522faff542359322ce30d..12673e8ff0b88f1f7e20d0ca8216095cd3d990c8 100644 (file)
@@ -369,7 +369,10 @@ base-name
 </p>\r
 </dd>\r
 <dt>\r
---window=[N], --depth=[N]\r
+--window=[N]\r
+</dt>\r
+<dt>\r
+--depth=[N]\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -577,7 +580,7 @@ base-name
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:57 UTC\r
+Last updated 08-Jun-2008 22:46:51 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d5a87effa4b3f15895eb8956cd4180f71a32dff7..f4d8d68e34b223f6ed06bceca706f9b91232c15f 100644 (file)
@@ -79,7 +79,8 @@ base-name::
        reference was included in the resulting packfile.  This
        can be useful to send new tags to native git clients.
 
---window=[N], --depth=[N]::
+--window=[N]::
+--depth=[N]::
        These two options affect how the objects contained in
        the pack are stored using delta compression.  The
        objects are first internally sorted by type, size and
index 322268295444331275d93af9ee7d5b2f4b8b8311..007dc0763416ab01022d04e4b655252c3c17c754 100644 (file)
@@ -336,7 +336,7 @@ hierarchy after packing them.  This option tells it not to.
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:58 UTC\r
+Last updated 08-Jun-2008 22:46:52 UTC\r
 </div>\r
 </div>\r
 </body>\r
index fa486813747135d9592ff6a117bb8568524de7cc..c0718468d563e7ee5f8bd37c5f583ec7dc9d3d62 100644 (file)
@@ -42,7 +42,7 @@ unpacked.
 OPTIONS
 -------
 
-\--all::
+--all::
 
 The command by default packs all tags and refs that are already
 packed, and leaves other refs
@@ -51,7 +51,7 @@ developed and packing their tips does not help performance.
 This option causes branch tips to be packed as well.  Useful for
 a repository with many branches of historical interests.
 
-\--no-prune::
+--no-prune::
 
 The command usually removes loose refs under `$GIT_DIR/refs`
 hierarchy after packing them.  This option tells it not to.
index 06041b53ed6536f2b67c31d95023f9e95d155907..f2c5f24be5536a94d8f4f201d29b3c841c4e26b2 100644 (file)
@@ -332,7 +332,7 @@ git-peek-remote(1) Manual Page
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:33:59 UTC\r
+Last updated 08-Jun-2008 22:46:53 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 56be1b611892799819d7aeae64496a53c0efba08..ffbf93a7993cee0386c42bef1c827a8488f04d8e 100644 (file)
@@ -16,7 +16,7 @@ This command is deprecated; use `git-ls-remote` instead.
 
 OPTIONS
 -------
-\--upload-pack=<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
index 524479ab3c6a7e9e6531fd929330124ddbb7a1d7..41b269304fae2e062c605a326a5080a6196eed4b 100644 (file)
@@ -373,7 +373,7 @@ git-fsck's --unreachable option.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:00 UTC\r
+Last updated 08-Jun-2008 22:46:53 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 7283d07a0ebac9128906f5e5262331a96dd736ca..ec335d6fab6e9639a7f7d93c5b88002e2192fd4c 100644 (file)
@@ -37,7 +37,7 @@ OPTIONS
 \--::
        Do not interpret any more arguments as options.
 
-\--expire <time>::
+--expire <time>::
        Only expire loose objects older than <time>.
 
 <head>...::
index 2e13520279e96e71f9067ddcdd859ee9ea2aa9b5..77107a4a32bbdc5418b8a147c51fbd89704855d8 100644 (file)
@@ -298,7 +298,10 @@ when merging local branches into the current branch.</p>
 </p>\r
 </dd>\r
 <dt>\r
--n, --no-stat\r
+-n\r
+</dt>\r
+<dt>\r
+--no-stat\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -306,7 +309,10 @@ when merging local branches into the current branch.</p>
 </p>\r
 </dd>\r
 <dt>\r
---summary, --no-summary\r
+--summary\r
+</dt>\r
+<dt>\r
+--no-summary\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -395,7 +401,10 @@ when merging local branches into the current branch.</p>
 </p>\r
 </dd>\r
 <dt>\r
--s &lt;strategy&gt;, --strategy=&lt;strategy&gt;\r
+-s &lt;strategy&gt;\r
+</dt>\r
+<dt>\r
+--strategy=&lt;strategy&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -434,7 +443,10 @@ unless you have read <a href="git-rebase.html">git-rebase(1)</a> carefully.</p>
 </p>\r
 </dd>\r
 <dt>\r
--q, --quiet\r
+-q\r
+</dt>\r
+<dt>\r
+--quiet\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -443,7 +455,10 @@ unless you have read <a href="git-rebase.html">git-rebase(1)</a> carefully.</p>
 </p>\r
 </dd>\r
 <dt>\r
--v, --verbose\r
+-v\r
+</dt>\r
+<dt>\r
+--verbose\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -451,7 +466,10 @@ unless you have read <a href="git-rebase.html">git-rebase(1)</a> carefully.</p>
 </p>\r
 </dd>\r
 <dt>\r
--a, --append\r
+-a\r
+</dt>\r
+<dt>\r
+--append\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -472,7 +490,10 @@ unless you have read <a href="git-rebase.html">git-rebase(1)</a> carefully.</p>
 </p>\r
 </dd>\r
 <dt>\r
--f, --force\r
+-f\r
+</dt>\r
+<dt>\r
+--force\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -494,7 +515,10 @@ unless you have read <a href="git-rebase.html">git-rebase(1)</a> carefully.</p>
 </p>\r
 </dd>\r
 <dt>\r
--t, --tags\r
+-t\r
+</dt>\r
+<dt>\r
+--tags\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -507,7 +531,10 @@ unless you have read <a href="git-rebase.html">git-rebase(1)</a> carefully.</p>
 </p>\r
 </dd>\r
 <dt>\r
--k, --keep\r
+-k\r
+</dt>\r
+<dt>\r
+--keep\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -515,7 +542,10 @@ unless you have read <a href="git-rebase.html">git-rebase(1)</a> carefully.</p>
 </p>\r
 </dd>\r
 <dt>\r
--u, --update-head-ok\r
+-u\r
+</dt>\r
+<dt>\r
+--update-head-ok\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -1065,7 +1095,7 @@ Junio C Hamano and the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:00 UTC\r
+Last updated 08-Jun-2008 22:46:54 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5c522ced980dd2d457608f37de725bc13eb5b855..5f55f6494a1a66daf8ba77d8a1f709ca9dc55103 100644 (file)
@@ -30,7 +30,7 @@ include::merge-options.txt[]
 
 :git-pull: 1
 
-\--rebase::
+--rebase::
        Instead of a merge, perform a rebase after fetching.  If
        there is a remote ref for the upstream branch, and this branch
        was rebased since last fetched, the rebase uses that information
@@ -43,8 +43,8 @@ It rewrites history, which does not bode well when you
 published that history already.  Do *not* use this option
 unless you have read linkgit:git-rebase[1] carefully.
 
-\--no-rebase::
-       Override earlier \--rebase.
+--no-rebase::
+       Override earlier --rebase.
 
 include::fetch-options.txt[]
 
index 3150c235925f18d67cce1b20f33b9b13cc2fc331..156bd35a11292e80aa26a104dd0f2aafdec08a5e 100644 (file)
@@ -389,7 +389,10 @@ nor in any Push line of the corresponding remotes file---see below).</p>
 </p>\r
 </dd>\r
 <dt>\r
--f, --force\r
+-f\r
+</dt>\r
+<dt>\r
+--force\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -409,7 +412,10 @@ nor in any Push line of the corresponding remotes file---see below).</p>
 </p>\r
 </dd>\r
 <dt>\r
---thin, --no-thin\r
+--thin\r
+</dt>\r
+<dt>\r
+--no-thin\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -419,7 +425,10 @@ nor in any Push line of the corresponding remotes file---see below).</p>
 </p>\r
 </dd>\r
 <dt>\r
--v, --verbose\r
+-v\r
+</dt>\r
+<dt>\r
+--verbose\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -759,7 +768,7 @@ by Linus Torvalds &lt;torvalds@osdl.org&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:01 UTC\r
+Last updated 08-Jun-2008 22:46:55 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 9d8c379717f2618746fc32baa84a771160e8364a..89e0049bce1367f308c58d3306266f93a6cd7b75 100644 (file)
@@ -61,11 +61,11 @@ already exists on the remote side.  This is the default operation mode
 if no explicit refspec is found (that is neither on the command line
 nor in any Push line of the corresponding remotes file---see below).
 
-\--all::
+--all::
        Instead of naming each ref to push, specifies that all
        refs under `$GIT_DIR/refs/heads/` be pushed.
 
-\--mirror::
+--mirror::
        Instead of naming each ref to push, specifies that all
        refs under `$GIT_DIR/refs/heads/` and `$GIT_DIR/refs/tags/`
        be mirrored to the remote repository.  Newly created local
@@ -75,39 +75,42 @@ nor in any Push line of the corresponding remotes file---see below).
        if the configuration option `remote.<remote>.mirror` is
        set.
 
-\--dry-run::
+--dry-run::
        Do everything except actually send the updates.
 
-\--tags::
+--tags::
        All refs under `$GIT_DIR/refs/tags` are pushed, in
        addition to refspecs explicitly listed on the command
        line.
 
-\--receive-pack=<git-receive-pack>::
+--receive-pack=<git-receive-pack>::
        Path to the 'git-receive-pack' program on the remote
        end.  Sometimes useful when pushing to a remote
        repository over ssh, and you do not have the program in
        a directory on the default $PATH.
 
-\--exec=<git-receive-pack>::
+--exec=<git-receive-pack>::
        Same as \--receive-pack=<git-receive-pack>.
 
--f, \--force::
+-f::
+--force::
        Usually, the command refuses to update a remote ref that is
        not an ancestor of the local ref used to overwrite it.
        This flag disables the check.  This can cause the
        remote repository to lose commits; use it with care.
 
-\--repo=<repo>::
+--repo=<repo>::
        When no repository is specified the command defaults to
        "origin"; this overrides it.
 
-\--thin, \--no-thin::
+--thin::
+--no-thin::
        These options are passed to `git-send-pack`.  Thin
        transfer spends extra cycles to minimize the number of
        objects to be sent and meant to be used on slower connection.
 
--v, \--verbose::
+-v::
+--verbose::
        Run verbosely.
 
 include::urls-remotes.txt[]
index f14a8f11250ecc7e795b49117597fd380c29ea4c..719f1e376322caad3f9863e934b4ac19c66843fc 100644 (file)
@@ -292,6 +292,9 @@ preserved as the 1 line subject in the git description.</p>
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
+-n\r
+</dt>\r
+<dt>\r
 --dry-run\r
 </dt>\r
 <dd>\r
@@ -339,7 +342,7 @@ variable.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:01 UTC\r
+Last updated 08-Jun-2008 22:46:56 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d0bc182c7454b828fdc6e429c9b9d350fb9a93c9..0600379394ee7c2b00743379170b9a4718bf7db6 100644 (file)
@@ -29,6 +29,8 @@ preserved as the 1 line subject in the git description.
 
 OPTIONS
 -------
+
+-n::
 --dry-run::
        Walk through the patches in the series and warn
        if we cannot find all of the necessary information to commit
index d8ac7ea2856698f35216236b4c2a7c07db28e186..c12560270e5d12e48081e4b9796ad0461effa142 100644 (file)
@@ -492,7 +492,10 @@ desired resolution, you can continue the rebasing process with</p>
 </p>\r
 </dd>\r
 <dt>\r
--m, --merge\r
+-m\r
+</dt>\r
+<dt>\r
+--merge\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -502,7 +505,10 @@ desired resolution, you can continue the rebasing process with</p>
 </p>\r
 </dd>\r
 <dt>\r
--s &lt;strategy&gt;, --strategy=&lt;strategy&gt;\r
+-s &lt;strategy&gt;\r
+</dt>\r
+<dt>\r
+--strategy=&lt;strategy&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -514,7 +520,10 @@ desired resolution, you can continue the rebasing process with</p>
 </p>\r
 </dd>\r
 <dt>\r
--v, --verbose\r
+-v\r
+</dt>\r
+<dt>\r
+--verbose\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -542,7 +551,10 @@ desired resolution, you can continue the rebasing process with</p>
 </p>\r
 </dd>\r
 <dt>\r
--i, --interactive\r
+-i\r
+</dt>\r
+<dt>\r
+--interactive\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -552,7 +564,10 @@ desired resolution, you can continue the rebasing process with</p>
 </p>\r
 </dd>\r
 <dt>\r
--p, --preserve-merges\r
+-p\r
+</dt>\r
+<dt>\r
+--preserve-merges\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -843,7 +858,7 @@ Johannes E. Schindelin &lt;johannes.schindelin@gmx.de&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:02 UTC\r
+Last updated 08-Jun-2008 22:46:57 UTC\r
 </div>\r
 </div>\r
 </body>\r
index cc48beec750ff32ad439efcffb3dd19a2b1eedfb..7166414355e7469c5aeae0262f3902ce7398c989 100644 (file)
@@ -213,19 +213,22 @@ OPTIONS
 --skip::
        Restart the rebasing process by skipping the current patch.
 
--m, \--merge::
+-m::
+--merge::
        Use merging strategies to rebase.  When the recursive (default) merge
        strategy is used, this allows rebase to be aware of renames on the
        upstream side.
 
--s <strategy>, \--strategy=<strategy>::
+-s <strategy>::
+--strategy=<strategy>::
        Use the given merge strategy; can be supplied more than
        once to specify them in the order they should be tried.
        If there is no `-s` option, a built-in list of strategies
        is used instead (`git-merge-recursive` when merging a single
        head, `git-merge-octopus` otherwise).  This implies --merge.
 
--v, \--verbose::
+-v::
+--verbose::
        Display a diffstat of what changed upstream since the last rebase.
 
 -C<n>::
@@ -238,12 +241,14 @@ OPTIONS
        This flag is passed to the `git-apply` program
        (see linkgit:git-apply[1]) that applies the patch.
 
--i, \--interactive::
+-i::
+--interactive::
        Make a list of the commits which are about to be rebased.  Let the
        user edit that list before rebasing.  This mode can also be used to
        split commits (see SPLITTING COMMITS below).
 
--p, \--preserve-merges::
+-p::
+--preserve-merges::
        Instead of ignoring merges, try to recreate them.  This option
        only works in interactive mode.
 
index 60c6b74864d6c76e7f9577e2191f0484f5add6f2..845cd560593aeab2c377493c86513109bf334ec1 100644 (file)
@@ -273,7 +273,7 @@ git-remote(1) Manual Page
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
 <div class="verseblock">\r
-<div class="content"><em>git-remote</em>\r
+<div class="content"><em>git-remote</em> [-v | --verbose]\r
 <em>git-remote</em> add [-t &lt;branch&gt;] [-m &lt;master&gt;] [-f] [--mirror] &lt;name&gt; &lt;url&gt;\r
 <em>git-remote</em> rm &lt;name&gt;\r
 <em>git-remote</em> show &lt;name&gt;\r
@@ -284,6 +284,22 @@ git-remote(1) Manual Page
 <div class="sectionbody">\r
 <p>Manage the set of repositories ("remotes") whose branches you track.</p>\r
 </div>\r
+<h2>OPTIONS</h2>\r
+<div class="sectionbody">\r
+<dl>\r
+<dt>\r
+-v\r
+</dt>\r
+<dt>\r
+--verbose\r
+</dt>\r
+<dd>\r
+<p>\r
+        Be a little more verbose and show remote url after name.\r
+</p>\r
+</dd>\r
+</dl>\r
+</div>\r
 <h2>COMMANDS</h2>\r
 <div class="sectionbody">\r
 <p>With no arguments, shows a list of existing remotes.  Several\r
@@ -430,7 +446,7 @@ $ git merge origin</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:04 UTC\r
+Last updated 08-Jun-2008 22:46:57 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e97dc0929678dfec9266d12e02e7ddf3c29bb797..782b0554cfcd279f45aa4e9164749152615fa160 100644 (file)
@@ -9,7 +9,7 @@ git-remote - manage set of tracked repositories
 SYNOPSIS
 --------
 [verse]
-'git-remote'
+'git-remote' [-v | --verbose]
 'git-remote' add [-t <branch>] [-m <master>] [-f] [--mirror] <name> <url>
 'git-remote' rm <name>
 'git-remote' show <name>
@@ -22,6 +22,14 @@ DESCRIPTION
 Manage the set of repositories ("remotes") whose branches you track.
 
 
+OPTIONS
+-------
+
+-v::
+--verbose::
+       Be a little more verbose and show remote url after name.
+
+
 COMMANDS
 --------
 
index 54690eec906dd4b3279985f5c05ff940d49d9f1e..b6dab09829c33166d0e538c358d94291426f0c57 100644 (file)
@@ -370,7 +370,10 @@ engines, disk storage, etc.</p>
 </p>\r
 </dd>\r
 <dt>\r
---window=[N], --depth=[N]\r
+--window=[N]\r
+</dt>\r
+<dt>\r
+--depth=[N]\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -443,7 +446,7 @@ that way can try to use older git with it).</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:06 UTC\r
+Last updated 08-Jun-2008 22:46:58 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 793dccaa9d67563a3dd3340d24d1bd66ddef7589..04d6f1fbc445efc8046e09fa70e9340d1374ea65 100644 (file)
@@ -73,7 +73,8 @@ OPTIONS
        this repository (or a direct copy of it)
        over HTTP or FTP.  See gitlink:git-update-server-info[1].
 
---window=[N], --depth=[N]::
+--window=[N]::
+--depth=[N]::
        These two options affect how the objects contained in the pack are
        stored using delta compression. The objects are first internally
        sorted by type, size and optionally names and compared against the
index f462ca9ece80ec0077444523542025fbe63269d5..66afe2b699b880f01ba2157af659508f9972cfdf 100644 (file)
@@ -541,7 +541,10 @@ special notations explained in the description, additional commit
 limiting may be applied.</p>\r
 <dl>\r
 <dt>\r
--n <em>number</em>, --max-count=<em>number</em>\r
+-n <em>number</em>\r
+</dt>\r
+<dt>\r
+--max-count=<em>number</em>\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -557,7 +560,10 @@ limiting may be applied.</p>
 </p>\r
 </dd>\r
 <dt>\r
---since=<em>date</em>, --after=<em>date</em>\r
+--since=<em>date</em>\r
+</dt>\r
+<dt>\r
+--after=<em>date</em>\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -565,7 +571,10 @@ limiting may be applied.</p>
 </p>\r
 </dd>\r
 <dt>\r
---until=<em>date</em>, --before=<em>date</em>\r
+--until=<em>date</em>\r
+</dt>\r
+<dt>\r
+--before=<em>date</em>\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -573,7 +582,10 @@ limiting may be applied.</p>
 </p>\r
 </dd>\r
 <dt>\r
---max-age=<em>timestamp</em>, --min-age=<em>timestamp</em>\r
+--max-age=<em>timestamp</em>\r
+</dt>\r
+<dt>\r
+--min-age=<em>timestamp</em>\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -581,7 +593,10 @@ limiting may be applied.</p>
 </p>\r
 </dd>\r
 <dt>\r
---author=<em>pattern</em>, --committer=<em>pattern</em>\r
+--author=<em>pattern</em>\r
+</dt>\r
+<dt>\r
+--committer=<em>pattern</em>\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -599,7 +614,10 @@ limiting may be applied.</p>
 </p>\r
 </dd>\r
 <dt>\r
--i, --regexp-ignore-case\r
+-i\r
+</dt>\r
+<dt>\r
+--regexp-ignore-case\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -607,7 +625,10 @@ limiting may be applied.</p>
 </p>\r
 </dd>\r
 <dt>\r
--E, --extended-regexp\r
+-E\r
+</dt>\r
+<dt>\r
+--extended-regexp\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -616,7 +637,10 @@ limiting may be applied.</p>
 </p>\r
 </dd>\r
 <dt>\r
--F, --fixed-strings\r
+-F\r
+</dt>\r
+<dt>\r
+--fixed-strings\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -723,7 +747,10 @@ excluded from the output.
 </p>\r
 </dd>\r
 <dt>\r
--g, --walk-reflogs\r
+-g\r
+</dt>\r
+<dt>\r
+--walk-reflogs\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -761,7 +788,10 @@ See also <a href="git-reflog.html">git-reflog(1)</a>.</p>
 </p>\r
 </dd>\r
 <dt>\r
---dense, --sparse\r
+--dense\r
+</dt>\r
+<dt>\r
+--sparse\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -1225,7 +1255,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 08-Jun-2008 01:34:08 UTC\r
+Last updated 08-Jun-2008 22:46:59 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b53260b0818d8ff18e9af56ab67feb530d220b88..c1a454061e27cbb6cefdf042aa166e21f092309c 100644 (file)
@@ -356,7 +356,10 @@ distinguish between them.</p>
 </p>\r
 </dd>\r
 <dt>\r
--q, --quiet\r
+-q\r
+</dt>\r
+<dt>\r
+--quiet\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -498,7 +501,10 @@ distinguish between them.</p>
 </p>\r
 </dd>\r
 <dt>\r
---short, --short=number\r
+--short\r
+</dt>\r
+<dt>\r
+--short=number\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -508,7 +514,10 @@ distinguish between them.</p>
 </p>\r
 </dd>\r
 <dt>\r
---since=datestring, --after=datestring\r
+--since=datestring\r
+</dt>\r
+<dt>\r
+--after=datestring\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -517,7 +526,10 @@ distinguish between them.</p>
 </p>\r
 </dd>\r
 <dt>\r
---until=datestring, --before=datestring\r
+--until=datestring\r
+</dt>\r
+<dt>\r
+--before=datestring\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -901,7 +913,7 @@ Junio C Hamano &lt;junkio@cox.net&gt; and Pierre Habouzit &lt;madcoder@debian.or
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:08 UTC\r
+Last updated 08-Jun-2008 22:46:59 UTC\r
 </div>\r
 </div>\r
 </body>\r
index a0ef1fd55062754cbcabcb660351bb6f0b1a1ca7..9e273bc5a6ee091ad7b81254228d33fd4df5541e 100644 (file)
@@ -52,7 +52,8 @@ OPTIONS
        The parameter given must be usable as a single, valid
        object name.  Otherwise barf and abort.
 
--q, --quiet::
+-q::
+--quiet::
        Only meaningful in `--verify` mode. Do not output an error
        message if the first argument is not a valid object name;
        instead exit with non-zero status silently.
@@ -119,16 +120,19 @@ OPTIONS
 --is-bare-repository::
        When the repository is bare print "true", otherwise "false".
 
---short, --short=number::
+--short::
+--short=number::
        Instead of outputting the full SHA1 values of object names try to
        abbreviate them to a shorter unique name. When no length is specified
        7 is used. The minimum length is 4.
 
---since=datestring, --after=datestring::
+--since=datestring::
+--after=datestring::
        Parses the date string, and outputs corresponding
        --max-age= parameter for git-rev-list command.
 
---until=datestring, --before=datestring::
+--until=datestring::
+--before=datestring::
        Parses the date string, and outputs corresponding
        --min-age= parameter for git-rev-list command.
 
index c167cd5ebb02be668c4967dc44688be50ed5231a..0766f143d92c60ac84acc004e75eb4e6de27c183 100644 (file)
@@ -294,7 +294,10 @@ modifications from the HEAD commit).</p>
 </p>\r
 </dd>\r
 <dt>\r
--e|--edit\r
+-e\r
+</dt>\r
+<dt>\r
+--edit\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -304,7 +307,10 @@ modifications from the HEAD commit).</p>
 </p>\r
 </dd>\r
 <dt>\r
--m parent-number|--mainline parent-number\r
+-m parent-number\r
+</dt>\r
+<dt>\r
+--mainline parent-number\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -325,7 +331,10 @@ modifications from the HEAD commit).</p>
 </p>\r
 </dd>\r
 <dt>\r
--n|--no-commit\r
+-n\r
+</dt>\r
+<dt>\r
+--no-commit\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -342,7 +351,10 @@ modifications from the HEAD commit).</p>
 effect to your working tree in a row.</p>\r
 </dd>\r
 <dt>\r
--s|--signoff\r
+-s\r
+</dt>\r
+<dt>\r
+--signoff\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -365,7 +377,7 @@ effect to your working tree in a row.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:07 UTC\r
+Last updated 08-Jun-2008 22:46:58 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5e6adfcea378771c19bb79563463875c6e7f513e..5b49b813862c5318701e40f1a798ca04cd1d3a63 100644 (file)
@@ -22,12 +22,14 @@ OPTIONS
        For a more complete list of ways to spell commit names, see
        "SPECIFYING REVISIONS" section in linkgit:git-rev-parse[1].
 
--e|--edit::
+-e::
+--edit::
        With this option, `git-revert` will let you edit the commit
        message prior to committing the revert. This is the default if
        you run the command from a terminal.
 
--m parent-number|--mainline parent-number::
+-m parent-number::
+--mainline parent-number::
        Usually you cannot revert a merge because you do not know which
        side of the merge should be considered the mainline.  This
        option specifies the parent number (starting from 1) of
@@ -38,7 +40,8 @@ OPTIONS
        With this option, `git-revert` will not start the commit
        message editor.
 
--n|--no-commit::
+-n::
+--no-commit::
        Usually the command automatically creates a commit with
        a commit log message stating which commit was reverted.
        This flag applies the change necessary to revert the
@@ -51,7 +54,8 @@ OPTIONS
 This is useful when reverting more than one commits'
 effect to your working tree in a row.
 
--s|--signoff::
+-s::
+--signoff::
        Add Signed-off-by line at the end of the commit message.
 
 
index 9855a972f202f7956c7ff8b9cec1162fa8217a0b..ceac287202281b8db74280c11baea987ea9ad997 100644 (file)
@@ -314,7 +314,10 @@ allowing the file to be removed from just the index.</p>
 </p>\r
 </dd>\r
 <dt>\r
--n, --dry-run\r
+-n\r
+</dt>\r
+<dt>\r
+--dry-run\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -361,7 +364,10 @@ allowing the file to be removed from just the index.</p>
 </p>\r
 </dd>\r
 <dt>\r
--q, --quiet\r
+-q\r
+</dt>\r
+<dt>\r
+--quiet\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -427,7 +433,7 @@ git-rm -f git-*.sh
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:10 UTC\r
+Last updated 08-Jun-2008 22:47:00 UTC\r
 </div>\r
 </div>\r
 </body>\r
index da3fe59135bfc682f91f419f6301240aafed2c85..d88554bedcaa9acdf8828e9abe6d5169e32446a3 100644 (file)
@@ -38,7 +38,8 @@ OPTIONS
 -f::
        Override the up-to-date check.
 
--n, \--dry-run::
+-n::
+--dry-run::
        Don't actually remove any file(s).  Instead, just show
        if they exist in the index and would otherwise be removed
        by the command.
@@ -52,15 +53,16 @@ OPTIONS
        the list of files, (useful when filenames might be mistaken
        for command-line options).
 
-\--cached::
+--cached::
        Use this option to unstage and remove paths only from the index.
        Working tree files, whether modified or not, will be
        left alone.
 
-\--ignore-unmatch::
+--ignore-unmatch::
        Exit with a zero status even if no files matched.
 
--q, \--quiet::
+-q::
+--quiet::
        git-rm normally outputs one line (in the form of an "rm" command)
        for each file removed. This option suppresses that output.
 
index 49964cdf156618ca380297f3c2aaa8e2c2d1e495..934d2949607db88e0ef7ed45de5d61a028afea8e 100644 (file)
@@ -315,7 +315,10 @@ enabled interface to provide the necessary information.</p>
 </p>\r
 </dd>\r
 <dt>\r
---chain-reply-to, --no-chain-reply-to\r
+--chain-reply-to\r
+</dt>\r
+<dt>\r
+--no-chain-reply-to\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -360,7 +363,10 @@ enabled interface to provide the necessary information.</p>
 </p>\r
 </dd>\r
 <dt>\r
---signed-off-by-cc, --no-signed-off-by-cc\r
+--signed-off-by-cc\r
+</dt>\r
+<dt>\r
+--no-signed-off-by-cc\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -490,7 +496,10 @@ user is prompted for a password while the input is masked for privacy.</p>
 </p>\r
 </dd>\r
 <dt>\r
---suppress-from, --no-suppress-from\r
+--suppress-from\r
+</dt>\r
+<dt>\r
+--no-suppress-from\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -516,7 +525,10 @@ user is prompted for a password while the input is masked for privacy.</p>
 </p>\r
 </dd>\r
 <dt>\r
---thread, --no-thread\r
+--thread\r
+</dt>\r
+<dt>\r
+--no-thread\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -685,7 +697,7 @@ send_lots_of_email.pl by Greg Kroah-Hartman.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:10 UTC\r
+Last updated 08-Jun-2008 22:47:00 UTC\r
 </div>\r
 </div>\r
 </body>\r
index a29583796dc79cad475e73f1aaa123bd80fbf233..251d661afd9fc93b556e2673b202523dd30383c6 100644 (file)
@@ -40,7 +40,8 @@ The --cc option must be repeated for each user you want on the cc list.
        Output of this command must be single email address per line.
        Default is the value of 'sendemail.cccmd' configuration value.
 
---chain-reply-to, --no-chain-reply-to::
+--chain-reply-to::
+--no-chain-reply-to::
        If this is set, each email will be sent as a reply to the previous
        email sent.  If disabled with "--no-chain-reply-to", all emails after
        the first will be sent as replies to the first email sent.  When using
@@ -65,7 +66,8 @@ The --cc option must be repeated for each user you want on the cc list.
        Only necessary if --compose is also set.  If --compose
        is not set, this will be prompted for.
 
---signed-off-by-cc, --no-signed-off-by-cc::
+--signed-off-by-cc::
+--no-signed-off-by-cc::
         If this is set, add emails found in Signed-off-by: or Cc: lines to the
         cc list.
         Default is the value of 'sendemail.signedoffcc' configuration value;
@@ -141,7 +143,8 @@ user is prompted for a password while the input is masked for privacy.
        Only necessary if --compose is also set.  If --compose
        is not set, this will be prompted for.
 
---suppress-from, --no-suppress-from::
+--suppress-from::
+--no-suppress-from::
         If this is set, do not add the From: address to the cc: list.
         Default is the value of 'sendemail.suppressfrom' configuration value;
         if that is unspecified, default to --no-suppress-from.
@@ -157,7 +160,8 @@ user is prompted for a password while the input is masked for privacy.
        if that is unspecified, default to 'self' if --suppress-from is
        specified, as well as 'sob' if --no-signed-off-cc is specified.
 
---thread, --no-thread::
+--thread::
+--no-thread::
        If this is set, the In-Reply-To header will be set on each email sent.
        If disabled with "--no-thread", no emails will have the In-Reply-To
        header set.
index 39e27206830ac0f59761f65437ca640243724cc2..4de169703810b68047e58ba6d60f367931e2e765 100644 (file)
@@ -453,7 +453,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 08-Jun-2008 01:34:10 UTC\r
+Last updated 08-Jun-2008 22:47:01 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 850c351dcd3748716abf6a3f6f154050a3a67166..ba2fdaec08913e921189395e7feb2ed4d229ece5 100644 (file)
@@ -21,33 +21,33 @@ updates it from the current repository, sending named refs.
 
 OPTIONS
 -------
-\--receive-pack=<git-receive-pack>::
+--receive-pack=<git-receive-pack>::
        Path to the 'git-receive-pack' program on the remote
        end.  Sometimes useful when pushing to a remote
        repository over ssh, and you do not have the program in
        a directory on the default $PATH.
 
-\--exec=<git-receive-pack>::
+--exec=<git-receive-pack>::
        Same as \--receive-pack=<git-receive-pack>.
 
-\--all::
+--all::
        Instead of explicitly specifying which refs to update,
        update all heads that locally exist.
 
-\--dry-run::
+--dry-run::
        Do everything except actually send the updates.
 
-\--force::
+--force::
        Usually, the command refuses to update a remote ref that
        is not an ancestor of the local ref used to overwrite it.
        This flag disables the check.  What this means is that
        the remote repository can lose commits; use it with
        care.
 
-\--verbose::
+--verbose::
        Run verbosely.
 
-\--thin::
+--thin::
        Spend extra cycles to minimize the number of objects to be sent.
        Use it on slower connection.
 
index d9706e962ac5cd4edd6d7491291169f1661b9bf6..80b7a62e34f4287d88c287311c93f12da37801ed 100644 (file)
@@ -287,7 +287,10 @@ the first line of the commit message will be shown.</p>
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
--h, --help\r
+-h\r
+</dt>\r
+<dt>\r
+--help\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -295,7 +298,10 @@ the first line of the commit message will be shown.</p>
 </p>\r
 </dd>\r
 <dt>\r
--n, --numbered\r
+-n\r
+</dt>\r
+<dt>\r
+--numbered\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -304,7 +310,10 @@ the first line of the commit message will be shown.</p>
 </p>\r
 </dd>\r
 <dt>\r
--s, --summary\r
+-s\r
+</dt>\r
+<dt>\r
+--summary\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -312,7 +321,10 @@ the first line of the commit message will be shown.</p>
 </p>\r
 </dd>\r
 <dt>\r
--e, --email\r
+-e\r
+</dt>\r
+<dt>\r
+--email\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -359,7 +371,7 @@ Eve Jones &lt;eve@laptop.(none)&gt;</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:12 UTC\r
+Last updated 08-Jun-2008 22:47:01 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5079b568e6fda5a1348c0bc585bb958fb5f8e919..daa64d4d8165a0dfe5d87f54cd44c4bb6b476eba 100644 (file)
@@ -22,17 +22,21 @@ Additionally, "[PATCH]" will be stripped from the commit description.
 OPTIONS
 -------
 
--h, \--help::
+-h::
+--help::
        Print a short usage message and exit.
 
--n, \--numbered::
+-n::
+--numbered::
        Sort output according to the number of commits per author instead
        of author alphabetic order.
 
--s, \--summary::
+-s::
+--summary::
        Suppress commit description and provide a commit count summary only.
 
--e, \--email::
+-e::
+--email::
        Show the email address of each author.
 
 -w[<width>[,<indent1>[,<indent2>]]]::
index f44f0ddbdd6aa418d6d6d7445e1171d5f5f3c08c..df757cf024285a5e5fb01cd991a5a851a06e2f6d 100644 (file)
@@ -311,7 +311,10 @@ no &lt;rev&gt; nor &lt;glob&gt; is given on the command line.</p>
 </p>\r
 </dd>\r
 <dt>\r
--r|--remotes\r
+-r\r
+</dt>\r
+<dt>\r
+--remotes\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -319,7 +322,10 @@ no &lt;rev&gt; nor &lt;glob&gt; is given on the command line.</p>
 </p>\r
 </dd>\r
 <dt>\r
--a|--all\r
+-a\r
+</dt>\r
+<dt>\r
+--all\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -521,7 +527,7 @@ topologically related with each other.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:12 UTC\r
+Last updated 08-Jun-2008 22:47:01 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 32595ad5498981343b60daf8cf5c389c6d9724a1..de9e8f885f794692bcc45b871e791ebbd7c806cd 100644 (file)
@@ -38,10 +38,12 @@ OPTIONS
        branches under $GIT_DIR/refs/heads/topic, giving
        `topic/*` would show all of them.
 
--r|--remotes::
+-r::
+--remotes::
        Show the remote-tracking branches.
 
--a|--all::
+-a::
+--all::
        Show both remote-tracking branches and local branches.
 
 --current::
index 1a11c8dbbf2321a00f3085e8291f94d74efe2a10..5c3f663c4dca9578a619f5518c2868e0a94f8862 100644 (file)
@@ -292,7 +292,10 @@ in the <tt>.git</tt> directory.</p>
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
--h, --head\r
+-h\r
+</dt>\r
+<dt>\r
+--head\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -300,7 +303,10 @@ in the <tt>.git</tt> directory.</p>
 </p>\r
 </dd>\r
 <dt>\r
---tags, --heads\r
+--tags\r
+</dt>\r
+<dt>\r
+--heads\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -310,7 +316,10 @@ in the <tt>.git</tt> directory.</p>
 </p>\r
 </dd>\r
 <dt>\r
--d, --dereference\r
+-d\r
+</dt>\r
+<dt>\r
+--dereference\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -319,7 +328,10 @@ in the <tt>.git</tt> directory.</p>
 </p>\r
 </dd>\r
 <dt>\r
--s, --hash\r
+-s\r
+</dt>\r
+<dt>\r
+--hash\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -338,7 +350,10 @@ in the <tt>.git</tt> directory.</p>
 </p>\r
 </dd>\r
 <dt>\r
---abbrev, --abbrev=len\r
+--abbrev\r
+</dt>\r
+<dt>\r
+--abbrev=len\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -347,7 +362,10 @@ in the <tt>.git</tt> directory.</p>
 </p>\r
 </dd>\r
 <dt>\r
--q, --quiet\r
+-q\r
+</dt>\r
+<dt>\r
+--quiet\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -356,7 +374,10 @@ in the <tt>.git</tt> directory.</p>
 </p>\r
 </dd>\r
 <dt>\r
---exclude-existing, --exclude-existing=pattern\r
+--exclude-existing\r
+</dt>\r
+<dt>\r
+--exclude-existing=pattern\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -460,7 +481,7 @@ Man page by Jonas Fonseca &lt;fonseca@diku.dk&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:13 UTC\r
+Last updated 08-Jun-2008 22:47:01 UTC\r
 </div>\r
 </div>\r
 </body>\r
index a85332c3630c227ffb4015a9aa0b6c3014ae38ad..6b99529b6bb659ec1e1ffd741208ef03762c0356 100644 (file)
@@ -29,22 +29,26 @@ in the `.git` directory.
 OPTIONS
 -------
 
--h, --head::
+-h::
+--head::
 
        Show the HEAD reference.
 
---tags, --heads::
+--tags::
+--heads::
 
        Limit to only "refs/heads" and "refs/tags", respectively.  These
        options are not mutually exclusive; when given both, references stored
        in "refs/heads" and "refs/tags" are displayed.
 
--d, --dereference::
+-d::
+--dereference::
 
        Dereference tags into object IDs as well. They will be shown with "^{}"
        appended.
 
--s, --hash::
+-s::
+--hash::
 
        Only show the SHA1 hash, not the reference name. When also using
        --dereference the dereferenced tag will still be shown after the SHA1.
@@ -55,17 +59,20 @@ OPTIONS
        Aside from returning an error code of 1, it will also print an error
        message if '--quiet' was not specified.
 
---abbrev, --abbrev=len::
+--abbrev::
+--abbrev=len::
 
        Abbreviate the object name.  When using `--hash`, you do
        not have to say `--hash --abbrev`; `--hash=len` would do.
 
--q, --quiet::
+-q::
+--quiet::
 
        Do not print any results to stdout. When combined with '--verify' this
        can be used to silently check if a reference exists.
 
---exclude-existing, --exclude-existing=pattern::
+--exclude-existing::
+--exclude-existing=pattern::
 
        Make git-show-ref act as a filter that reads refs from stdin of the
        form "^(?:<anything>\s)?<refname>(?:\^\{\})?$" and performs the
index 8fe0a07bdfac03a48879f54198073adc5c7e9dec..fe10615b735d234b45fd5b14d208b8e5f6b3b82f 100644 (file)
@@ -282,7 +282,10 @@ git-stripspace(1) Manual Page
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
--s|--strip-comments\r
+-s\r
+</dt>\r
+<dt>\r
+--strip-comments\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -313,7 +316,7 @@ git-stripspace(1) Manual Page
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:16 UTC\r
+Last updated 08-Jun-2008 22:47:02 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 4883834a14ebfe74ff8c6794db1dfd13c0ef9028..8421a39f26ac4807afd42e8f3ac084686b170871 100644 (file)
@@ -16,7 +16,8 @@ Remove multiple empty lines, and empty lines at beginning and end.
 
 OPTIONS
 -------
--s|--strip-comments::
+-s::
+--strip-comments::
        In addition to empty lines, also strip lines starting with '#'.
 
 <stream>::
index b5dee973eb29a04665707b364972569c4c72db47..5dcaf853408336abaaeec22737737fe084f00aa4 100644 (file)
@@ -353,7 +353,10 @@ summary
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
--q, --quiet\r
+-q\r
+</dt>\r
+<dt>\r
+--quiet\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -361,7 +364,10 @@ summary
 </p>\r
 </dd>\r
 <dt>\r
--b, --branch\r
+-b\r
+</dt>\r
+<dt>\r
+--branch\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -379,7 +385,10 @@ summary
 </p>\r
 </dd>\r
 <dt>\r
--n, --summary-limit\r
+-n\r
+</dt>\r
+<dt>\r
+--summary-limit\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -419,7 +428,7 @@ for details.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:17 UTC\r
+Last updated 08-Jun-2008 22:47:02 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 139206f01433bd2ec1d7c42e2e82d16b84e45b97..441ae1483bf57aca849c0470c6e19e963c9ebf19 100644 (file)
@@ -61,10 +61,12 @@ summary::
 
 OPTIONS
 -------
--q, --quiet::
+-q::
+--quiet::
        Only print error messages.
 
--b, --branch::
+-b::
+--branch::
        Branch of repository to add as submodule.
 
 --cached::
@@ -72,7 +74,8 @@ OPTIONS
        commands typically use the commit found in the submodule HEAD, but
        with this option, the commit stored in the index is used instead.
 
--n, --summary-limit::
+-n::
+--summary-limit::
        This option is only valid for the summary command.
        Limit the summary size (number of commits shown in total).
        Giving 0 will disable the summary; a negative number means unlimited
index 71dc618942553f043e4901d85ffd67e0d122b22e..2fefbb66be49638f6a34adaef842d26b0cf5986a 100644 (file)
@@ -290,7 +290,10 @@ a regular file whose contents is <tt>ref: refs/heads/master</tt>.</p>
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
--q, --quiet\r
+-q\r
+</dt>\r
+<dt>\r
+--quiet\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -336,7 +339,7 @@ name is not a symbolic ref, or 128 if another error occurs.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:18 UTC\r
+Last updated 08-Jun-2008 22:47:02 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e9b996baa831dfc06088f19815a21341cdb32563..3d3a059c5e2e91bff2de173c5d6f8107d10b7e62 100644 (file)
@@ -26,7 +26,8 @@ a regular file whose contents is `ref: refs/heads/master`.
 OPTIONS
 -------
 
--q, --quiet::
+-q::
+--quiet::
        Do not issue an error message if the <name> is not a
        symbolic ref but a detached HEAD; instead exit with
        non-zero status silently.
index b9976533c3ee0e7d5c35dc30377b2a3c33de8e69..30c972e5acfc0a901cdd3d03e6045a42032986c8 100644 (file)
@@ -386,7 +386,10 @@ using the various options:</p>
 </p>\r
 </dd>\r
 <dt>\r
---assume-unchanged, --no-assume-unchanged\r
+--assume-unchanged\r
+</dt>\r
+<dt>\r
+--no-assume-unchanged\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -403,7 +406,10 @@ using the various options:</p>
 </p>\r
 </dd>\r
 <dt>\r
---again, -g\r
+-g\r
+</dt>\r
+<dt>\r
+--again\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -727,7 +733,7 @@ from symbolic link to regular file.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:20 UTC\r
+Last updated 08-Jun-2008 22:47:03 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c703365186afbe25d106d3f5a3e4f857ed65fe8e..bbb0a6ad57187c4387412a08ff301ddfc7173726 100644 (file)
@@ -76,7 +76,8 @@ OPTIONS
 --chmod=(+|-)x::
         Set the execute permissions on the updated files.
 
---assume-unchanged, --no-assume-unchanged::
+--assume-unchanged::
+--no-assume-unchanged::
        When these flags are specified, the object name recorded
        for the paths are not updated.  Instead, these options
        sets and unsets the "assume unchanged" bit for the
@@ -88,7 +89,8 @@ OPTIONS
        filesystem that has very slow lstat(2) system call
        (e.g. cifs).
 
---again, -g::
+-g::
+--again::
        Runs `git-update-index` itself on the paths whose index
        entries are different from those from the `HEAD` commit.
 
index 35ae187d7fee4e71dc6dab5be11d73651a4e4465..4568ee9f63a4e609a5d56fdec949ff8c30b16a38 100644 (file)
@@ -286,7 +286,10 @@ generates such auxiliary files.</p>
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
--f|--force\r
+-f\r
+</dt>\r
+<dt>\r
+--force\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -332,7 +335,7 @@ info/refs file unless <tt>--force</tt> flag is given.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:22 UTC\r
+Last updated 08-Jun-2008 22:47:03 UTC\r
 </div>\r
 </div>\r
 </body>\r
index aa1ee67cbb2a7f285d466f33c4078a31b9394e8f..d21be41d0646c80e7ec9aeb1ed46ce617022e3cc 100644 (file)
@@ -22,7 +22,8 @@ generates such auxiliary files.
 OPTIONS
 -------
 
--f|--force::
+-f::
+--force::
        Update the info files from scratch.
 
 
index 28f3ff0aed3449b5b6adf5528f6b187cc5b5eae6..5293f31279aa359b9e9a0d97f1b6df81681ed73a 100644 (file)
@@ -326,7 +326,7 @@ repository.  For push operations, see <em>git-send-pack</em>.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:22 UTC\r
+Last updated 08-Jun-2008 22:47:04 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 521da5b200fc3ad8eea035cfe0c6fa70b477e0e9..bac465e13f2b2d0aaadaedf00fd03ab6f3f9a62c 100644 (file)
@@ -24,10 +24,10 @@ repository.  For push operations, see 'git-send-pack'.
 OPTIONS
 -------
 
-\--strict::
+--strict::
        Do not try <directory>/.git/ if <directory> is no git directory.
 
-\--timeout=<n>::
+--timeout=<n>::
        Interrupt transfer after <n> seconds of inactivity.
 
 <directory>::
index 6c16b2d41eebfa94d56b5f1722d75860b70b1bbe..b7a27f15d37b1e19675aa256522b6066268bf7ef 100644 (file)
@@ -328,7 +328,10 @@ open (this is the default under Mac OS X GUI)
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
--b BROWSER|--browser=BROWSER\r
+-b BROWSER\r
+</dt>\r
+<dt>\r
+--browser=BROWSER\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -337,7 +340,10 @@ open (this is the default under Mac OS X GUI)
 </p>\r
 </dd>\r
 <dt>\r
--t BROWSER|--tool=BROWSER\r
+-t BROWSER\r
+</dt>\r
+<dt>\r
+--tool=BROWSER\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -345,7 +351,10 @@ open (this is the default under Mac OS X GUI)
 </p>\r
 </dd>\r
 <dt>\r
--c CONF.VAR|--config=CONF.VAR\r
+-c CONF.VAR\r
+</dt>\r
+<dt>\r
+--config=CONF.VAR\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -419,7 +428,7 @@ git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:24 UTC\r
+Last updated 08-Jun-2008 22:47:04 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f8d5fb11d1922e7469b325e237fa097f86a6a638..e80a7c1cc4c1b62bc4fbdb0a91f063022542d38d 100644 (file)
@@ -31,14 +31,17 @@ Custom commands may also be specified.
 
 OPTIONS
 -------
--b BROWSER|--browser=BROWSER::
+-b BROWSER::
+--browser=BROWSER::
        Use the specified BROWSER. It must be in the list of supported
        browsers.
 
--t BROWSER|--tool=BROWSER::
+-t BROWSER::
+--tool=BROWSER::
        Same as above.
 
--c CONF.VAR|--config=CONF.VAR::
+-c CONF.VAR::
+--config=CONF.VAR::
        CONF.VAR is looked up in the git config files. If it's set,
        then its value specify the browser that should be used.
 
index b795b2579e528dd64915c9805550129e7818e7d1..2f51ea5500f0acc639a8eb3b0d93328d4dcb4363 100644 (file)
--- a/git.html
+++ b/git.html
@@ -333,7 +333,10 @@ help &#8230;</em>.</p>
 </p>\r
 </dd>\r
 <dt>\r
--p|--paginate\r
+-p\r
+</dt>\r
+<dt>\r
+--paginate\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -1960,7 +1963,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 08-Jun-2008 01:34:50 UTC\r
+Last updated 08-Jun-2008 22:47:05 UTC\r
 </div>\r
 </div>\r
 </body>\r
diff --git a/git.txt b/git.txt
index cf67110a91459ab938d2af70ef62a1aa38d1021b..ee96774009c79881ef79be8bbae65bb191ff7d3c 100644 (file)
--- a/git.txt
+++ b/git.txt
@@ -138,7 +138,8 @@ help ...'.
        environment variable. If no path is given 'git' will print
        the current setting and then exit.
 
--p|--paginate::
+-p::
+--paginate::
        Pipe all output into 'less' (or if set, $PAGER).
 
 --no-pager::
index 96b2d3e3b98a733296d10c55ed3c8193435dbb7e..9cf30ae596459c536661941affe6953d24971fc4 100644 (file)
--- a/gitk.html
+++ b/gitk.html
@@ -290,7 +290,10 @@ the <a href="git-rev-list.html">git-rev-list(1)</a> command. This manual page de
 frequently used options.</p>\r
 <dl>\r
 <dt>\r
--n &lt;number&gt;, --max-count=&lt;number&gt;\r
+-n &lt;number&gt;\r
+</dt>\r
+<dt>\r
+--max-count=&lt;number&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -440,7 +443,7 @@ such as display options, font, and colors.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:25 UTC\r
+Last updated 08-Jun-2008 22:47:04 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 14bcf91f4060be9168f2f80126ca37340796fe04..f843f39bf2f0d42f568595e1b29192d203b3e403 100644 (file)
--- a/gitk.txt
+++ b/gitk.txt
@@ -25,7 +25,8 @@ To control which revisions to shown, the command takes options applicable to
 the linkgit:git-rev-list[1] command. This manual page describes only the most
 frequently used options.
 
--n <number>, --max-count=<number>::
+-n <number>::
+--max-count=<number>::
 
        Limits the number of commits to show.
 
index f37a77648934fcd8c707cfc1446ef5425cc7fa79..ffbc6e9861094f48fd3f24af3a0b343c9c0ea7f4 100644 (file)
@@ -2,10 +2,12 @@
        Show a diffstat at the end of the merge. The diffstat is also
        controlled by the configuration option merge.stat.
 
--n, \--no-stat::
+-n::
+--no-stat::
        Do not show diffstat at the end of the merge.
 
---summary, \--no-summary::
+--summary::
+--no-summary::
        Synonyms to --stat and --no-stat; these are deprecated and will be
        removed in the future.
 
@@ -49,7 +51,8 @@
        a fast-forward, only update the branch pointer. This is
        the default behavior of git-merge.
 
--s <strategy>, \--strategy=<strategy>::
+-s <strategy>::
+--strategy=<strategy>::
        Use the given merge strategy; can be supplied more than
        once to specify them in the order they should be tried.
        If there is no `-s` option, a built-in list of strategies
index 05d5abec25e73a123fd249099911d79f1ccf2a39..37dd1d61ea36d7afb1e1b16cc46bee0d357ad1c8 100644 (file)
@@ -129,7 +129,8 @@ limiting may be applied.
 
 --
 
--n 'number', --max-count='number'::
+-n 'number'::
+--max-count='number'::
 
        Limit the number of commits output.
 
@@ -137,21 +138,25 @@ limiting may be applied.
 
        Skip 'number' commits before starting to show the commit output.
 
---since='date', --after='date'::
+--since='date'::
+--after='date'::
 
        Show commits more recent than a specific date.
 
---until='date', --before='date'::
+--until='date'::
+--before='date'::
 
        Show commits older than a specific date.
 
 ifdef::git-rev-list[]
---max-age='timestamp', --min-age='timestamp'::
+--max-age='timestamp'::
+--min-age='timestamp'::
 
        Limit the commits output to specified time range.
 endif::git-rev-list[]
 
---author='pattern', --committer='pattern'::
+--author='pattern'::
+--committer='pattern'::
 
        Limit the commits output to ones with author/committer
        header lines that match the specified pattern (regular expression).
@@ -161,16 +166,19 @@ endif::git-rev-list[]
        Limit the commits output to ones with log message that
        matches the specified pattern (regular expression).
 
--i, --regexp-ignore-case::
+-i::
+--regexp-ignore-case::
 
        Match the regexp limiting patterns without regard to letters case.
 
--E, --extended-regexp::
+-E::
+--extended-regexp::
 
        Consider the limiting patterns to be extended regular expressions
        instead of the default basic regular expressions.
 
--F, --fixed-strings::
+-F::
+--fixed-strings::
 
        Consider the limiting patterns to be fixed strings (don't interpret
        pattern as a regular expression).
@@ -239,7 +247,8 @@ from the other branch (for example, "3rd on b" may be cherry-picked
 from branch A).  With this option, such pairs of commits are
 excluded from the output.
 
--g, --walk-reflogs::
+-g::
+--walk-reflogs::
 
        Instead of walking the commit ancestry chain, walk
        reflog entries from the most recent one to older ones.
@@ -268,7 +277,8 @@ See also linkgit:git-reflog[1].
        Output uninteresting commits at the boundary, which are usually
        not shown.
 
---dense, --sparse::
+--dense::
+--sparse::
 
 When optional paths are given, the default behaviour ('--dense') is to
 only output commits that changes at least one of them, and also ignore