summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-09-23 11:13:29 -0700
committerJunio C Hamano <gitster@pobox.com>2022-09-23 11:13:29 -0700
commit0bdcb6704bd5cbbf68eca1659f019af8dd8e7d26 (patch)
tree83b464be703c14c20d2cd6d9a185c5a0cfe89721
parent8ca129238b8aed238611efa6bfad3d14847a49c1 (diff)
downloadgit-htmldocs-0bdcb6704bd5cbbf68eca1659f019af8dd8e7d26.tar.gz
Autogenerated HTML docs for v2.38.0-rc1-6-g4fd6c5
-rw-r--r--cmds-ancillaryinterrogators.txt34
-rw-r--r--cmds-ancillarymanipulators.txt22
-rw-r--r--cmds-developerinterfaces.txt22
-rw-r--r--cmds-foreignscminterface.txt20
-rw-r--r--cmds-guide.txt26
-rw-r--r--cmds-mainporcelain.txt88
-rw-r--r--cmds-plumbinginterrogators.txt42
-rw-r--r--cmds-plumbingmanipulators.txt38
-rw-r--r--cmds-purehelpers.txt36
-rw-r--r--cmds-synchelpers.txt12
-rw-r--r--cmds-synchingrepositories.txt10
-rw-r--r--cmds-userinterfaces.txt16
-rw-r--r--git.html366
-rw-r--r--howto/coordinate-embargoed-releases.html2
-rw-r--r--howto/keep-canonical-history-correct.html2
-rw-r--r--howto/maintain-git.html2
-rw-r--r--howto/new-command.html2
-rw-r--r--howto/rebase-from-internal-branch.html2
-rw-r--r--howto/rebuild-from-update-hook.html2
-rw-r--r--howto/recover-corrupted-blob-object.html2
-rw-r--r--howto/recover-corrupted-object-harder.html2
-rw-r--r--howto/revert-a-faulty-merge.html2
-rw-r--r--howto/revert-branch-rebase.html2
-rw-r--r--howto/separating-topic-branches.html2
-rw-r--r--howto/setup-git-server-over-http.html2
-rw-r--r--howto/update-hook-example.html2
-rw-r--r--howto/use-git-daemon.html2
-rw-r--r--howto/using-merge-subtree.html2
-rw-r--r--howto/using-signed-tag-in-pull-request.html2
29 files changed, 382 insertions, 382 deletions
diff --git a/cmds-ancillaryinterrogators.txt b/cmds-ancillaryinterrogators.txt
index 6248bccbd..670f13ac4 100644
--- a/cmds-ancillaryinterrogators.txt
+++ b/cmds-ancillaryinterrogators.txt
@@ -1,51 +1,51 @@
-linkgit:git-annotate[git]::
+linkgit:git-annotate[1]::
Annotate file lines with commit information.
-linkgit:git-blame[git]::
+linkgit:git-blame[1]::
Show what revision and author last modified each line of a file.
-linkgit:git-bugreport[git]::
+linkgit:git-bugreport[1]::
Collect information for user to file a bug report.
-linkgit:git-count-objects[git]::
+linkgit:git-count-objects[1]::
Count unpacked number of objects and their disk consumption.
-linkgit:git-diagnose[git]::
+linkgit:git-diagnose[1]::
Generate a zip archive of diagnostic information.
-linkgit:git-difftool[git]::
+linkgit:git-difftool[1]::
Show changes using common diff tools.
-linkgit:git-fsck[git]::
+linkgit:git-fsck[1]::
Verifies the connectivity and validity of the objects in the database.
-linkgit:git-help[git]::
+linkgit:git-help[1]::
Display help information about Git.
-linkgit:git-instaweb[git]::
+linkgit:git-instaweb[1]::
Instantly browse your working repository in gitweb.
-linkgit:git-merge-tree[git]::
+linkgit:git-merge-tree[1]::
Perform merge without touching index or working tree.
-linkgit:git-rerere[git]::
+linkgit:git-rerere[1]::
Reuse recorded resolution of conflicted merges.
-linkgit:git-show-branch[git]::
+linkgit:git-show-branch[1]::
Show branches and their commits.
-linkgit:git-verify-commit[git]::
+linkgit:git-verify-commit[1]::
Check the GPG signature of commits.
-linkgit:git-verify-tag[git]::
+linkgit:git-verify-tag[1]::
Check the GPG signature of tags.
-linkgit:git-version[git]::
+linkgit:git-version[1]::
Display version information about Git.
-linkgit:git-whatchanged[git]::
+linkgit:git-whatchanged[1]::
Show logs with difference each commit introduces.
-linkgit:gitweb[git]::
+linkgit:gitweb[1]::
Git web interface (web frontend to Git repositories).
diff --git a/cmds-ancillarymanipulators.txt b/cmds-ancillarymanipulators.txt
index c0932e377..f3d3f12d3 100644
--- a/cmds-ancillarymanipulators.txt
+++ b/cmds-ancillarymanipulators.txt
@@ -1,33 +1,33 @@
-linkgit:git-config[git]::
+linkgit:git-config[1]::
Get and set repository or global options.
-linkgit:git-fast-export[git]::
+linkgit:git-fast-export[1]::
Git data exporter.
-linkgit:git-fast-import[git]::
+linkgit:git-fast-import[1]::
Backend for fast Git data importers.
-linkgit:git-filter-branch[git]::
+linkgit:git-filter-branch[1]::
Rewrite branches.
-linkgit:git-mergetool[git]::
+linkgit:git-mergetool[1]::
Run merge conflict resolution tools to resolve merge conflicts.
-linkgit:git-pack-refs[git]::
+linkgit:git-pack-refs[1]::
Pack heads and tags for efficient repository access.
-linkgit:git-prune[git]::
+linkgit:git-prune[1]::
Prune all unreachable objects from the object database.
-linkgit:git-reflog[git]::
+linkgit:git-reflog[1]::
Manage reflog information.
-linkgit:git-remote[git]::
+linkgit:git-remote[1]::
Manage set of tracked repositories.
-linkgit:git-repack[git]::
+linkgit:git-repack[1]::
Pack unpacked objects in a repository.
-linkgit:git-replace[git]::
+linkgit:git-replace[1]::
Create, list, delete refs to replace objects.
diff --git a/cmds-developerinterfaces.txt b/cmds-developerinterfaces.txt
index 667404195..e060960bb 100644
--- a/cmds-developerinterfaces.txt
+++ b/cmds-developerinterfaces.txt
@@ -1,33 +1,33 @@
-linkgit:gitformat-bundle[git]::
+linkgit:gitformat-bundle[5]::
The bundle file format.
-linkgit:gitformat-chunk[git]::
+linkgit:gitformat-chunk[5]::
Chunk-based file formats.
-linkgit:gitformat-commit-graph[git]::
+linkgit:gitformat-commit-graph[5]::
Git commit graph format.
-linkgit:gitformat-index[git]::
+linkgit:gitformat-index[5]::
Git index format.
-linkgit:gitformat-pack[git]::
+linkgit:gitformat-pack[5]::
Git pack format.
-linkgit:gitformat-signature[git]::
+linkgit:gitformat-signature[5]::
Git cryptographic signature formats.
-linkgit:gitprotocol-capabilities[git]::
+linkgit:gitprotocol-capabilities[5]::
Protocol v0 and v1 capabilities.
-linkgit:gitprotocol-common[git]::
+linkgit:gitprotocol-common[5]::
Things common to various protocols.
-linkgit:gitprotocol-http[git]::
+linkgit:gitprotocol-http[5]::
Git HTTP-based protocols.
-linkgit:gitprotocol-pack[git]::
+linkgit:gitprotocol-pack[5]::
How packs are transferred over-the-wire.
-linkgit:gitprotocol-v2[git]::
+linkgit:gitprotocol-v2[5]::
Git Wire Protocol, Version 2.
diff --git a/cmds-foreignscminterface.txt b/cmds-foreignscminterface.txt
index aa1d310a1..29236a058 100644
--- a/cmds-foreignscminterface.txt
+++ b/cmds-foreignscminterface.txt
@@ -1,30 +1,30 @@
-linkgit:git-archimport[git]::
+linkgit:git-archimport[1]::
Import a GNU Arch repository into Git.
-linkgit:git-cvsexportcommit[git]::
+linkgit:git-cvsexportcommit[1]::
Export a single commit to a CVS checkout.
-linkgit:git-cvsimport[git]::
+linkgit:git-cvsimport[1]::
Salvage your data out of another SCM people love to hate.
-linkgit:git-cvsserver[git]::
+linkgit:git-cvsserver[1]::
A CVS server emulator for Git.
-linkgit:git-imap-send[git]::
+linkgit:git-imap-send[1]::
Send a collection of patches from stdin to an IMAP folder.
-linkgit:git-p4[git]::
+linkgit:git-p4[1]::
Import from and submit to Perforce repositories.
-linkgit:git-quiltimport[git]::
+linkgit:git-quiltimport[1]::
Applies a quilt patchset onto the current branch.
-linkgit:git-request-pull[git]::
+linkgit:git-request-pull[1]::
Generates a summary of pending changes.
-linkgit:git-send-email[git]::
+linkgit:git-send-email[1]::
Send a collection of patches as emails.
-linkgit:git-svn[git]::
+linkgit:git-svn[1]::
Bidirectional operation between a Subversion repository and Git.
diff --git a/cmds-guide.txt b/cmds-guide.txt
index e79055c86..3c0eeb3dc 100644
--- a/cmds-guide.txt
+++ b/cmds-guide.txt
@@ -1,39 +1,39 @@
-linkgit:gitcore-tutorial[git]::
+linkgit:gitcore-tutorial[7]::
A Git core tutorial for developers.
-linkgit:gitcredentials[git]::
+linkgit:gitcredentials[7]::
Providing usernames and passwords to Git.
-linkgit:gitcvs-migration[git]::
+linkgit:gitcvs-migration[7]::
Git for CVS users.
-linkgit:gitdiffcore[git]::
+linkgit:gitdiffcore[7]::
Tweaking diff output.
-linkgit:giteveryday[git]::
+linkgit:giteveryday[7]::
A useful minimum set of commands for Everyday Git.
-linkgit:gitfaq[git]::
+linkgit:gitfaq[7]::
Frequently asked questions about using Git.
-linkgit:gitglossary[git]::
+linkgit:gitglossary[7]::
A Git Glossary.
-linkgit:gitnamespaces[git]::
+linkgit:gitnamespaces[7]::
Git namespaces.
-linkgit:gitremote-helpers[git]::
+linkgit:gitremote-helpers[7]::
Helper programs to interact with remote repositories.
-linkgit:gitsubmodules[git]::
+linkgit:gitsubmodules[7]::
Mounting one repository inside another.
-linkgit:gittutorial[git]::
+linkgit:gittutorial[7]::
A tutorial introduction to Git.
-linkgit:gittutorial-2[git]::
+linkgit:gittutorial-2[7]::
A tutorial introduction to Git: part two.
-linkgit:gitworkflows[git]::
+linkgit:gitworkflows[7]::
An overview of recommended workflows with Git.
diff --git a/cmds-mainporcelain.txt b/cmds-mainporcelain.txt
index 1aa6141fc..a3714d7e8 100644
--- a/cmds-mainporcelain.txt
+++ b/cmds-mainporcelain.txt
@@ -1,132 +1,132 @@
-linkgit:git-add[git]::
+linkgit:git-add[1]::
Add file contents to the index.
-linkgit:git-am[git]::
+linkgit:git-am[1]::
Apply a series of patches from a mailbox.
-linkgit:git-archive[git]::
+linkgit:git-archive[1]::
Create an archive of files from a named tree.
-linkgit:git-bisect[git]::
+linkgit:git-bisect[1]::
Use binary search to find the commit that introduced a bug.
-linkgit:git-branch[git]::
+linkgit:git-branch[1]::
List, create, or delete branches.
-linkgit:git-bundle[git]::
+linkgit:git-bundle[1]::
Move objects and refs by archive.
-linkgit:git-checkout[git]::
+linkgit:git-checkout[1]::
Switch branches or restore working tree files.
-linkgit:git-cherry-pick[git]::
+linkgit:git-cherry-pick[1]::
Apply the changes introduced by some existing commits.
-linkgit:git-citool[git]::
+linkgit:git-citool[1]::
Graphical alternative to git-commit.
-linkgit:git-clean[git]::
+linkgit:git-clean[1]::
Remove untracked files from the working tree.
-linkgit:git-clone[git]::
+linkgit:git-clone[1]::
Clone a repository into a new directory.
-linkgit:git-commit[git]::
+linkgit:git-commit[1]::
Record changes to the repository.
-linkgit:git-describe[git]::
+linkgit:git-describe[1]::
Give an object a human readable name based on an available ref.
-linkgit:git-diff[git]::
+linkgit:git-diff[1]::
Show changes between commits, commit and working tree, etc.
-linkgit:git-fetch[git]::
+linkgit:git-fetch[1]::
Download objects and refs from another repository.
-linkgit:git-format-patch[git]::
+linkgit:git-format-patch[1]::
Prepare patches for e-mail submission.
-linkgit:git-gc[git]::
+linkgit:git-gc[1]::
Cleanup unnecessary files and optimize the local repository.
-linkgit:git-grep[git]::
+linkgit:git-grep[1]::
Print lines matching a pattern.
-linkgit:git-gui[git]::
+linkgit:git-gui[1]::
A portable graphical interface to Git.
-linkgit:git-init[git]::
+linkgit:git-init[1]::
Create an empty Git repository or reinitialize an existing one.
-linkgit:git-log[git]::
+linkgit:git-log[1]::
Show commit logs.
-linkgit:git-maintenance[git]::
+linkgit:git-maintenance[1]::
Run tasks to optimize Git repository data.
-linkgit:git-merge[git]::
+linkgit:git-merge[1]::
Join two or more development histories together.
-linkgit:git-mv[git]::
+linkgit:git-mv[1]::
Move or rename a file, a directory, or a symlink.
-linkgit:git-notes[git]::
+linkgit:git-notes[1]::
Add or inspect object notes.
-linkgit:git-pull[git]::
+linkgit:git-pull[1]::
Fetch from and integrate with another repository or a local branch.
-linkgit:git-push[git]::
+linkgit:git-push[1]::
Update remote refs along with associated objects.
-linkgit:git-range-diff[git]::
+linkgit:git-range-diff[1]::
Compare two commit ranges (e.g. two versions of a branch).
-linkgit:git-rebase[git]::
+linkgit:git-rebase[1]::
Reapply commits on top of another base tip.
-linkgit:git-reset[git]::
+linkgit:git-reset[1]::
Reset current HEAD to the specified state.
-linkgit:git-restore[git]::
+linkgit:git-restore[1]::
Restore working tree files.
-linkgit:git-revert[git]::
+linkgit:git-revert[1]::
Revert some existing commits.
-linkgit:git-rm[git]::
+linkgit:git-rm[1]::
Remove files from the working tree and from the index.
-linkgit:git-shortlog[git]::
+linkgit:git-shortlog[1]::
Summarize 'git log' output.
-linkgit:git-show[git]::
+linkgit:git-show[1]::
Show various types of objects.
-linkgit:git-sparse-checkout[git]::
+linkgit:git-sparse-checkout[1]::
Reduce your working tree to a subset of tracked files.
-linkgit:git-stash[git]::
+linkgit:git-stash[1]::
Stash the changes in a dirty working directory away.
-linkgit:git-status[git]::
+linkgit:git-status[1]::
Show the working tree status.
-linkgit:git-submodule[git]::
+linkgit:git-submodule[1]::
Initialize, update or inspect submodules.
-linkgit:git-switch[git]::
+linkgit:git-switch[1]::
Switch branches.
-linkgit:git-tag[git]::
+linkgit:git-tag[1]::
Create, list, delete or verify a tag object signed with GPG.
-linkgit:git-worktree[git]::
+linkgit:git-worktree[1]::
Manage multiple working trees.
-linkgit:gitk[git]::
+linkgit:gitk[1]::
The Git repository browser.
-linkgit:scalar[scalar]::
+linkgit:scalar[1]::
A tool for managing large Git repositories.
diff --git a/cmds-plumbinginterrogators.txt b/cmds-plumbinginterrogators.txt
index ad84df1bc..fe653a8d7 100644
--- a/cmds-plumbinginterrogators.txt
+++ b/cmds-plumbinginterrogators.txt
@@ -1,63 +1,63 @@
-linkgit:git-cat-file[git]::
+linkgit:git-cat-file[1]::
Provide content or type and size information for repository objects.
-linkgit:git-cherry[git]::
+linkgit:git-cherry[1]::
Find commits yet to be applied to upstream.
-linkgit:git-diff-files[git]::
+linkgit:git-diff-files[1]::
Compares files in the working tree and the index.
-linkgit:git-diff-index[git]::
+linkgit:git-diff-index[1]::
Compare a tree to the working tree or index.
-linkgit:git-diff-tree[git]::
+linkgit:git-diff-tree[1]::
Compares the content and mode of blobs found via two tree objects.
-linkgit:git-for-each-ref[git]::
+linkgit:git-for-each-ref[1]::
Output information on each ref.
-linkgit:git-for-each-repo[git]::
+linkgit:git-for-each-repo[1]::
Run a Git command on a list of repositories.
-linkgit:git-get-tar-commit-id[git]::
+linkgit:git-get-tar-commit-id[1]::
Extract commit ID from an archive created using git-archive.
-linkgit:git-ls-files[git]::
+linkgit:git-ls-files[1]::
Show information about files in the index and the working tree.
-linkgit:git-ls-remote[git]::
+linkgit:git-ls-remote[1]::
List references in a remote repository.
-linkgit:git-ls-tree[git]::
+linkgit:git-ls-tree[1]::
List the contents of a tree object.
-linkgit:git-merge-base[git]::
+linkgit:git-merge-base[1]::
Find as good common ancestors as possible for a merge.
-linkgit:git-name-rev[git]::
+linkgit:git-name-rev[1]::
Find symbolic names for given revs.
-linkgit:git-pack-redundant[git]::
+linkgit:git-pack-redundant[1]::
Find redundant pack files.
-linkgit:git-rev-list[git]::
+linkgit:git-rev-list[1]::
Lists commit objects in reverse chronological order.
-linkgit:git-rev-parse[git]::
+linkgit:git-rev-parse[1]::
Pick out and massage parameters.
-linkgit:git-show-index[git]::
+linkgit:git-show-index[1]::
Show packed archive index.
-linkgit:git-show-ref[git]::
+linkgit:git-show-ref[1]::
List references in a local repository.
-linkgit:git-unpack-file[git]::
+linkgit:git-unpack-file[1]::
Creates a temporary file with a blob's contents.
-linkgit:git-var[git]::
+linkgit:git-var[1]::
Show a Git logical variable.
-linkgit:git-verify-pack[git]::
+linkgit:git-verify-pack[1]::
Validate packed Git archive files.
diff --git a/cmds-plumbingmanipulators.txt b/cmds-plumbingmanipulators.txt
index 5f4db62c1..b07e5673f 100644
--- a/cmds-plumbingmanipulators.txt
+++ b/cmds-plumbingmanipulators.txt
@@ -1,57 +1,57 @@
-linkgit:git-apply[git]::
+linkgit:git-apply[1]::
Apply a patch to files and/or to the index.
-linkgit:git-checkout-index[git]::
+linkgit:git-checkout-index[1]::
Copy files from the index to the working tree.
-linkgit:git-commit-graph[git]::
+linkgit:git-commit-graph[1]::
Write and verify Git commit-graph files.
-linkgit:git-commit-tree[git]::
+linkgit:git-commit-tree[1]::
Create a new commit object.
-linkgit:git-hash-object[git]::
+linkgit:git-hash-object[1]::
Compute object ID and optionally creates a blob from a file.
-linkgit:git-index-pack[git]::
+linkgit:git-index-pack[1]::
Build pack index file for an existing packed archive.
-linkgit:git-merge-file[git]::
+linkgit:git-merge-file[1]::
Run a three-way file merge.
-linkgit:git-merge-index[git]::
+linkgit:git-merge-index[1]::
Run a merge for files needing merging.
-linkgit:git-mktag[git]::
+linkgit:git-mktag[1]::
Creates a tag object with extra validation.
-linkgit:git-mktree[git]::
+linkgit:git-mktree[1]::
Build a tree-object from ls-tree formatted text.
-linkgit:git-multi-pack-index[git]::
+linkgit:git-multi-pack-index[1]::
Write and verify multi-pack-indexes.
-linkgit:git-pack-objects[git]::
+linkgit:git-pack-objects[1]::
Create a packed archive of objects.
-linkgit:git-prune-packed[git]::
+linkgit:git-prune-packed[1]::
Remove extra objects that are already in pack files.
-linkgit:git-read-tree[git]::
+linkgit:git-read-tree[1]::
Reads tree information into the index.
-linkgit:git-symbolic-ref[git]::
+linkgit:git-symbolic-ref[1]::
Read, modify and delete symbolic refs.
-linkgit:git-unpack-objects[git]::
+linkgit:git-unpack-objects[1]::
Unpack objects from a packed archive.
-linkgit:git-update-index[git]::
+linkgit:git-update-index[1]::
Register file contents in the working tree to the index.
-linkgit:git-update-ref[git]::
+linkgit:git-update-ref[1]::
Update the object name stored in a ref safely.
-linkgit:git-write-tree[git]::
+linkgit:git-write-tree[1]::
Create a tree object from the current index.
diff --git a/cmds-purehelpers.txt b/cmds-purehelpers.txt
index f2693a414..259298821 100644
--- a/cmds-purehelpers.txt
+++ b/cmds-purehelpers.txt
@@ -1,54 +1,54 @@
-linkgit:git-check-attr[git]::
+linkgit:git-check-attr[1]::
Display gitattributes information.
-linkgit:git-check-ignore[git]::
+linkgit:git-check-ignore[1]::
Debug gitignore / exclude files.
-linkgit:git-check-mailmap[git]::
+linkgit:git-check-mailmap[1]::
Show canonical names and email addresses of contacts.
-linkgit:git-check-ref-format[git]::
+linkgit:git-check-ref-format[1]::
Ensures that a reference name is well formed.
-linkgit:git-column[git]::
+linkgit:git-column[1]::
Display data in columns.
-linkgit:git-credential[git]::
+linkgit:git-credential[1]::
Retrieve and store user credentials.
-linkgit:git-credential-cache[git]::
+linkgit:git-credential-cache[1]::
Helper to temporarily store passwords in memory.
-linkgit:git-credential-store[git]::
+linkgit:git-credential-store[1]::
Helper to store credentials on disk.
-linkgit:git-fmt-merge-msg[git]::
+linkgit:git-fmt-merge-msg[1]::
Produce a merge commit message.
-linkgit:git-hook[git]::
+linkgit:git-hook[1]::
Run git hooks.
-linkgit:git-interpret-trailers[git]::
+linkgit:git-interpret-trailers[1]::
Add or parse structured information in commit messages.
-linkgit:git-mailinfo[git]::
+linkgit:git-mailinfo[1]::
Extracts patch and authorship from a single e-mail message.
-linkgit:git-mailsplit[git]::
+linkgit:git-mailsplit[1]::
Simple UNIX mbox splitter program.
-linkgit:git-merge-one-file[git]::
+linkgit:git-merge-one-file[1]::
The standard helper program to use with git-merge-index.
-linkgit:git-patch-id[git]::
+linkgit:git-patch-id[1]::
Compute unique ID for a patch.
-linkgit:git-sh-i18n[git]::
+linkgit:git-sh-i18n[1]::
Git's i18n setup code for shell scripts.
-linkgit:git-sh-setup[git]::
+linkgit:git-sh-setup[1]::
Common Git shell script setup code.
-linkgit:git-stripspace[git]::
+linkgit:git-stripspace[1]::
Remove unnecessary whitespace.
diff --git a/cmds-synchelpers.txt b/cmds-synchelpers.txt
index d7fa711bf..253c5d352 100644
--- a/cmds-synchelpers.txt
+++ b/cmds-synchelpers.txt
@@ -1,18 +1,18 @@
-linkgit:git-http-fetch[git]::
+linkgit:git-http-fetch[1]::
Download from a remote Git repository via HTTP.
-linkgit:git-http-push[git]::
+linkgit:git-http-push[1]::
Push objects over HTTP/DAV to another repository.
-linkgit:git-receive-pack[git]::
+linkgit:git-receive-pack[1]::
Receive what is pushed into the repository.
-linkgit:git-shell[git]::
+linkgit:git-shell[1]::
Restricted login shell for Git-only SSH access.
-linkgit:git-upload-archive[git]::
+linkgit:git-upload-archive[1]::
Send archive back to git-archive.
-linkgit:git-upload-pack[git]::
+linkgit:git-upload-pack[1]::
Send objects packed back to git-fetch-pack.
diff --git a/cmds-synchingrepositories.txt b/cmds-synchingrepositories.txt
index ea75cfef1..d3ddba3b9 100644
--- a/cmds-synchingrepositories.txt
+++ b/cmds-synchingrepositories.txt
@@ -1,15 +1,15 @@
-linkgit:git-daemon[git]::
+linkgit:git-daemon[1]::
A really simple server for Git repositories.
-linkgit:git-fetch-pack[git]::
+linkgit:git-fetch-pack[1]::
Receive missing objects from another repository.
-linkgit:git-http-backend[git]::
+linkgit:git-http-backend[1]::
Server side implementation of Git over HTTP.
-linkgit:git-send-pack[git]::
+linkgit:git-send-pack[1]::
Push objects over Git protocol to another repository.
-linkgit:git-update-server-info[git]::
+linkgit:git-update-server-info[1]::
Update auxiliary info file to help dumb servers.
diff --git a/cmds-userinterfaces.txt b/cmds-userinterfaces.txt
index bbf661249..dae805335 100644
--- a/cmds-userinterfaces.txt
+++ b/cmds-userinterfaces.txt
@@ -1,24 +1,24 @@
-linkgit:gitattributes[git]::
+linkgit:gitattributes[5]::
Defining attributes per path.
-linkgit:gitcli[git]::
+linkgit:gitcli[7]::
Git command-line interface and conventions.
-linkgit:githooks[git]::
+linkgit:githooks[5]::
Hooks used by Git.
-linkgit:gitignore[git]::
+linkgit:gitignore[5]::
Specifies intentionally untracked files to ignore.
-linkgit:gitmailmap[git]::
+linkgit:gitmailmap[5]::
Map author/committer names and/or E-Mail addresses.
-linkgit:gitmodules[git]::
+linkgit:gitmodules[5]::
Defining submodule properties.
-linkgit:gitrepository-layout[git]::
+linkgit:gitrepository-layout[5]::
Git Repository Layout.
-linkgit:gitrevisions[git]::
+linkgit:gitrevisions[7]::
Specifying revisions and ranges for Git.
diff --git a/git.html b/git.html
index 853c5c42a..066b525ab 100644
--- a/git.html
+++ b/git.html
@@ -1097,7 +1097,7 @@ ancillary user utilities.</p></div>
<h3 id="_main_porcelain_commands">Main porcelain commands</h3>
<div class="dlist"><dl>
<dt class="hdlist1">
-<a href="git-add.html">git-add(git)</a>
+<a href="git-add.html">git-add(1)</a>
</dt>
<dd>
<p>
@@ -1105,7 +1105,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-am.html">git-am(git)</a>
+<a href="git-am.html">git-am(1)</a>
</dt>
<dd>
<p>
@@ -1113,7 +1113,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-archive.html">git-archive(git)</a>
+<a href="git-archive.html">git-archive(1)</a>
</dt>
<dd>
<p>
@@ -1121,7 +1121,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-bisect.html">git-bisect(git)</a>
+<a href="git-bisect.html">git-bisect(1)</a>
</dt>
<dd>
<p>
@@ -1129,7 +1129,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-branch.html">git-branch(git)</a>
+<a href="git-branch.html">git-branch(1)</a>
</dt>
<dd>
<p>
@@ -1137,7 +1137,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-bundle.html">git-bundle(git)</a>
+<a href="git-bundle.html">git-bundle(1)</a>
</dt>
<dd>
<p>
@@ -1145,7 +1145,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-checkout.html">git-checkout(git)</a>
+<a href="git-checkout.html">git-checkout(1)</a>
</dt>
<dd>
<p>
@@ -1153,7 +1153,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-cherry-pick.html">git-cherry-pick(git)</a>
+<a href="git-cherry-pick.html">git-cherry-pick(1)</a>
</dt>
<dd>
<p>
@@ -1161,7 +1161,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-citool.html">git-citool(git)</a>
+<a href="git-citool.html">git-citool(1)</a>
</dt>
<dd>
<p>
@@ -1169,7 +1169,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-clean.html">git-clean(git)</a>
+<a href="git-clean.html">git-clean(1)</a>
</dt>
<dd>
<p>
@@ -1177,7 +1177,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-clone.html">git-clone(git)</a>
+<a href="git-clone.html">git-clone(1)</a>
</dt>
<dd>
<p>
@@ -1185,7 +1185,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-commit.html">git-commit(git)</a>
+<a href="git-commit.html">git-commit(1)</a>
</dt>
<dd>
<p>
@@ -1193,7 +1193,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-describe.html">git-describe(git)</a>
+<a href="git-describe.html">git-describe(1)</a>
</dt>
<dd>
<p>
@@ -1201,7 +1201,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-diff.html">git-diff(git)</a>
+<a href="git-diff.html">git-diff(1)</a>
</dt>
<dd>
<p>
@@ -1209,7 +1209,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-fetch.html">git-fetch(git)</a>
+<a href="git-fetch.html">git-fetch(1)</a>
</dt>
<dd>
<p>
@@ -1217,7 +1217,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-format-patch.html">git-format-patch(git)</a>
+<a href="git-format-patch.html">git-format-patch(1)</a>
</dt>
<dd>
<p>
@@ -1225,7 +1225,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-gc.html">git-gc(git)</a>
+<a href="git-gc.html">git-gc(1)</a>
</dt>
<dd>
<p>
@@ -1233,7 +1233,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-grep.html">git-grep(git)</a>
+<a href="git-grep.html">git-grep(1)</a>
</dt>
<dd>
<p>
@@ -1241,7 +1241,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-gui.html">git-gui(git)</a>
+<a href="git-gui.html">git-gui(1)</a>
</dt>
<dd>
<p>
@@ -1249,7 +1249,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-init.html">git-init(git)</a>
+<a href="git-init.html">git-init(1)</a>
</dt>
<dd>
<p>
@@ -1257,7 +1257,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-log.html">git-log(git)</a>
+<a href="git-log.html">git-log(1)</a>
</dt>
<dd>
<p>
@@ -1265,7 +1265,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-maintenance.html">git-maintenance(git)</a>
+<a href="git-maintenance.html">git-maintenance(1)</a>
</dt>
<dd>
<p>
@@ -1273,7 +1273,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-merge.html">git-merge(git)</a>
+<a href="git-merge.html">git-merge(1)</a>
</dt>
<dd>
<p>
@@ -1281,7 +1281,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-mv.html">git-mv(git)</a>
+<a href="git-mv.html">git-mv(1)</a>
</dt>
<dd>
<p>
@@ -1289,7 +1289,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-notes.html">git-notes(git)</a>
+<a href="git-notes.html">git-notes(1)</a>
</dt>
<dd>
<p>
@@ -1297,7 +1297,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-pull.html">git-pull(git)</a>
+<a href="git-pull.html">git-pull(1)</a>
</dt>
<dd>
<p>
@@ -1305,7 +1305,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-push.html">git-push(git)</a>
+<a href="git-push.html">git-push(1)</a>
</dt>
<dd>
<p>
@@ -1313,7 +1313,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-range-diff.html">git-range-diff(git)</a>
+<a href="git-range-diff.html">git-range-diff(1)</a>
</dt>
<dd>
<p>
@@ -1321,7 +1321,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-rebase.html">git-rebase(git)</a>
+<a href="git-rebase.html">git-rebase(1)</a>
</dt>
<dd>
<p>
@@ -1329,7 +1329,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-reset.html">git-reset(git)</a>
+<a href="git-reset.html">git-reset(1)</a>
</dt>
<dd>
<p>
@@ -1337,7 +1337,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-restore.html">git-restore(git)</a>
+<a href="git-restore.html">git-restore(1)</a>
</dt>
<dd>
<p>
@@ -1345,7 +1345,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-revert.html">git-revert(git)</a>
+<a href="git-revert.html">git-revert(1)</a>
</dt>
<dd>
<p>
@@ -1353,7 +1353,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-rm.html">git-rm(git)</a>
+<a href="git-rm.html">git-rm(1)</a>
</dt>
<dd>
<p>
@@ -1361,7 +1361,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-shortlog.html">git-shortlog(git)</a>
+<a href="git-shortlog.html">git-shortlog(1)</a>
</dt>
<dd>
<p>
@@ -1369,7 +1369,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-show.html">git-show(git)</a>
+<a href="git-show.html">git-show(1)</a>
</dt>
<dd>
<p>
@@ -1377,7 +1377,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-sparse-checkout.html">git-sparse-checkout(git)</a>
+<a href="git-sparse-checkout.html">git-sparse-checkout(1)</a>
</dt>
<dd>
<p>
@@ -1385,7 +1385,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-stash.html">git-stash(git)</a>
+<a href="git-stash.html">git-stash(1)</a>
</dt>
<dd>
<p>
@@ -1393,7 +1393,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-status.html">git-status(git)</a>
+<a href="git-status.html">git-status(1)</a>
</dt>
<dd>
<p>
@@ -1401,7 +1401,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-submodule.html">git-submodule(git)</a>
+<a href="git-submodule.html">git-submodule(1)</a>
</dt>
<dd>
<p>
@@ -1409,7 +1409,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-switch.html">git-switch(git)</a>
+<a href="git-switch.html">git-switch(1)</a>
</dt>
<dd>
<p>
@@ -1417,7 +1417,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-tag.html">git-tag(git)</a>
+<a href="git-tag.html">git-tag(1)</a>
</dt>
<dd>
<p>
@@ -1425,7 +1425,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-worktree.html">git-worktree(git)</a>
+<a href="git-worktree.html">git-worktree(1)</a>
</dt>
<dd>
<p>
@@ -1433,7 +1433,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="gitk.html">gitk(git)</a>
+<a href="gitk.html">gitk(1)</a>
</dt>
<dd>
<p>
@@ -1441,7 +1441,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="scalar.html">scalar(scalar)</a>
+<a href="scalar.html">scalar(1)</a>
</dt>
<dd>
<p>
@@ -1455,7 +1455,7 @@ ancillary user utilities.</p></div>
<div class="paragraph"><p>Manipulators:</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
-<a href="git-config.html">git-config(git)</a>
+<a href="git-config.html">git-config(1)</a>
</dt>
<dd>
<p>
@@ -1463,7 +1463,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-fast-export.html">git-fast-export(git)</a>
+<a href="git-fast-export.html">git-fast-export(1)</a>
</dt>
<dd>
<p>
@@ -1471,7 +1471,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-fast-import.html">git-fast-import(git)</a>
+<a href="git-fast-import.html">git-fast-import(1)</a>
</dt>
<dd>
<p>
@@ -1479,7 +1479,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-filter-branch.html">git-filter-branch(git)</a>
+<a href="git-filter-branch.html">git-filter-branch(1)</a>
</dt>
<dd>
<p>
@@ -1487,7 +1487,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-mergetool.html">git-mergetool(git)</a>
+<a href="git-mergetool.html">git-mergetool(1)</a>
</dt>
<dd>
<p>
@@ -1495,7 +1495,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-pack-refs.html">git-pack-refs(git)</a>
+<a href="git-pack-refs.html">git-pack-refs(1)</a>
</dt>
<dd>
<p>
@@ -1503,7 +1503,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-prune.html">git-prune(git)</a>
+<a href="git-prune.html">git-prune(1)</a>
</dt>
<dd>
<p>
@@ -1511,7 +1511,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-reflog.html">git-reflog(git)</a>
+<a href="git-reflog.html">git-reflog(1)</a>
</dt>
<dd>
<p>
@@ -1519,7 +1519,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-remote.html">git-remote(git)</a>
+<a href="git-remote.html">git-remote(1)</a>
</dt>
<dd>
<p>
@@ -1527,7 +1527,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-repack.html">git-repack(git)</a>
+<a href="git-repack.html">git-repack(1)</a>
</dt>
<dd>
<p>
@@ -1535,7 +1535,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-replace.html">git-replace(git)</a>
+<a href="git-replace.html">git-replace(1)</a>
</dt>
<dd>
<p>
@@ -1546,7 +1546,7 @@ ancillary user utilities.</p></div>
<div class="paragraph"><p>Interrogators:</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
-<a href="git-annotate.html">git-annotate(git)</a>
+<a href="git-annotate.html">git-annotate(1)</a>
</dt>
<dd>
<p>
@@ -1554,7 +1554,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-blame.html">git-blame(git)</a>
+<a href="git-blame.html">git-blame(1)</a>
</dt>
<dd>
<p>
@@ -1562,7 +1562,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-bugreport.html">git-bugreport(git)</a>
+<a href="git-bugreport.html">git-bugreport(1)</a>
</dt>
<dd>
<p>
@@ -1570,7 +1570,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-count-objects.html">git-count-objects(git)</a>
+<a href="git-count-objects.html">git-count-objects(1)</a>
</dt>
<dd>
<p>
@@ -1578,7 +1578,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-diagnose.html">git-diagnose(git)</a>
+<a href="git-diagnose.html">git-diagnose(1)</a>
</dt>
<dd>
<p>
@@ -1586,7 +1586,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-difftool.html">git-difftool(git)</a>
+<a href="git-difftool.html">git-difftool(1)</a>
</dt>
<dd>
<p>
@@ -1594,7 +1594,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-fsck.html">git-fsck(git)</a>
+<a href="git-fsck.html">git-fsck(1)</a>
</dt>
<dd>
<p>
@@ -1602,7 +1602,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-help.html">git-help(git)</a>
+<a href="git-help.html">git-help(1)</a>
</dt>
<dd>
<p>
@@ -1610,7 +1610,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-instaweb.html">git-instaweb(git)</a>
+<a href="git-instaweb.html">git-instaweb(1)</a>
</dt>
<dd>
<p>
@@ -1618,7 +1618,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-merge-tree.html">git-merge-tree(git)</a>
+<a href="git-merge-tree.html">git-merge-tree(1)</a>
</dt>
<dd>
<p>
@@ -1626,7 +1626,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-rerere.html">git-rerere(git)</a>
+<a href="git-rerere.html">git-rerere(1)</a>
</dt>
<dd>
<p>
@@ -1634,7 +1634,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-show-branch.html">git-show-branch(git)</a>
+<a href="git-show-branch.html">git-show-branch(1)</a>
</dt>
<dd>
<p>
@@ -1642,7 +1642,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-verify-commit.html">git-verify-commit(git)</a>
+<a href="git-verify-commit.html">git-verify-commit(1)</a>
</dt>
<dd>
<p>
@@ -1650,7 +1650,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-verify-tag.html">git-verify-tag(git)</a>
+<a href="git-verify-tag.html">git-verify-tag(1)</a>
</dt>
<dd>
<p>
@@ -1658,7 +1658,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-version.html">git-version(git)</a>
+<a href="git-version.html">git-version(1)</a>
</dt>
<dd>
<p>
@@ -1666,7 +1666,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-whatchanged.html">git-whatchanged(git)</a>
+<a href="git-whatchanged.html">git-whatchanged(1)</a>
</dt>
<dd>
<p>
@@ -1674,7 +1674,7 @@ ancillary user utilities.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="gitweb.html">gitweb(git)</a>
+<a href="gitweb.html">gitweb(1)</a>
</dt>
<dd>
<p>
@@ -1689,7 +1689,7 @@ ancillary user utilities.</p></div>
people via patch over e-mail.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
-<a href="git-archimport.html">git-archimport(git)</a>
+<a href="git-archimport.html">git-archimport(1)</a>
</dt>
<dd>
<p>
@@ -1697,7 +1697,7 @@ people via patch over e-mail.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-cvsexportcommit.html">git-cvsexportcommit(git)</a>
+<a href="git-cvsexportcommit.html">git-cvsexportcommit(1)</a>
</dt>
<dd>
<p>
@@ -1705,7 +1705,7 @@ people via patch over e-mail.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-cvsimport.html">git-cvsimport(git)</a>
+<a href="git-cvsimport.html">git-cvsimport(1)</a>
</dt>
<dd>
<p>
@@ -1713,7 +1713,7 @@ people via patch over e-mail.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-cvsserver.html">git-cvsserver(git)</a>
+<a href="git-cvsserver.html">git-cvsserver(1)</a>
</dt>
<dd>
<p>
@@ -1721,7 +1721,7 @@ people via patch over e-mail.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-imap-send.html">git-imap-send(git)</a>
+<a href="git-imap-send.html">git-imap-send(1)</a>
</dt>
<dd>
<p>
@@ -1729,7 +1729,7 @@ people via patch over e-mail.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-p4.html">git-p4(git)</a>
+<a href="git-p4.html">git-p4(1)</a>
</dt>
<dd>
<p>
@@ -1737,7 +1737,7 @@ people via patch over e-mail.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-quiltimport.html">git-quiltimport(git)</a>
+<a href="git-quiltimport.html">git-quiltimport(1)</a>
</dt>
<dd>
<p>
@@ -1745,7 +1745,7 @@ people via patch over e-mail.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-request-pull.html">git-request-pull(git)</a>
+<a href="git-request-pull.html">git-request-pull(1)</a>
</dt>
<dd>
<p>
@@ -1753,7 +1753,7 @@ people via patch over e-mail.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-send-email.html">git-send-email(git)</a>
+<a href="git-send-email.html">git-send-email(1)</a>
</dt>
<dd>
<p>
@@ -1761,7 +1761,7 @@ people via patch over e-mail.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-svn.html">git-svn(git)</a>
+<a href="git-svn.html">git-svn(1)</a>
</dt>
<dd>
<p>
@@ -1825,7 +1825,7 @@ repositories.</p></div>
<h3 id="_manipulation_commands">Manipulation commands</h3>
<div class="dlist"><dl>
<dt class="hdlist1">
-<a href="git-apply.html">git-apply(git)</a>
+<a href="git-apply.html">git-apply(1)</a>
</dt>
<dd>
<p>
@@ -1833,7 +1833,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-checkout-index.html">git-checkout-index(git)</a>
+<a href="git-checkout-index.html">git-checkout-index(1)</a>
</dt>
<dd>
<p>
@@ -1841,7 +1841,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-commit-graph.html">git-commit-graph(git)</a>
+<a href="git-commit-graph.html">git-commit-graph(1)</a>
</dt>
<dd>
<p>
@@ -1849,7 +1849,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-commit-tree.html">git-commit-tree(git)</a>
+<a href="git-commit-tree.html">git-commit-tree(1)</a>
</dt>
<dd>
<p>
@@ -1857,7 +1857,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-hash-object.html">git-hash-object(git)</a>
+<a href="git-hash-object.html">git-hash-object(1)</a>
</dt>
<dd>
<p>
@@ -1865,7 +1865,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-index-pack.html">git-index-pack(git)</a>
+<a href="git-index-pack.html">git-index-pack(1)</a>
</dt>
<dd>
<p>
@@ -1873,7 +1873,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-merge-file.html">git-merge-file(git)</a>
+<a href="git-merge-file.html">git-merge-file(1)</a>
</dt>
<dd>
<p>
@@ -1881,7 +1881,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-merge-index.html">git-merge-index(git)</a>
+<a href="git-merge-index.html">git-merge-index(1)</a>
</dt>
<dd>
<p>
@@ -1889,7 +1889,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-mktag.html">git-mktag(git)</a>
+<a href="git-mktag.html">git-mktag(1)</a>
</dt>
<dd>
<p>
@@ -1897,7 +1897,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-mktree.html">git-mktree(git)</a>
+<a href="git-mktree.html">git-mktree(1)</a>
</dt>
<dd>
<p>
@@ -1905,7 +1905,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-multi-pack-index.html">git-multi-pack-index(git)</a>
+<a href="git-multi-pack-index.html">git-multi-pack-index(1)</a>
</dt>
<dd>
<p>
@@ -1913,7 +1913,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-pack-objects.html">git-pack-objects(git)</a>
+<a href="git-pack-objects.html">git-pack-objects(1)</a>
</dt>
<dd>
<p>
@@ -1921,7 +1921,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-prune-packed.html">git-prune-packed(git)</a>
+<a href="git-prune-packed.html">git-prune-packed(1)</a>
</dt>
<dd>
<p>
@@ -1929,7 +1929,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-read-tree.html">git-read-tree(git)</a>
+<a href="git-read-tree.html">git-read-tree(1)</a>
</dt>
<dd>
<p>
@@ -1937,7 +1937,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-symbolic-ref.html">git-symbolic-ref(git)</a>
+<a href="git-symbolic-ref.html">git-symbolic-ref(1)</a>
</dt>
<dd>
<p>
@@ -1945,7 +1945,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-unpack-objects.html">git-unpack-objects(git)</a>
+<a href="git-unpack-objects.html">git-unpack-objects(1)</a>
</dt>
<dd>
<p>
@@ -1953,7 +1953,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-update-index.html">git-update-index(git)</a>
+<a href="git-update-index.html">git-update-index(1)</a>
</dt>
<dd>
<p>
@@ -1961,7 +1961,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-update-ref.html">git-update-ref(git)</a>
+<a href="git-update-ref.html">git-update-ref(1)</a>
</dt>
<dd>
<p>
@@ -1969,7 +1969,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-write-tree.html">git-write-tree(git)</a>
+<a href="git-write-tree.html">git-write-tree(1)</a>
</dt>
<dd>
<p>
@@ -1982,7 +1982,7 @@ repositories.</p></div>
<h3 id="_interrogation_commands">Interrogation commands</h3>
<div class="dlist"><dl>
<dt class="hdlist1">
-<a href="git-cat-file.html">git-cat-file(git)</a>
+<a href="git-cat-file.html">git-cat-file(1)</a>
</dt>
<dd>
<p>
@@ -1990,7 +1990,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-cherry.html">git-cherry(git)</a>
+<a href="git-cherry.html">git-cherry(1)</a>
</dt>
<dd>
<p>
@@ -1998,7 +1998,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-diff-files.html">git-diff-files(git)</a>
+<a href="git-diff-files.html">git-diff-files(1)</a>
</dt>
<dd>
<p>
@@ -2006,7 +2006,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-diff-index.html">git-diff-index(git)</a>
+<a href="git-diff-index.html">git-diff-index(1)</a>
</dt>
<dd>
<p>
@@ -2014,7 +2014,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-diff-tree.html">git-diff-tree(git)</a>
+<a href="git-diff-tree.html">git-diff-tree(1)</a>
</dt>
<dd>
<p>
@@ -2022,7 +2022,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-for-each-ref.html">git-for-each-ref(git)</a>
+<a href="git-for-each-ref.html">git-for-each-ref(1)</a>
</dt>
<dd>
<p>
@@ -2030,7 +2030,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-for-each-repo.html">git-for-each-repo(git)</a>
+<a href="git-for-each-repo.html">git-for-each-repo(1)</a>
</dt>
<dd>
<p>
@@ -2038,7 +2038,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-get-tar-commit-id.html">git-get-tar-commit-id(git)</a>
+<a href="git-get-tar-commit-id.html">git-get-tar-commit-id(1)</a>
</dt>
<dd>
<p>
@@ -2046,7 +2046,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-ls-files.html">git-ls-files(git)</a>
+<a href="git-ls-files.html">git-ls-files(1)</a>
</dt>
<dd>
<p>
@@ -2054,7 +2054,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-ls-remote.html">git-ls-remote(git)</a>
+<a href="git-ls-remote.html">git-ls-remote(1)</a>
</dt>
<dd>
<p>
@@ -2062,7 +2062,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-ls-tree.html">git-ls-tree(git)</a>
+<a href="git-ls-tree.html">git-ls-tree(1)</a>
</dt>
<dd>
<p>
@@ -2070,7 +2070,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-merge-base.html">git-merge-base(git)</a>
+<a href="git-merge-base.html">git-merge-base(1)</a>
</dt>
<dd>
<p>
@@ -2078,7 +2078,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-name-rev.html">git-name-rev(git)</a>
+<a href="git-name-rev.html">git-name-rev(1)</a>
</dt>
<dd>
<p>
@@ -2086,7 +2086,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-pack-redundant.html">git-pack-redundant(git)</a>
+<a href="git-pack-redundant.html">git-pack-redundant(1)</a>
</dt>
<dd>
<p>
@@ -2094,7 +2094,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-rev-list.html">git-rev-list(git)</a>
+<a href="git-rev-list.html">git-rev-list(1)</a>
</dt>
<dd>
<p>
@@ -2102,7 +2102,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-rev-parse.html">git-rev-parse(git)</a>
+<a href="git-rev-parse.html">git-rev-parse(1)</a>
</dt>
<dd>
<p>
@@ -2110,7 +2110,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-show-index.html">git-show-index(git)</a>
+<a href="git-show-index.html">git-show-index(1)</a>
</dt>
<dd>
<p>
@@ -2118,7 +2118,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-show-ref.html">git-show-ref(git)</a>
+<a href="git-show-ref.html">git-show-ref(1)</a>
</dt>
<dd>
<p>
@@ -2126,7 +2126,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-unpack-file.html">git-unpack-file(git)</a>
+<a href="git-unpack-file.html">git-unpack-file(1)</a>
</dt>
<dd>
<p>
@@ -2134,7 +2134,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-var.html">git-var(git)</a>
+<a href="git-var.html">git-var(1)</a>
</dt>
<dd>
<p>
@@ -2142,7 +2142,7 @@ repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-verify-pack.html">git-verify-pack(git)</a>
+<a href="git-verify-pack.html">git-verify-pack(1)</a>
</dt>
<dd>
<p>
@@ -2157,7 +2157,7 @@ the working tree.</p></div>
<h3 id="_syncing_repositories">Syncing repositories</h3>
<div class="dlist"><dl>
<dt class="hdlist1">
-<a href="git-daemon.html">git-daemon(git)</a>
+<a href="git-daemon.html">git-daemon(1)</a>
</dt>
<dd>
<p>
@@ -2165,7 +2165,7 @@ the working tree.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-fetch-pack.html">git-fetch-pack(git)</a>
+<a href="git-fetch-pack.html">git-fetch-pack(1)</a>
</dt>
<dd>
<p>
@@ -2173,7 +2173,7 @@ the working tree.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-http-backend.html">git-http-backend(git)</a>
+<a href="git-http-backend.html">git-http-backend(1)</a>
</dt>
<dd>
<p>
@@ -2181,7 +2181,7 @@ the working tree.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-send-pack.html">git-send-pack(git)</a>
+<a href="git-send-pack.html">git-send-pack(1)</a>
</dt>
<dd>
<p>
@@ -2189,7 +2189,7 @@ the working tree.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-update-server-info.html">git-update-server-info(git)</a>
+<a href="git-update-server-info.html">git-update-server-info(1)</a>
</dt>
<dd>
<p>
@@ -2201,7 +2201,7 @@ the working tree.</p></div>
typically do not use them directly.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
-<a href="git-http-fetch.html">git-http-fetch(git)</a>
+<a href="git-http-fetch.html">git-http-fetch(1)</a>
</dt>
<dd>
<p>
@@ -2209,7 +2209,7 @@ typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-http-push.html">git-http-push(git)</a>
+<a href="git-http-push.html">git-http-push(1)</a>
</dt>
<dd>
<p>
@@ -2217,7 +2217,7 @@ typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-receive-pack.html">git-receive-pack(git)</a>
+<a href="git-receive-pack.html">git-receive-pack(1)</a>
</dt>
<dd>
<p>
@@ -2225,7 +2225,7 @@ typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-shell.html">git-shell(git)</a>
+<a href="git-shell.html">git-shell(1)</a>
</dt>
<dd>
<p>
@@ -2233,7 +2233,7 @@ typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-upload-archive.html">git-upload-archive(git)</a>
+<a href="git-upload-archive.html">git-upload-archive(1)</a>
</dt>
<dd>
<p>
@@ -2241,7 +2241,7 @@ typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-upload-pack.html">git-upload-pack(git)</a>
+<a href="git-upload-pack.html">git-upload-pack(1)</a>
</dt>
<dd>
<p>
@@ -2256,7 +2256,7 @@ typically do not use them directly.</p></div>
users typically do not use them directly.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
-<a href="git-check-attr.html">git-check-attr(git)</a>
+<a href="git-check-attr.html">git-check-attr(1)</a>
</dt>
<dd>
<p>
@@ -2264,7 +2264,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-check-ignore.html">git-check-ignore(git)</a>
+<a href="git-check-ignore.html">git-check-ignore(1)</a>
</dt>
<dd>
<p>
@@ -2272,7 +2272,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-check-mailmap.html">git-check-mailmap(git)</a>
+<a href="git-check-mailmap.html">git-check-mailmap(1)</a>
</dt>
<dd>
<p>
@@ -2280,7 +2280,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-check-ref-format.html">git-check-ref-format(git)</a>
+<a href="git-check-ref-format.html">git-check-ref-format(1)</a>
</dt>
<dd>
<p>
@@ -2288,7 +2288,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-column.html">git-column(git)</a>
+<a href="git-column.html">git-column(1)</a>
</dt>
<dd>
<p>
@@ -2296,7 +2296,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-credential.html">git-credential(git)</a>
+<a href="git-credential.html">git-credential(1)</a>
</dt>
<dd>
<p>
@@ -2304,7 +2304,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-credential-cache.html">git-credential-cache(git)</a>
+<a href="git-credential-cache.html">git-credential-cache(1)</a>
</dt>
<dd>
<p>
@@ -2312,7 +2312,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-credential-store.html">git-credential-store(git)</a>
+<a href="git-credential-store.html">git-credential-store(1)</a>
</dt>
<dd>
<p>
@@ -2320,7 +2320,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-fmt-merge-msg.html">git-fmt-merge-msg(git)</a>
+<a href="git-fmt-merge-msg.html">git-fmt-merge-msg(1)</a>
</dt>
<dd>
<p>
@@ -2328,7 +2328,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-hook.html">git-hook(git)</a>
+<a href="git-hook.html">git-hook(1)</a>
</dt>
<dd>
<p>
@@ -2336,7 +2336,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-interpret-trailers.html">git-interpret-trailers(git)</a>
+<a href="git-interpret-trailers.html">git-interpret-trailers(1)</a>
</dt>
<dd>
<p>
@@ -2344,7 +2344,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-mailinfo.html">git-mailinfo(git)</a>
+<a href="git-mailinfo.html">git-mailinfo(1)</a>
</dt>
<dd>
<p>
@@ -2352,7 +2352,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-mailsplit.html">git-mailsplit(git)</a>
+<a href="git-mailsplit.html">git-mailsplit(1)</a>
</dt>
<dd>
<p>
@@ -2360,7 +2360,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-merge-one-file.html">git-merge-one-file(git)</a>
+<a href="git-merge-one-file.html">git-merge-one-file(1)</a>
</dt>
<dd>
<p>
@@ -2368,7 +2368,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-patch-id.html">git-patch-id(git)</a>
+<a href="git-patch-id.html">git-patch-id(1)</a>
</dt>
<dd>
<p>
@@ -2376,7 +2376,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-sh-i18n.html">git-sh-i18n(git)</a>
+<a href="git-sh-i18n.html">git-sh-i18n(1)</a>
</dt>
<dd>
<p>
@@ -2384,7 +2384,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-sh-setup.html">git-sh-setup(git)</a>
+<a href="git-sh-setup.html">git-sh-setup(1)</a>
</dt>
<dd>
<p>
@@ -2392,7 +2392,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="git-stripspace.html">git-stripspace(git)</a>
+<a href="git-stripspace.html">git-stripspace(1)</a>
</dt>
<dd>
<p>
@@ -2409,7 +2409,7 @@ users typically do not use them directly.</p></div>
<div class="paragraph"><p>The following documentation pages are guides about Git concepts.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
-<a href="gitcore-tutorial.html">gitcore-tutorial(git)</a>
+<a href="gitcore-tutorial.html">gitcore-tutorial(7)</a>
</dt>
<dd>
<p>
@@ -2417,7 +2417,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="gitcredentials.html">gitcredentials(git)</a>
+<a href="gitcredentials.html">gitcredentials(7)</a>
</dt>
<dd>
<p>
@@ -2425,7 +2425,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="gitcvs-migration.html">gitcvs-migration(git)</a>
+<a href="gitcvs-migration.html">gitcvs-migration(7)</a>
</dt>
<dd>
<p>
@@ -2433,7 +2433,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="gitdiffcore.html">gitdiffcore(git)</a>
+<a href="gitdiffcore.html">gitdiffcore(7)</a>
</dt>
<dd>
<p>
@@ -2441,7 +2441,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="giteveryday.html">giteveryday(git)</a>
+<a href="giteveryday.html">giteveryday(7)</a>
</dt>
<dd>
<p>
@@ -2449,7 +2449,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="gitfaq.html">gitfaq(git)</a>
+<a href="gitfaq.html">gitfaq(7)</a>
</dt>
<dd>
<p>
@@ -2457,7 +2457,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="gitglossary.html">gitglossary(git)</a>
+<a href="gitglossary.html">gitglossary(7)</a>
</dt>
<dd>
<p>
@@ -2465,7 +2465,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="gitnamespaces.html">gitnamespaces(git)</a>
+<a href="gitnamespaces.html">gitnamespaces(7)</a>
</dt>
<dd>
<p>
@@ -2473,7 +2473,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="gitremote-helpers.html">gitremote-helpers(git)</a>
+<a href="gitremote-helpers.html">gitremote-helpers(7)</a>
</dt>
<dd>
<p>
@@ -2481,7 +2481,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="gitsubmodules.html">gitsubmodules(git)</a>
+<a href="gitsubmodules.html">gitsubmodules(7)</a>
</dt>
<dd>
<p>
@@ -2489,7 +2489,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="gittutorial.html">gittutorial(git)</a>
+<a href="gittutorial.html">gittutorial(7)</a>
</dt>
<dd>
<p>
@@ -2497,7 +2497,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="gittutorial-2.html">gittutorial-2(git)</a>
+<a href="gittutorial-2.html">gittutorial-2(7)</a>
</dt>
<dd>
<p>
@@ -2505,7 +2505,7 @@ users typically do not use them directly.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<a href="gitworkflows.html">gitworkflows(git)</a>
+<a href="gitworkflows.html">gitworkflows(7)</a>
</dt>
<dd>
<p>
@@ -2523,7 +2523,7 @@ users are expected to interact with directly. See <code>--user-formats</code> in
<a href="git-help.html">git-help(1)</a> for more details on the criteria.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
-<a href="gitattributes.html">gitattributes(git)</a>
+<a href="gitattributes.html">gitattributes(5)</a>
</dt>
<dd>
<p>
@@ -2531,7 +2531,7 @@ users are expected to interact with directly. See <code>--user-formats</code> in
</p>
</dd>
<dt class="hdlist1">
-<a href="gitcli.html">gitcli(git)</a>
+<a href="gitcli.html">gitcli(7)</a>
</dt>
<dd>
<p>
@@ -2539,7 +2539,7 @@ users are expected to interact with directly. See <code>--user-formats</code> in
</p>
</dd>
<dt class="hdlist1">
-<a href="githooks.html">githooks(git)</a>
+<a href="githooks.html">githooks(5)</a>
</dt>
<dd>
<p>
@@ -2547,7 +2547,7 @@ users are expected to interact with directly. See <code>--user-formats</code> in
</p>
</dd>
<dt class="hdlist1">
-<a href="gitignore.html">gitignore(git)</a>
+<a href="gitignore.html">gitignore(5)</a>
</dt>
<dd>
<p>
@@ -2555,7 +2555,7 @@ users are expected to interact with directly. See <code>--user-formats</code> in
</p>
</dd>
<dt class="hdlist1">
-<a href="gitmailmap.html">gitmailmap(git)</a>
+<a href="gitmailmap.html">gitmailmap(5)</a>
</dt>
<dd>
<p>
@@ -2563,7 +2563,7 @@ users are expected to interact with directly. See <code>--user-formats</code> in
</p>
</dd>
<dt class="hdlist1">
-<a href="gitmodules.html">gitmodules(git)</a>
+<a href="gitmodules.html">gitmodules(5)</a>
</dt>
<dd>
<p>
@@ -2571,7 +2571,7 @@ users are expected to interact with directly. See <code>--user-formats</code> in
</p>
</dd>
<dt class="hdlist1">
-<a href="gitrepository-layout.html">gitrepository-layout(git)</a>
+<a href="gitrepository-layout.html">gitrepository-layout(5)</a>
</dt>
<dd>
<p>
@@ -2579,7 +2579,7 @@ users are expected to interact with directly. See <code>--user-formats</code> in
</p>
</dd>
<dt class="hdlist1">
-<a href="gitrevisions.html">gitrevisions(git)</a>
+<a href="gitrevisions.html">gitrevisions(7)</a>
</dt>
<dd>
<p>
@@ -2597,7 +2597,7 @@ other git developer interfaces. See <code>--developer-interfaces</code> in
<a href="git-help.html">git-help(1)</a>.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
-<a href="gitformat-bundle.html">gitformat-bundle(git)</a>
+<a href="gitformat-bundle.html">gitformat-bundle(5)</a>
</dt>
<dd>
<p>
@@ -2605,7 +2605,7 @@ other git developer interfaces. See <code>--developer-interfaces</code> in
</p>
</dd>
<dt class="hdlist1">
-<a href="gitformat-chunk.html">gitformat-chunk(git)</a>
+<a href="gitformat-chunk.html">gitformat-chunk(5)</a>
</dt>
<dd>
<p>
@@ -2613,7 +2613,7 @@ other git developer interfaces. See <code>--developer-interfaces</code> in
</p>
</dd>
<dt class="hdlist1">
-<a href="gitformat-commit-graph.html">gitformat-commit-graph(git)</a>
+<a href="gitformat-commit-graph.html">gitformat-commit-graph(5)</a>
</dt>
<dd>
<p>
@@ -2621,7 +2621,7 @@ other git developer interfaces. See <code>--developer-interfaces</code> in
</p>
</dd>
<dt class="hdlist1">
-<a href="gitformat-index.html">gitformat-index(git)</a>
+<a href="gitformat-index.html">gitformat-index(5)</a>
</dt>
<dd>
<p>
@@ -2629,7 +2629,7 @@ other git developer interfaces. See <code>--developer-interfaces</code> in
</p>
</dd>
<dt class="hdlist1">
-<a href="gitformat-pack.html">gitformat-pack(git)</a>
+<a href="gitformat-pack.html">gitformat-pack(5)</a>
</dt>
<dd>
<p>
@@ -2637,7 +2637,7 @@ other git developer interfaces. See <code>--developer-interfaces</code> in
</p>
</dd>
<dt class="hdlist1">
-<a href="gitformat-signature.html">gitformat-signature(git)</a>
+<a href="gitformat-signature.html">gitformat-signature(5)</a>
</dt>
<dd>
<p>
@@ -2645,7 +2645,7 @@ other git developer interfaces. See <code>--developer-interfaces</code> in
</p>
</dd>
<dt class="hdlist1">
-<a href="gitprotocol-capabilities.html">gitprotocol-capabilities(git)</a>
+<a href="gitprotocol-capabilities.html">gitprotocol-capabilities(5)</a>
</dt>
<dd>
<p>
@@ -2653,7 +2653,7 @@ other git developer interfaces. See <code>--developer-interfaces</code> in
</p>
</dd>
<dt class="hdlist1">
-<a href="gitprotocol-common.html">gitprotocol-common(git)</a>
+<a href="gitprotocol-common.html">gitprotocol-common(5)</a>
</dt>
<dd>
<p>
@@ -2661,7 +2661,7 @@ other git developer interfaces. See <code>--developer-interfaces</code> in
</p>
</dd>
<dt class="hdlist1">
-<a href="gitprotocol-http.html">gitprotocol-http(git)</a>
+<a href="gitprotocol-http.html">gitprotocol-http(5)</a>
</dt>
<dd>
<p>
@@ -2669,7 +2669,7 @@ other git developer interfaces. See <code>--developer-interfaces</code> in
</p>
</dd>
<dt class="hdlist1">
-<a href="gitprotocol-pack.html">gitprotocol-pack(git)</a>
+<a href="gitprotocol-pack.html">gitprotocol-pack(5)</a>
</dt>
<dd>
<p>
@@ -2677,7 +2677,7 @@ other git developer interfaces. See <code>--developer-interfaces</code> in
</p>
</dd>
<dt class="hdlist1">
-<a href="gitprotocol-v2.html">gitprotocol-v2(git)</a>
+<a href="gitprotocol-v2.html">gitprotocol-v2(5)</a>
</dt>
<dd>
<p>
diff --git a/howto/coordinate-embargoed-releases.html b/howto/coordinate-embargoed-releases.html
index 4002bb93b..40db3fff8 100644
--- a/howto/coordinate-embargoed-releases.html
+++ b/howto/coordinate-embargoed-releases.html
@@ -873,7 +873,7 @@ Thanks,
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-22 15:53:14 PDT
+ 2022-09-23 11:10:35 PDT
</div>
</div>
</body>
diff --git a/howto/keep-canonical-history-correct.html b/howto/keep-canonical-history-correct.html
index 75ee728d8..b3e5eb723 100644
--- a/howto/keep-canonical-history-correct.html
+++ b/howto/keep-canonical-history-correct.html
@@ -938,7 +938,7 @@ tip of your <em>master</em> again and redo the two merges:</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-22 15:53:14 PDT
+ 2022-09-23 11:10:35 PDT
</div>
</div>
</body>
diff --git a/howto/maintain-git.html b/howto/maintain-git.html
index 73ff6c482..7459602a7 100644
--- a/howto/maintain-git.html
+++ b/howto/maintain-git.html
@@ -1469,7 +1469,7 @@ $ git update-ref -d $mf/ai/topic</code></pre>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-22 15:53:14 PDT
+ 2022-09-23 11:10:35 PDT
</div>
</div>
</body>
diff --git a/howto/new-command.html b/howto/new-command.html
index e75185638..407fe892a 100644
--- a/howto/new-command.html
+++ b/howto/new-command.html
@@ -863,7 +863,7 @@ letter [PATCH 0/n].
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-22 15:53:12 PDT
+ 2022-09-23 11:10:30 PDT
</div>
</div>
</body>
diff --git a/howto/rebase-from-internal-branch.html b/howto/rebase-from-internal-branch.html
index 1168305f1..a0f930a8c 100644
--- a/howto/rebase-from-internal-branch.html
+++ b/howto/rebase-from-internal-branch.html
@@ -895,7 +895,7 @@ the #1' commit.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-22 15:53:14 PDT
+ 2022-09-23 11:10:34 PDT
</div>
</div>
</body>
diff --git a/howto/rebuild-from-update-hook.html b/howto/rebuild-from-update-hook.html
index e8122be2b..6e55156fb 100644
--- a/howto/rebuild-from-update-hook.html
+++ b/howto/rebuild-from-update-hook.html
@@ -847,7 +847,7 @@ This is still crude and does not protect against simultaneous
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-22 15:53:14 PDT
+ 2022-09-23 11:10:34 PDT
</div>
</div>
</body>
diff --git a/howto/recover-corrupted-blob-object.html b/howto/recover-corrupted-blob-object.html
index b4f196a04..3b42e8d32 100644
--- a/howto/recover-corrupted-blob-object.html
+++ b/howto/recover-corrupted-blob-object.html
@@ -880,7 +880,7 @@ thing.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-22 15:53:14 PDT
+ 2022-09-23 11:10:34 PDT
</div>
</div>
</body>
diff --git a/howto/recover-corrupted-object-harder.html b/howto/recover-corrupted-object-harder.html
index b333c0550..02210f164 100644
--- a/howto/recover-corrupted-object-harder.html
+++ b/howto/recover-corrupted-object-harder.html
@@ -1189,7 +1189,7 @@ int main(int argc, char **argv)
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-22 15:53:14 PDT
+ 2022-09-23 11:10:34 PDT
</div>
</div>
</body>
diff --git a/howto/revert-a-faulty-merge.html b/howto/revert-a-faulty-merge.html
index 84391b5f2..7e2d29b48 100644
--- a/howto/revert-a-faulty-merge.html
+++ b/howto/revert-a-faulty-merge.html
@@ -1025,7 +1025,7 @@ P---o---o---M---x---x---W---x---M2
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-22 15:53:13 PDT
+ 2022-09-23 11:10:33 PDT
</div>
</div>
</body>
diff --git a/howto/revert-branch-rebase.html b/howto/revert-branch-rebase.html
index ff15b3d81..1db587cee 100644
--- a/howto/revert-branch-rebase.html
+++ b/howto/revert-branch-rebase.html
@@ -907,7 +907,7 @@ Committed merge 7fb9b7262a1d1e0a47bbfdcbbcf50ce0635d3f8f
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-22 15:53:12 PDT
+ 2022-09-23 11:10:31 PDT
</div>
</div>
</body>
diff --git a/howto/separating-topic-branches.html b/howto/separating-topic-branches.html
index 2084e0928..69ab1290a 100644
--- a/howto/separating-topic-branches.html
+++ b/howto/separating-topic-branches.html
@@ -841,7 +841,7 @@ o---o"master"</code></pre>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-22 15:53:13 PDT
+ 2022-09-23 11:10:33 PDT
</div>
</div>
</body>
diff --git a/howto/setup-git-server-over-http.html b/howto/setup-git-server-over-http.html
index f1f34ed53..524fcc4f2 100644
--- a/howto/setup-git-server-over-http.html
+++ b/howto/setup-git-server-over-http.html
@@ -1071,7 +1071,7 @@ help diagnosing the problem, but removes security checks.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-22 15:53:13 PDT
+ 2022-09-23 11:10:32 PDT
</div>
</div>
</body>
diff --git a/howto/update-hook-example.html b/howto/update-hook-example.html
index dc786b0e8..c3380ccf0 100644
--- a/howto/update-hook-example.html
+++ b/howto/update-hook-example.html
@@ -930,7 +930,7 @@ that JC can make non-fast-forward pushes on it.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-22 15:53:13 PDT
+ 2022-09-23 11:10:32 PDT
</div>
</div>
</body>
diff --git a/howto/use-git-daemon.html b/howto/use-git-daemon.html
index 279a79b73..f2edd3b3d 100644
--- a/howto/use-git-daemon.html
+++ b/howto/use-git-daemon.html
@@ -791,7 +791,7 @@ a good practice to put the paths after a "--" separator.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-22 15:53:13 PDT
+ 2022-09-23 11:10:32 PDT
</div>
</div>
</body>
diff --git a/howto/using-merge-subtree.html b/howto/using-merge-subtree.html
index d0ff6ba74..4c3eb5c65 100644
--- a/howto/using-merge-subtree.html
+++ b/howto/using-merge-subtree.html
@@ -848,7 +848,7 @@ Please note that if the other project merges from you, then it will
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-22 15:53:12 PDT
+ 2022-09-23 11:10:31 PDT
</div>
</div>
</body>
diff --git a/howto/using-signed-tag-in-pull-request.html b/howto/using-signed-tag-in-pull-request.html
index dac7975d7..152cd7509 100644
--- a/howto/using-signed-tag-in-pull-request.html
+++ b/howto/using-signed-tag-in-pull-request.html
@@ -952,7 +952,7 @@ as part of the merge commit.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-22 15:53:12 PDT
+ 2022-09-23 11:10:31 PDT
</div>
</div>
</body>