From: Junio C Hamano Date: Wed, 14 May 2008 22:26:07 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.5.1-248-g4b17 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2fbcd210effb63ce172dc7002701b015a4a0f5a2;p=git.git Autogenerated HTML docs for v1.5.5.1-248-g4b17 --- diff --git a/cvs-migration.html b/cvs-migration.html index 69224bb54..93ab28500 100644 --- a/cvs-migration.html +++ b/cvs-migration.html @@ -386,7 +386,7 @@ necessary.

Git allows you to specify scripts called "hooks" to be run at certain points. You can use these, for example, to send all commits to the shared -repository to a mailing list. See Hooks used by git.

+repository to a mailing list. See githooks(5)[Hooks used by git].

You can enforce finer grained permissions using update hooks. See Controlling access to branches using update hooks.

@@ -417,7 +417,7 @@ repositories without the need for a central maintainer.

diff --git a/cvs-migration.txt b/cvs-migration.txt index 00f2e36b2..374bc87b1 100644 --- a/cvs-migration.txt +++ b/cvs-migration.txt @@ -137,7 +137,7 @@ Advanced Shared Repository Management Git allows you to specify scripts called "hooks" to be run at certain points. You can use these, for example, to send all commits to the shared -repository to a mailing list. See link:hooks.html[Hooks used by git]. +repository to a mailing list. See linkgit:githooks[5][Hooks used by git]. You can enforce finer grained permissions using update hooks. See link:howto/update-hook-example.txt[Controlling access to branches using diff --git a/git-commit.html b/git-commit.html index 0b1c56969..19da70110 100644 --- a/git-commit.html +++ b/git-commit.html @@ -405,7 +405,7 @@ that, you can recover from it with git-reset(1).

This option bypasses the pre-commit and commit-msg hooks. - See also hooks. + See also githooks(5)[hooks].

@@ -724,7 +724,7 @@ order).

HOOKS

This command can run commit-msg, prepare-commit-msg, pre-commit, -and post-commit hooks. See hooks for more +and post-commit hooks. See githooks(5)[hooks] for more information.

SEE ALSO

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

diff --git a/git-commit.txt b/git-commit.txt index 4bb51cc06..c3c9f5b90 100644 --- a/git-commit.txt +++ b/git-commit.txt @@ -87,7 +87,7 @@ OPTIONS --no-verify:: This option bypasses the pre-commit and commit-msg hooks. - See also link:hooks.html[hooks]. + See also linkgit:githooks[5][hooks]. --allow-empty:: Usually recording a commit that has the exact same tree as its @@ -292,7 +292,7 @@ order). HOOKS ----- This command can run `commit-msg`, `prepare-commit-msg`, `pre-commit`, -and `post-commit` hooks. See link:hooks.html[hooks] for more +and `post-commit` hooks. See linkgit:githooks[5][hooks] for more information. diff --git a/git-config.html b/git-config.html index a6db05dd4..31c130070 100644 --- a/git-config.html +++ b/git-config.html @@ -2032,6 +2032,16 @@ merge.log

+merge.renameLimit +
+
+

+ The number of files to consider when performing rename detection + during a merge; if not specified, defaults to the value of + diff.renameLimit. +

+
+
merge.tool
@@ -2551,7 +2561,7 @@ web.browser diff --git a/git-describe.html b/git-describe.html index 94d633db8..b3b23973b 100644 --- a/git-describe.html +++ b/git-describe.html @@ -277,9 +277,10 @@ git-describe(1) Manual Page

DESCRIPTION

The command finds the most recent tag that is reachable from a -commit, and if the commit itself is pointed at by the tag, shows -the tag. Otherwise, it suffixes the tag name with the number of -additional commits and the abbreviated object name of the commit.

+commit. If the tag points to the commit, then only the tag is +shown. Otherwise, it suffixes the tag name with the number of +additional commits on top of the tagged object and the +abbreviated object name of the most recent commit.

OPTIONS

@@ -461,7 +462,7 @@ updated by Shawn Pearce <spearce@spearce.org>.

diff --git a/git-describe.txt b/git-describe.txt index d9aa2f298..69e1ab750 100644 --- a/git-describe.txt +++ b/git-describe.txt @@ -13,9 +13,10 @@ SYNOPSIS DESCRIPTION ----------- The command finds the most recent tag that is reachable from a -commit, and if the commit itself is pointed at by the tag, shows -the tag. Otherwise, it suffixes the tag name with the number of -additional commits and the abbreviated object name of the commit. +commit. If the tag points to the commit, then only the tag is +shown. Otherwise, it suffixes the tag name with the number of +additional commits on top of the tagged object and the +abbreviated object name of the most recent commit. OPTIONS diff --git a/git-format-patch.html b/git-format-patch.html index 844ec36ef..53b50d532 100644 --- a/git-format-patch.html +++ b/git-format-patch.html @@ -998,7 +998,8 @@ and file suffix, and number patches when outputting more than one.

headers = "Organization: git-foo\n" subjectprefix = CHANGE suffix = .txt - numbered = auto + numbered = auto + cc = <email>

EXAMPLES

@@ -1079,7 +1080,7 @@ as e-mailable patches: diff --git a/git-format-patch.txt b/git-format-patch.txt index 7548a21d3..c60ce123e 100644 --- a/git-format-patch.txt +++ b/git-format-patch.txt @@ -174,6 +174,7 @@ and file suffix, and number patches when outputting more than one. subjectprefix = CHANGE suffix = .txt numbered = auto + cc = ------------ diff --git a/git-merge.html b/git-merge.html index e166586d5..02a154c00 100644 --- a/git-merge.html +++ b/git-merge.html @@ -523,6 +523,16 @@ merge.log

+merge.renameLimit +
+
+

+ The number of files to consider when performing rename detection + during a merge; if not specified, defaults to the value of + diff.renameLimit. +

+
+
merge.tool
@@ -739,7 +749,7 @@ Resolve the conflicts. git-diff would report only the diff --git a/git-rev-parse.html b/git-rev-parse.html index 785ccf1ab..b3f7a956b 100644 --- a/git-rev-parse.html +++ b/git-rev-parse.html @@ -816,7 +816,7 @@ Use ? to mean that the option is optional (though its use is discourage

Use * to mean that this option should not be listed in the usage generated for the -h argument. It's shown for --help-all as - documented in gitcli(5). + documented in gitcli(7).

  • @@ -866,7 +866,7 @@ Junio C Hamano <junkio@cox.net> and Pierre Habouzit <madcoder@debian.or diff --git a/git-rev-parse.txt b/git-rev-parse.txt index 110e7ba71..b6b2fe92a 100644 --- a/git-rev-parse.txt +++ b/git-rev-parse.txt @@ -347,7 +347,7 @@ Each line of options has this format: * Use `*` to mean that this option should not be listed in the usage generated for the `-h` argument. It's shown for `--help-all` as - documented in linkgit:gitcli[5]. + documented in linkgit:gitcli[7]. * Use `!` to not make the corresponding negated long option available. diff --git a/git.html b/git.html index f02fdf01b..ea7673a37 100644 --- a/git.html +++ b/git.html @@ -1629,7 +1629,7 @@ HEAD

    File/Directory Structure

    Please see the repository layout document.

    -

    Read hooks for more details about each hook.

    +

    Read githooks(5)[hooks] for more details about each hook.

    Higher level SCMs may provide and manage additional information in the $GIT_DIR.

    @@ -1952,7 +1952,7 @@ contributors on the git-list <git@vger.kernel.org>.

    diff --git a/git.txt b/git.txt index 6f445b1e3..adcd3e00b 100644 --- a/git.txt +++ b/git.txt @@ -364,7 +364,7 @@ File/Directory Structure Please see the link:repository-layout.html[repository layout] document. -Read link:hooks.html[hooks] for more details about each hook. +Read linkgit:githooks[5][hooks] for more details about each hook. Higher level SCMs may provide and manage additional information in the `$GIT_DIR`. diff --git a/gitcli.html b/gitcli.html index 743d6ab92..cd49a6909 100644 --- a/gitcli.html +++ b/gitcli.html @@ -256,12 +256,12 @@ div.exampleblock-content { padding-left: 0.5em; } -gitcli(5) +gitcli(7)
  • @@ -585,7 +585,7 @@ shallow diff --git a/repository-layout.txt b/repository-layout.txt index bbaed2e12..7fd187be8 100644 --- a/repository-layout.txt +++ b/repository-layout.txt @@ -124,7 +124,7 @@ hooks:: commands. A handful of sample hooks are installed when `git init` is run, but all of them are disabled by default. To enable, they need to be made executable. - Read link:hooks.html[hooks] for more details about + Read linkgit:githooks[5][hooks] for more details about each hook. index:: diff --git a/user-manual.html b/user-manual.html index 664ff1134..71d5f8e44 100644 --- a/user-manual.html +++ b/user-manual.html @@ -734,7 +734,7 @@ $ cd proj.git
    $ git --bare update-server-info
    $ chmod a+x hooks/post-update

    (For an explanation of the last two lines, see git-update-server-info(1), and the documentation -Hooks used by git.)

    Advertise the URL of proj.git. Anybody else should then be able to +githooks(5)[Hooks used by git].)

    Advertise the URL of proj.git. Anybody else should then be able to clone or pull from that URL, for example with a command line like:

    $ git clone http://yourserver.com/~you/proj.git

    (See also setup-git-server-over-http for a slightly more sophisticated setup using WebDAV which also diff --git a/user-manual.txt b/user-manual.txt index 86b91a53e..e2db85015 100644 --- a/user-manual.txt +++ b/user-manual.txt @@ -1881,7 +1881,7 @@ $ chmod a+x hooks/post-update (For an explanation of the last two lines, see linkgit:git-update-server-info[1], and the documentation -link:hooks.html[Hooks used by git].) +linkgit:githooks[5][Hooks used by git].) Advertise the URL of proj.git. Anybody else should then be able to clone or pull from that URL, for example with a command line like: