From a9b8d243c327d89fe2ccd30aa107400e69f04238 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 19 May 2007 04:51:55 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.5.2-rc3-87-g404f --- git-archive.html | 7 ++--- git-archive.txt | 1 + git-bundle.html | 7 ++--- git-bundle.txt | 1 + git-fmt-merge-msg.html | 7 ++--- git-fmt-merge-msg.txt | 1 + git-for-each-ref.html | 7 +++-- git-for-each-ref.txt | 5 +++- git-index-pack.html | 8 +++--- git-index-pack.txt | 4 ++- git-instaweb.html | 8 +++--- git-instaweb.txt | 5 ++-- git-local-fetch.html | 6 +++-- git-local-fetch.txt | 4 ++- git-name-rev.html | 7 ++--- git-name-rev.txt | 1 + git-p4import.html | 10 ++++--- git-p4import.txt | 6 ++--- git-push.html | 6 +++-- git-push.txt | 4 ++- git-rebase.html | 7 ++--- git-rebase.txt | 2 +- git.html | 2 +- git.txt | 59 ++++++++++++++++++------------------------ 24 files changed, 99 insertions(+), 76 deletions(-) diff --git a/git-archive.html b/git-archive.html index 616c72d1b..f5bebdf43 100644 --- a/git-archive.html +++ b/git-archive.html @@ -272,8 +272,9 @@ git-archive(1) Manual Page

SYNOPSIS

-

git-archive --format=<fmt> [--list] [--prefix=<prefix>/] [<extra>] - [--remote=<repo>] <tree-ish> [path…]

+
+
git-archive --format=<fmt> [--list] [--prefix=<prefix>/] [<extra>] + [--remote=<repo>] <tree-ish> [path…]

DESCRIPTION

@@ -453,7 +454,7 @@ git archive --format=zip --prefix=git-docs/ HEAD:Documentation/ > git-1.4.0-d
diff --git a/git-archive.txt b/git-archive.txt index d3ca9a90c..721e0351c 100644 --- a/git-archive.txt +++ b/git-archive.txt @@ -8,6 +8,7 @@ git-archive - Creates an archive of files from a named tree SYNOPSIS -------- +[verse] 'git-archive' --format= [--list] [--prefix=/] [] [--remote=] [path...] diff --git a/git-bundle.html b/git-bundle.html index 85fbfd7ca..1d22be98e 100644 --- a/git-bundle.html +++ b/git-bundle.html @@ -272,10 +272,11 @@ git-bundle(1) Manual Page

SYNOPSIS

-

git-bundle create <file> [git-rev-list args] +

+
git-bundle create <file> [git-rev-list args] git-bundle verify <file> git-bundle list-heads <file> [refname…] -git-bundle unbundle <file> [refname…]

+git-bundle unbundle <file> [refname…]

DESCRIPTION

@@ -423,7 +424,7 @@ network.

diff --git a/git-bundle.txt b/git-bundle.txt index 92e7a6872..5051e2bad 100644 --- a/git-bundle.txt +++ b/git-bundle.txt @@ -8,6 +8,7 @@ git-bundle - Move objects and refs by archive SYNOPSIS -------- +[verse] 'git-bundle' create [git-rev-list args] 'git-bundle' verify 'git-bundle' list-heads [refname...] diff --git a/git-fmt-merge-msg.html b/git-fmt-merge-msg.html index 2c143061a..5d1d62e56 100644 --- a/git-fmt-merge-msg.html +++ b/git-fmt-merge-msg.html @@ -272,8 +272,9 @@ git-fmt-merge-msg(1) Manual Page

SYNOPSIS

-

git-fmt-merge-msg [--summary | --no-summary] <$GIT_DIR/FETCH_HEAD -git-fmt-merge-msg [--summary | --no-summray] -F <file>

+
+
git-fmt-merge-msg [--summary | --no-summary] <$GIT_DIR/FETCH_HEAD +git-fmt-merge-msg [--summary | --no-summray] -F <file>

DESCRIPTION

@@ -348,7 +349,7 @@ merge.summary
diff --git a/git-fmt-merge-msg.txt b/git-fmt-merge-msg.txt index e560b30c5..4913c2552 100644 --- a/git-fmt-merge-msg.txt +++ b/git-fmt-merge-msg.txt @@ -8,6 +8,7 @@ git-fmt-merge-msg - Produce a merge commit message SYNOPSIS -------- +[verse] git-fmt-merge-msg [--summary | --no-summary] <$GIT_DIR/FETCH_HEAD git-fmt-merge-msg [--summary | --no-summray] -F diff --git a/git-for-each-ref.html b/git-for-each-ref.html index 30e4eda35..ed89ad62d 100644 --- a/git-for-each-ref.html +++ b/git-for-each-ref.html @@ -272,7 +272,10 @@ git-for-each-ref(1) Manual Page

SYNOPSIS

-

git-for-each-ref [--count=<count>]* [--shell|--perl|--python|--tcl] [--sort=<key>]* [--format=<format>] [<pattern>]

+
+
git-for-each-ref [--count=<count>]* + [--shell|--perl|--python|--tcl] + [--sort=<key>]* [--format=<format>] [<pattern>]

DESCRIPTION

@@ -488,7 +491,7 @@ eval "$eval"
diff --git a/git-for-each-ref.txt b/git-for-each-ref.txt index f49b0d944..6df8e8500 100644 --- a/git-for-each-ref.txt +++ b/git-for-each-ref.txt @@ -7,7 +7,10 @@ git-for-each-ref - Output information on each ref SYNOPSIS -------- -'git-for-each-ref' [--count=]\* [--shell|--perl|--python|--tcl] [--sort=]\* [--format=] [] +[verse] +'git-for-each-ref' [--count=]\* + [--shell|--perl|--python|--tcl] + [--sort=]\* [--format=] [] DESCRIPTION ----------- diff --git a/git-index-pack.html b/git-index-pack.html index 921f59527..f7662f5c1 100644 --- a/git-index-pack.html +++ b/git-index-pack.html @@ -272,8 +272,10 @@ git-index-pack(1) Manual Page

SYNOPSIS

-

git-index-pack [-v] [-o <index-file>] <pack-file> -git-index-pack --stdin [--fix-thin] [--keep] [-v] [-o <index-file>] [<pack-file>]

+
+
git-index-pack [-v] [-o <index-file>] <pack-file> +git-index-pack --stdin [--fix-thin] [--keep] [-v] [-o <index-file>] + [<pack-file>]

DESCRIPTION

@@ -396,7 +398,7 @@ mentioned above.

diff --git a/git-index-pack.txt b/git-index-pack.txt index b7a49b9f5..226926964 100644 --- a/git-index-pack.txt +++ b/git-index-pack.txt @@ -8,8 +8,10 @@ git-index-pack - Build pack index file for an existing packed archive SYNOPSIS -------- +[verse] 'git-index-pack' [-v] [-o ] -'git-index-pack' --stdin [--fix-thin] [--keep] [-v] [-o ] [] +'git-index-pack' --stdin [--fix-thin] [--keep] [-v] [-o ] + [] DESCRIPTION diff --git a/git-instaweb.html b/git-instaweb.html index 7540a718f..15572702b 100644 --- a/git-instaweb.html +++ b/git-instaweb.html @@ -272,8 +272,10 @@ git-instaweb(1) Manual Page

SYNOPSIS

-

git-instaweb [--local] [--httpd=<httpd>] [--port=<port>] [--browser=<browser>]

-

git-instaweb [--start] [--stop] [--restart]

+
+
git-instaweb [--local] [--httpd=<httpd>] [--port=<port>] + [--browser=<browser>] +git-instaweb [--start] [--stop] [--restart]

DESCRIPTION

@@ -388,7 +390,7 @@ repository.

diff --git a/git-instaweb.txt b/git-instaweb.txt index 52a6aa6e8..9df0ab2d7 100644 --- a/git-instaweb.txt +++ b/git-instaweb.txt @@ -7,8 +7,9 @@ git-instaweb - Instantly browse your working repository in gitweb SYNOPSIS -------- -'git-instaweb' [--local] [--httpd=] [--port=] [--browser=] - +[verse] +'git-instaweb' [--local] [--httpd=] [--port=] + [--browser=] 'git-instaweb' [--start] [--stop] [--restart] DESCRIPTION diff --git a/git-local-fetch.html b/git-local-fetch.html index 5fb0d35e7..1655ac272 100644 --- a/git-local-fetch.html +++ b/git-local-fetch.html @@ -272,7 +272,9 @@ git-local-fetch(1) Manual Page

SYNOPSIS

-

git-local-fetch [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [-l] [-s] [-n] commit-id path

+
+
git-local-fetch [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [-l] [-s] [-n] + commit-id path

DESCRIPTION

@@ -388,7 +390,7 @@ git-local-fetch(1) Manual Page
diff --git a/git-local-fetch.txt b/git-local-fetch.txt index dd9e2387f..51389ef37 100644 --- a/git-local-fetch.txt +++ b/git-local-fetch.txt @@ -8,7 +8,9 @@ git-local-fetch - Duplicate another git repository on a local system SYNOPSIS -------- -'git-local-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [-l] [-s] [-n] commit-id path +[verse] +'git-local-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [-l] [-s] [-n] + commit-id path DESCRIPTION ----------- diff --git a/git-name-rev.html b/git-name-rev.html index 961b5384c..517e2edbe 100644 --- a/git-name-rev.html +++ b/git-name-rev.html @@ -272,8 +272,9 @@ git-name-rev(1) Manual Page

SYNOPSIS

-

git-name-rev [--tags] [--refs=<pattern>] - ( --all | --stdin | <committish>… )

+
+
git-name-rev [--tags] [--refs=<pattern>] + ( --all | --stdin | <committish>… )

DESCRIPTION

@@ -351,7 +352,7 @@ not the context.

diff --git a/git-name-rev.txt b/git-name-rev.txt index 5b5c4c865..d6c8bf800 100644 --- a/git-name-rev.txt +++ b/git-name-rev.txt @@ -8,6 +8,7 @@ git-name-rev - Find symbolic names for given revs SYNOPSIS -------- +[verse] 'git-name-rev' [--tags] [--refs=] ( --all | --stdin | ... ) diff --git a/git-p4import.html b/git-p4import.html index 8e628db1c..558f487e6 100644 --- a/git-p4import.html +++ b/git-p4import.html @@ -272,9 +272,11 @@ git-p4import(1) Manual Page

SYNOPSIS

-

git-p4import [-q|-v] [--notags] [--authors <file>] [-t <timezone>] <//p4repo/path> <branch>

-

git-p4import --stitch <//p4repo/path>

-

git-p4import

+
+
git-p4import [-q|-v] [--notags] [--authors <file>] [-t <timezone>] + <//p4repo/path> <branch> +git-p4import --stitch <//p4repo/path> +git-p4import

DESCRIPTION

@@ -461,7 +463,7 @@ of mappings with each line containing one mapping in the format:

diff --git a/git-p4import.txt b/git-p4import.txt index 6edb9f12b..714abbe28 100644 --- a/git-p4import.txt +++ b/git-p4import.txt @@ -8,10 +8,10 @@ git-p4import - Import a Perforce repository into git SYNOPSIS -------- -`git-p4import` [-q|-v] [--notags] [--authors ] [-t ] - +[verse] +`git-p4import` [-q|-v] [--notags] [--authors ] [-t ] + `git-p4import` --stitch - `git-p4import` diff --git a/git-push.html b/git-push.html index 4d0967116..b1721ac70 100644 --- a/git-push.html +++ b/git-push.html @@ -272,7 +272,9 @@ git-push(1) Manual Page

SYNOPSIS

-

git-push [--all] [--tags] [--receive-pack=<git-receive-pack>] [--repo=all] [-f | --force] [-v] [<repository> <refspec>…]

+
+
git-push [--all] [--tags] [--receive-pack=<git-receive-pack>] + [--repo=all] [-f | --force] [-v] [<repository> <refspec>…]

DESCRIPTION

@@ -552,7 +554,7 @@ by Linus Torvalds <torvalds@osdl.org>

diff --git a/git-push.txt b/git-push.txt index f8cc2b543..e9ad10672 100644 --- a/git-push.txt +++ b/git-push.txt @@ -8,7 +8,9 @@ git-push - Update remote refs along with associated objects SYNOPSIS -------- -'git-push' [--all] [--tags] [--receive-pack=] [--repo=all] [-f | --force] [-v] [ ...] +[verse] +'git-push' [--all] [--tags] [--receive-pack=] + [--repo=all] [-f | --force] [-v] [ ...] DESCRIPTION ----------- diff --git a/git-rebase.html b/git-rebase.html index 5f0587e7d..90bc456bf 100644 --- a/git-rebase.html +++ b/git-rebase.html @@ -272,8 +272,9 @@ git-rebase(1) Manual Page

SYNOPSIS

-

git-rebase [-v] [--merge] [-C<n>] [--onto <newbase>] <upstream> [<branch>]

-

git-rebase --continue | --skip | --abort

+
+
git-rebase [-v] [--merge] [-C<n>] [--onto <newbase>] <upstream> [<branch>] +git-rebase --continue | --skip | --abort

DESCRIPTION

@@ -595,7 +596,7 @@ a rebase. Upon completion, <branch> will be the current branch.

diff --git a/git-rebase.txt b/git-rebase.txt index 2f417a8f8..753b275a0 100644 --- a/git-rebase.txt +++ b/git-rebase.txt @@ -7,8 +7,8 @@ git-rebase - Forward-port local commits to the updated upstream head SYNOPSIS -------- +[verse] 'git-rebase' [-v] [--merge] [-C] [--onto ] [] - 'git-rebase' --continue | --skip | --abort DESCRIPTION diff --git a/git.html b/git.html index 6107ae49d..cb3f9a99a 100644 --- a/git.html +++ b/git.html @@ -2333,7 +2333,7 @@ contributors on the git-list <git@vger.kernel.org>.

diff --git a/git.txt b/git.txt index 99b8f5208..157ef2913 100644 --- a/git.txt +++ b/git.txt @@ -35,44 +35,35 @@ documentation can be viewed at ifdef::stalenotes[] [NOTE] ============ -You are reading the documentation for the latest version of git. -Documentation for older releases are available here: -* link:RelNotes-1.5.1.txt[release notes for 1.5.1] +You are reading the documentation for the latest (possibly +unreleased) version of git, that is available from 'master' +branch of the `git.git` repository. +Documentation for older releases are available here: * link:v1.5.1.5/git.html[documentation for release 1.5.1.5] -* link:RelNotes-1.5.1.5.txt[release notes for 1.5.1.5] - -* link:RelNotes-1.5.1.4.txt[release notes for 1.5.1.4] - -* link:RelNotes-1.5.1.3.txt[release notes for 1.5.1.3] - -* link:RelNotes-1.5.1.2.txt[release notes for 1.5.1.2] - -* link:RelNotes-1.5.1.1.txt[release notes for 1.5.1.1] - -* link:RelNotes-1.5.0.7.txt[release notes for 1.5.0.7] - -* link:RelNotes-1.5.0.6.txt[release notes for 1.5.0.6] - -* link:RelNotes-1.5.0.5.txt[release notes for 1.5.0.5] - -* link:RelNotes-1.5.0.3.txt[release notes for 1.5.0.3] - -* link:RelNotes-1.5.0.2.txt[release notes for 1.5.0.2] - -* link:RelNotes-1.5.0.1.txt[release notes for 1.5.0.1] - -* link:RelNotes-1.5.0.txt[release notes for 1.5.0] - -* link:v1.4.4.4/git.html[documentation for release 1.4.4.4] - -* link:v1.3.3/git.html[documentation for release 1.3.3] - -* link:v1.2.6/git.html[documentation for release 1.2.6] - -* link:v1.0.13/git.html[documentation for release 1.0.13] +* release notes for link:RelNotes-1.5.1.5.txt[1.5.1.5], + link:RelNotes-1.5.1.4.txt[1.5.1.4], + link:RelNotes-1.5.1.3.txt[1.5.1.3], + link:RelNotes-1.5.1.2.txt[1.5.1.2], + link:RelNotes-1.5.1.1.txt[1.5.1.1], + link:RelNotes-1.5.1.txt[1.5.1]. + +* link:v1.5.0.7/git.html[documentation for release 1.5.0.7] + +* release notes for link:RelNotes-1.5.0.7.txt[1.5.0.7], + link:RelNotes-1.5.0.6.txt[1.5.0.6], + link:RelNotes-1.5.0.5.txt[1.5.0.5], + link:RelNotes-1.5.0.3.txt[1.5.0.3], + link:RelNotes-1.5.0.2.txt[1.5.0.2], + link:RelNotes-1.5.0.1.txt[1.5.0.1], + link:RelNotes-1.5.0.txt[1.5.0]. + +* documentation for release link:v1.4.4.4/git.html[1.4.4.4], + link:v1.3.3/git.html[1.3.3], + link:v1.2.6/git.html[1.2.6], + link:v1.0.13/git.html[1.0.13]. ============ -- 2.26.2