From fa0d4cf086d6099cc8614d634b0c805a0c0178b5 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 25 Jan 2007 02:23:58 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.5.0-rc2-g19605 --- config.txt | 4 ++-- git-commit.html | 6 +++--- git-commit.txt | 4 ++-- git-daemon.html | 6 +++--- git-daemon.txt | 4 ++-- git-fetch-pack.html | 14 +++++++++++--- git-fetch-pack.txt | 7 +++++-- git-peek-remote.html | 14 +++++++++++--- git-peek-remote.txt | 7 +++++-- git-repo-config.html | 6 +++--- git-rev-list.html | 4 ++-- git-rev-list.txt | 2 +- git-show-branch.html | 7 ++++--- git-show-branch.txt | 6 +++--- git.html | 2 +- 15 files changed, 58 insertions(+), 35 deletions(-) diff --git a/config.txt b/config.txt index 77a2b1641..d8244b151 100644 --- a/config.txt +++ b/config.txt @@ -37,8 +37,8 @@ in the section header, like in example below: -------- -Subsection names can contain any characters (doublequote '`"`', backslash -'`\`' and newline have to be entered escaped as '`\"`', '`\\`' and '`\n`', +Subsection names can contain any characters except newline (doublequote +'`"`' and backslash have to be escaped as '`\"`' and '`\\`', respecitvely) and are case sensitive. Section header cannot span multiple lines. Variables may belong directly to a section or to a given subsection. You can have `[section]` if you have `[section "subsection"]`, but you diff --git a/git-commit.html b/git-commit.html index 67414b074..0e22fcb6c 100644 --- a/git-commit.html +++ b/git-commit.html @@ -273,8 +273,8 @@ git-commit(1) Manual Page

SYNOPSIS

-
git-commit [-a] [-s] [-v] [(-c | -C) <commit> | -F <file> | -m <msg>] - [--no-verify] [--amend] [-e] [--author <author>] +
git-commit [-a] [-s] [-v] [(-c | -C) <commit> | -F <file> | -m <msg> | + --amend] [--no-verify] [-e] [--author <author>] [--] [[-i | -o ]<file>…]

DESCRIPTION

@@ -656,7 +656,7 @@ Junio C Hamano <junkio@cox.net>

diff --git a/git-commit.txt b/git-commit.txt index 532703a67..2187eee41 100644 --- a/git-commit.txt +++ b/git-commit.txt @@ -8,8 +8,8 @@ git-commit - Record changes to the repository SYNOPSIS -------- [verse] -'git-commit' [-a] [-s] [-v] [(-c | -C) | -F | -m ] - [--no-verify] [--amend] [-e] [--author ] +'git-commit' [-a] [-s] [-v] [(-c | -C) | -F | -m | + --amend] [--no-verify] [-e] [--author ] [--] [[-i | -o ]...] DESCRIPTION diff --git a/git-daemon.html b/git-daemon.html index aae799aad..b955bbddb 100644 --- a/git-daemon.html +++ b/git-daemon.html @@ -473,7 +473,7 @@ the facility of inet daemon to achieve the same before spawning git-daemon if needed.

---enable-service, --disable-service +--enable=service, --disable=service

@@ -485,7 +485,7 @@ the facility of inet daemon to achieve the same before spawning

---allow-override, --forbid-override +--allow-override=service, --forbid-override=service

@@ -624,7 +624,7 @@ they correspond to these IP addresses.

diff --git a/git-daemon.txt b/git-daemon.txt index 993adc7c5..9ddab7120 100644 --- a/git-daemon.txt +++ b/git-daemon.txt @@ -131,14 +131,14 @@ Giving these options is an error when used with `--inetd`; use the facility of inet daemon to achieve the same before spawning `git-daemon` if needed. ---enable-service, --disable-service:: +--enable=service, --disable=service:: Enable/disable the service site-wide per default. Note that a service disabled site-wide can still be enabled per repository if it is marked overridable and the repository enables the service with an configuration item. ---allow-override, --forbid-override:: +--allow-override=service, --forbid-override=service:: Allow/forbid overriding the site-wide default with per repository configuration. By default, all the services are overridable. diff --git a/git-fetch-pack.html b/git-fetch-pack.html index e77750f4b..32641e773 100644 --- a/git-fetch-pack.html +++ b/git-fetch-pack.html @@ -272,7 +272,7 @@ git-fetch-pack(1) Manual Page

SYNOPSIS

-

git-fetch-pack [--all] [--quiet|-q] [--keep|-k] [--thin] [--exec=<git-upload-pack>] [--depth=<n>] [-v] [<host>:]<directory> [<refs>…]

+

git-fetch-pack [--all] [--quiet|-q] [--keep|-k] [--thin] [--upload-pack=<git-upload-pack>] [--depth=<n>] [-v] [<host>:]<directory> [<refs>…]

DESCRIPTION

@@ -328,7 +328,7 @@ have a common ancestor commit.

---exec=<git-upload-pack> +--upload-pack=<git-upload-pack>

@@ -345,6 +345,14 @@ have a common ancestor commit.

+--exec=<git-upload-pack> +
+
+

+ Same as --upload-pack=<git-upload-pack>. +

+
+
--depth=<n>
@@ -404,7 +412,7 @@ have a common ancestor commit.

diff --git a/git-fetch-pack.txt b/git-fetch-pack.txt index bd8ebacd7..105d76b0b 100644 --- a/git-fetch-pack.txt +++ b/git-fetch-pack.txt @@ -8,7 +8,7 @@ git-fetch-pack - Receive missing objects from another repository SYNOPSIS -------- -'git-fetch-pack' [--all] [--quiet|-q] [--keep|-k] [--thin] [--exec=] [--depth=] [-v] [:] [...] +'git-fetch-pack' [--all] [--quiet|-q] [--keep|-k] [--thin] [--upload-pack=] [--depth=] [-v] [:] [...] DESCRIPTION ----------- @@ -45,7 +45,7 @@ OPTIONS Spend extra cycles to minimize the number of objects to be sent. Use it on slower connection. -\--exec=:: +\--upload-pack=:: Use this to specify the path to 'git-upload-pack' on the remote side, if is not found on your $PATH. Installations of sshd ignores the user's environment @@ -57,6 +57,9 @@ OPTIONS shells by having a lean .bashrc file (they set most of the things up in .bash_profile). +\--exec=:: + Same as \--upload-pack=. + \--depth=:: Limit fetching to ancestor-chains not longer than n. diff --git a/git-peek-remote.html b/git-peek-remote.html index 600fd5ac3..dbf59f0af 100644 --- a/git-peek-remote.html +++ b/git-peek-remote.html @@ -272,7 +272,7 @@ git-peek-remote(1) Manual Page

SYNOPSIS

-

git-peek-remote [--exec=<git-upload-pack>] [<host>:]<directory>

+

git-peek-remote [--upload-pack=<git-upload-pack>] [<host>:]<directory>

DESCRIPTION

@@ -283,7 +283,7 @@ stores them in the local repository under the same name.

---exec=<git-upload-pack> +--upload-pack=<git-upload-pack>

@@ -300,6 +300,14 @@ stores them in the local repository under the same name.

+--exec=<git-upload-pack> +
+
+

+ Same --upload-pack=<git-upload-pack>. +

+
+
<host>
@@ -333,7 +341,7 @@ stores them in the local repository under the same name.

diff --git a/git-peek-remote.txt b/git-peek-remote.txt index ac57cda3a..74f37bd90 100644 --- a/git-peek-remote.txt +++ b/git-peek-remote.txt @@ -8,7 +8,7 @@ git-peek-remote - List the references in a remote repository SYNOPSIS -------- -'git-peek-remote' [--exec=] [:] +'git-peek-remote' [--upload-pack=] [:] DESCRIPTION ----------- @@ -17,7 +17,7 @@ stores them in the local repository under the same name. OPTIONS ------- ---exec=:: +\--upload-pack=:: Use this to specify the path to 'git-upload-pack' on the remote side, if it is not found on your $PATH. Some installations of sshd ignores the user's environment @@ -29,6 +29,9 @@ OPTIONS shells, but prefer having a lean .bashrc file (they set most of the things up in .bash_profile). +\--exec=:: + Same \--upload-pack=. + :: A remote host that houses the repository. When this part is specified, 'git-upload-pack' is invoked via diff --git a/git-repo-config.html b/git-repo-config.html index 57ffc56f5..66168526c 100644 --- a/git-repo-config.html +++ b/git-repo-config.html @@ -590,8 +590,8 @@ in the section header, like in example below:

        [section "subsection"]
 
-

Subsection names can contain any characters (doublequote ", backslash -\ and newline have to be entered escaped as \", \\ and \n, +

Subsection names can contain any characters except newline (doublequote +" and backslash have to be escaped as \" and \\, respecitvely) and are case sensitive. Section header cannot span multiple lines. Variables may belong directly to a section or to a given subsection. You can have [section] if you have [section "subsection"], but you @@ -1345,7 +1345,7 @@ receive.denyNonFastForwards

diff --git a/git-rev-list.html b/git-rev-list.html index 4c52d48e2..0849a239f 100644 --- a/git-rev-list.html +++ b/git-rev-list.html @@ -659,7 +659,7 @@ limiting may be applied.

---walk-reflogs +-g, --walk-reflogs

@@ -805,7 +805,7 @@ and the git-list <git@vger.kernel.org>.

diff --git a/git-rev-list.txt b/git-rev-list.txt index a996f6cb1..c74211759 100644 --- a/git-rev-list.txt +++ b/git-rev-list.txt @@ -191,7 +191,7 @@ limiting may be applied. In addition to the '' listed on the command line, read them from the standard input. ---walk-reflogs:: +-g, --walk-reflogs:: Instead of walking the commit ancestry chain, walk reflog entries from the most recent one to older ones. diff --git a/git-show-branch.html b/git-show-branch.html index b9971bbfb..aa128bbee 100644 --- a/git-show-branch.html +++ b/git-show-branch.html @@ -276,7 +276,7 @@ git-show-branch(1) Manual Page
git-show-branch [--all] [--remotes] [--topo-order] [--current] [--more=<n> | --list | --independent | --merge-base] [--no-name | --sha1-name] [--topics] [<rev> | <glob>]… -git-show-branch --reflog[=<n>[,<base>]] [--list] <ref>
+git-show-branch (-g|--reflog)[=<n>[,<base>]] [--list] <ref>

DESCRIPTION

@@ -436,7 +436,8 @@ no <rev> nor <glob> is given on the command line.

Shows <n> most recent ref-log entries for the given ref. If <base> is given, <n> entries going back from - that entry. <base> can be specified as count or date + that entry. <base> can be specified as count or date. + -g can be used as a short-hand for this option.

@@ -518,7 +519,7 @@ topologically related with each other.

diff --git a/git-show-branch.txt b/git-show-branch.txt index 529f3a648..b38633c39 100644 --- a/git-show-branch.txt +++ b/git-show-branch.txt @@ -11,7 +11,7 @@ SYNOPSIS 'git-show-branch' [--all] [--remotes] [--topo-order] [--current] [--more= | --list | --independent | --merge-base] [--no-name | --sha1-name] [--topics] [ | ]... -'git-show-branch' --reflog[=[,]] [--list] +'git-show-branch' (-g|--reflog)[=[,]] [--list] DESCRIPTION ----------- @@ -100,8 +100,8 @@ OPTIONS --reflog[=[,]] :: Shows most recent ref-log entries for the given ref. If is given, entries going back from - that entry. can be specified as count or date - + that entry. can be specified as count or date. + `-g` can be used as a short-hand for this option. Note that --more, --list, --independent and --merge-base options are mutually exclusive. diff --git a/git.html b/git.html index 4c54ed56e..fb3e9e35d 100644 --- a/git.html +++ b/git.html @@ -2285,7 +2285,7 @@ contributors on the git-list <git@vger.kernel.org>.

-- 2.26.2