summaryrefslogtreecommitdiffstats
path: root/man1/git.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git.1')
-rw-r--r--man1/git.1371
1 files changed, 188 insertions, 183 deletions
diff --git a/man1/git.1 b/man1/git.1
index d6faafd66..6275d02f6 100644
--- a/man1/git.1
+++ b/man1/git.1
@@ -2,12 +2,12 @@
.\" Title: git
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 09/15/2022
+.\" Date: 09/19/2022
.\" Manual: Git Manual
-.\" Source: Git 2.38.0.rc0
+.\" Source: Git 2.38.0.rc0.52.gdda7228a83
.\" Language: English
.\"
-.TH "GIT" "1" "09/15/2022" "Git 2\&.38\&.0\&.rc0" "Git Manual"
+.TH "GIT" "1" "09/19/2022" "Git 2\&.38\&.0\&.rc0\&.52\&.gd" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -310,354 +310,359 @@ We divide Git into high level ("porcelain") commands and low level ("plumbing")
We separate the porcelain commands into the main commands and some ancillary user utilities\&.
.SS "Main porcelain commands"
.PP
-\fBgit-add\fR(1)
+\fBgit-add\fR(git)
.RS 4
Add file contents to the index\&.
.RE
.PP
-\fBgit-am\fR(1)
+\fBgit-am\fR(git)
.RS 4
Apply a series of patches from a mailbox\&.
.RE
.PP
-\fBgit-archive\fR(1)
+\fBgit-archive\fR(git)
.RS 4
Create an archive of files from a named tree\&.
.RE
.PP
-\fBgit-bisect\fR(1)
+\fBgit-bisect\fR(git)
.RS 4
Use binary search to find the commit that introduced a bug\&.
.RE
.PP
-\fBgit-branch\fR(1)
+\fBgit-branch\fR(git)
.RS 4
List, create, or delete branches\&.
.RE
.PP
-\fBgit-bundle\fR(1)
+\fBgit-bundle\fR(git)
.RS 4
Move objects and refs by archive\&.
.RE
.PP
-\fBgit-checkout\fR(1)
+\fBgit-checkout\fR(git)
.RS 4
Switch branches or restore working tree files\&.
.RE
.PP
-\fBgit-cherry-pick\fR(1)
+\fBgit-cherry-pick\fR(git)
.RS 4
Apply the changes introduced by some existing commits\&.
.RE
.PP
-\fBgit-citool\fR(1)
+\fBgit-citool\fR(git)
.RS 4
Graphical alternative to git\-commit\&.
.RE
.PP
-\fBgit-clean\fR(1)
+\fBgit-clean\fR(git)
.RS 4
Remove untracked files from the working tree\&.
.RE
.PP
-\fBgit-clone\fR(1)
+\fBgit-clone\fR(git)
.RS 4
Clone a repository into a new directory\&.
.RE
.PP
-\fBgit-commit\fR(1)
+\fBgit-commit\fR(git)
.RS 4
Record changes to the repository\&.
.RE
.PP
-\fBgit-describe\fR(1)
+\fBgit-describe\fR(git)
.RS 4
Give an object a human readable name based on an available ref\&.
.RE
.PP
-\fBgit-diff\fR(1)
+\fBgit-diff\fR(git)
.RS 4
Show changes between commits, commit and working tree, etc\&.
.RE
.PP
-\fBgit-fetch\fR(1)
+\fBgit-fetch\fR(git)
.RS 4
Download objects and refs from another repository\&.
.RE
.PP
-\fBgit-format-patch\fR(1)
+\fBgit-format-patch\fR(git)
.RS 4
Prepare patches for e\-mail submission\&.
.RE
.PP
-\fBgit-gc\fR(1)
+\fBgit-gc\fR(git)
.RS 4
Cleanup unnecessary files and optimize the local repository\&.
.RE
.PP
-\fBgit-grep\fR(1)
+\fBgit-grep\fR(git)
.RS 4
Print lines matching a pattern\&.
.RE
.PP
-\fBgit-gui\fR(1)
+\fBgit-gui\fR(git)
.RS 4
A portable graphical interface to Git\&.
.RE
.PP
-\fBgit-init\fR(1)
+\fBgit-init\fR(git)
.RS 4
Create an empty Git repository or reinitialize an existing one\&.
.RE
.PP
-\fBgit-log\fR(1)
+\fBgit-log\fR(git)
.RS 4
Show commit logs\&.
.RE
.PP
-\fBgit-maintenance\fR(1)
+\fBgit-maintenance\fR(git)
.RS 4
Run tasks to optimize Git repository data\&.
.RE
.PP
-\fBgit-merge\fR(1)
+\fBgit-merge\fR(git)
.RS 4
Join two or more development histories together\&.
.RE
.PP
-\fBgit-mv\fR(1)
+\fBgit-mv\fR(git)
.RS 4
Move or rename a file, a directory, or a symlink\&.
.RE
.PP
-\fBgit-notes\fR(1)
+\fBgit-notes\fR(git)
.RS 4
Add or inspect object notes\&.
.RE
.PP
-\fBgit-pull\fR(1)
+\fBgit-pull\fR(git)
.RS 4
Fetch from and integrate with another repository or a local branch\&.
.RE
.PP
-\fBgit-push\fR(1)
+\fBgit-push\fR(git)
.RS 4
Update remote refs along with associated objects\&.
.RE
.PP
-\fBgit-range-diff\fR(1)
+\fBgit-range-diff\fR(git)
.RS 4
Compare two commit ranges (e\&.g\&. two versions of a branch)\&.
.RE
.PP
-\fBgit-rebase\fR(1)
+\fBgit-rebase\fR(git)
.RS 4
Reapply commits on top of another base tip\&.
.RE
.PP
-\fBgit-reset\fR(1)
+\fBgit-reset\fR(git)
.RS 4
Reset current HEAD to the specified state\&.
.RE
.PP
-\fBgit-restore\fR(1)
+\fBgit-restore\fR(git)
.RS 4
Restore working tree files\&.
.RE
.PP
-\fBgit-revert\fR(1)
+\fBgit-revert\fR(git)
.RS 4
Revert some existing commits\&.
.RE
.PP
-\fBgit-rm\fR(1)
+\fBgit-rm\fR(git)
.RS 4
Remove files from the working tree and from the index\&.
.RE
.PP
-\fBgit-shortlog\fR(1)
+\fBgit-shortlog\fR(git)
.RS 4
Summarize
\fIgit log\fR
output\&.
.RE
.PP
-\fBgit-show\fR(1)
+\fBgit-show\fR(git)
.RS 4
Show various types of objects\&.
.RE
.PP
-\fBgit-sparse-checkout\fR(1)
+\fBgit-sparse-checkout\fR(git)
.RS 4
Reduce your working tree to a subset of tracked files\&.
.RE
.PP
-\fBgit-stash\fR(1)
+\fBgit-stash\fR(git)
.RS 4
Stash the changes in a dirty working directory away\&.
.RE
.PP
-\fBgit-status\fR(1)
+\fBgit-status\fR(git)
.RS 4
Show the working tree status\&.
.RE
.PP
-\fBgit-submodule\fR(1)
+\fBgit-submodule\fR(git)
.RS 4
Initialize, update or inspect submodules\&.
.RE
.PP
-\fBgit-switch\fR(1)
+\fBgit-switch\fR(git)
.RS 4
Switch branches\&.
.RE
.PP
-\fBgit-tag\fR(1)
+\fBgit-tag\fR(git)
.RS 4
Create, list, delete or verify a tag object signed with GPG\&.
.RE
.PP
-\fBgit-worktree\fR(1)
+\fBgit-worktree\fR(git)
.RS 4
Manage multiple working trees\&.
.RE
.PP
-\fBgitk\fR(1)
+\fBgitk\fR(git)
.RS 4
The Git repository browser\&.
.RE
+.PP
+\fBscalar\fR(scalar)
+.RS 4
+A tool for managing large Git repositories\&.
+.RE
.SS "Ancillary Commands"
.sp
Manipulators:
.PP
-\fBgit-config\fR(1)
+\fBgit-config\fR(git)
.RS 4
Get and set repository or global options\&.
.RE
.PP
-\fBgit-fast-export\fR(1)
+\fBgit-fast-export\fR(git)
.RS 4
Git data exporter\&.
.RE
.PP
-\fBgit-fast-import\fR(1)
+\fBgit-fast-import\fR(git)
.RS 4
Backend for fast Git data importers\&.
.RE
.PP
-\fBgit-filter-branch\fR(1)
+\fBgit-filter-branch\fR(git)
.RS 4
Rewrite branches\&.
.RE
.PP
-\fBgit-mergetool\fR(1)
+\fBgit-mergetool\fR(git)
.RS 4
Run merge conflict resolution tools to resolve merge conflicts\&.
.RE
.PP
-\fBgit-pack-refs\fR(1)
+\fBgit-pack-refs\fR(git)
.RS 4
Pack heads and tags for efficient repository access\&.
.RE
.PP
-\fBgit-prune\fR(1)
+\fBgit-prune\fR(git)
.RS 4
Prune all unreachable objects from the object database\&.
.RE
.PP
-\fBgit-reflog\fR(1)
+\fBgit-reflog\fR(git)
.RS 4
Manage reflog information\&.
.RE
.PP
-\fBgit-remote\fR(1)
+\fBgit-remote\fR(git)
.RS 4
Manage set of tracked repositories\&.
.RE
.PP
-\fBgit-repack\fR(1)
+\fBgit-repack\fR(git)
.RS 4
Pack unpacked objects in a repository\&.
.RE
.PP
-\fBgit-replace\fR(1)
+\fBgit-replace\fR(git)
.RS 4
Create, list, delete refs to replace objects\&.
.RE
.sp
Interrogators:
.PP
-\fBgit-annotate\fR(1)
+\fBgit-annotate\fR(git)
.RS 4
Annotate file lines with commit information\&.
.RE
.PP
-\fBgit-blame\fR(1)
+\fBgit-blame\fR(git)
.RS 4
Show what revision and author last modified each line of a file\&.
.RE
.PP
-\fBgit-bugreport\fR(1)
+\fBgit-bugreport\fR(git)
.RS 4
Collect information for user to file a bug report\&.
.RE
.PP
-\fBgit-count-objects\fR(1)
+\fBgit-count-objects\fR(git)
.RS 4
Count unpacked number of objects and their disk consumption\&.
.RE
.PP
-\fBgit-difftool\fR(1)
+\fBgit-difftool\fR(git)
.RS 4
Show changes using common diff tools\&.
.RE
.PP
-\fBgit-fsck\fR(1)
+\fBgit-fsck\fR(git)
.RS 4
Verifies the connectivity and validity of the objects in the database\&.
.RE
.PP
-\fBgit-help\fR(1)
+\fBgit-help\fR(git)
.RS 4
Display help information about Git\&.
.RE
.PP
-\fBgit-instaweb\fR(1)
+\fBgit-instaweb\fR(git)
.RS 4
Instantly browse your working repository in gitweb\&.
.RE
.PP
-\fBgit-merge-tree\fR(1)
+\fBgit-merge-tree\fR(git)
.RS 4
Perform merge without touching index or working tree\&.
.RE
.PP
-\fBgit-rerere\fR(1)
+\fBgit-rerere\fR(git)
.RS 4
Reuse recorded resolution of conflicted merges\&.
.RE
.PP
-\fBgit-show-branch\fR(1)
+\fBgit-show-branch\fR(git)
.RS 4
Show branches and their commits\&.
.RE
.PP
-\fBgit-verify-commit\fR(1)
+\fBgit-verify-commit\fR(git)
.RS 4
Check the GPG signature of commits\&.
.RE
.PP
-\fBgit-verify-tag\fR(1)
+\fBgit-verify-tag\fR(git)
.RS 4
Check the GPG signature of tags\&.
.RE
.PP
-\fBgit-whatchanged\fR(1)
+\fBgit-whatchanged\fR(git)
.RS 4
Show logs with difference each commit introduces\&.
.RE
.PP
-\fBgitweb\fR(1)
+\fBgitweb\fR(git)
.RS 4
Git web interface (web frontend to Git repositories)\&.
.RE
@@ -665,52 +670,52 @@ Git web interface (web frontend to Git repositories)\&.
.sp
These commands are to interact with foreign SCM and with other people via patch over e\-mail\&.
.PP
-\fBgit-archimport\fR(1)
+\fBgit-archimport\fR(git)
.RS 4
Import a GNU Arch repository into Git\&.
.RE
.PP
-\fBgit-cvsexportcommit\fR(1)
+\fBgit-cvsexportcommit\fR(git)
.RS 4
Export a single commit to a CVS checkout\&.
.RE
.PP
-\fBgit-cvsimport\fR(1)
+\fBgit-cvsimport\fR(git)
.RS 4
Salvage your data out of another SCM people love to hate\&.
.RE
.PP
-\fBgit-cvsserver\fR(1)
+\fBgit-cvsserver\fR(git)
.RS 4
A CVS server emulator for Git\&.
.RE
.PP
-\fBgit-imap-send\fR(1)
+\fBgit-imap-send\fR(git)
.RS 4
Send a collection of patches from stdin to an IMAP folder\&.
.RE
.PP
-\fBgit-p4\fR(1)
+\fBgit-p4\fR(git)
.RS 4
Import from and submit to Perforce repositories\&.
.RE
.PP
-\fBgit-quiltimport\fR(1)
+\fBgit-quiltimport\fR(git)
.RS 4
Applies a quilt patchset onto the current branch\&.
.RE
.PP
-\fBgit-request-pull\fR(1)
+\fBgit-request-pull\fR(git)
.RS 4
Generates a summary of pending changes\&.
.RE
.PP
-\fBgit-send-email\fR(1)
+\fBgit-send-email\fR(git)
.RS 4
Send a collection of patches as emails\&.
.RE
.PP
-\fBgit-svn\fR(1)
+\fBgit-svn\fR(git)
.RS 4
Bidirectional operation between a Subversion repository and Git\&.
.RE
@@ -766,203 +771,203 @@ The interface (input, output, set of options and the semantics) to these low\-le
The following description divides the low\-level commands into commands that manipulate objects (in the repository, index, and working tree), commands that interrogate and compare objects, and commands that move objects and references between repositories\&.
.SS "Manipulation commands"
.PP
-\fBgit-apply\fR(1)
+\fBgit-apply\fR(git)
.RS 4
Apply a patch to files and/or to the index\&.
.RE
.PP
-\fBgit-checkout-index\fR(1)
+\fBgit-checkout-index\fR(git)
.RS 4
Copy files from the index to the working tree\&.
.RE
.PP
-\fBgit-commit-graph\fR(1)
+\fBgit-commit-graph\fR(git)
.RS 4
Write and verify Git commit\-graph files\&.
.RE
.PP
-\fBgit-commit-tree\fR(1)
+\fBgit-commit-tree\fR(git)
.RS 4
Create a new commit object\&.
.RE
.PP
-\fBgit-hash-object\fR(1)
+\fBgit-hash-object\fR(git)
.RS 4
Compute object ID and optionally creates a blob from a file\&.
.RE
.PP
-\fBgit-index-pack\fR(1)
+\fBgit-index-pack\fR(git)
.RS 4
Build pack index file for an existing packed archive\&.
.RE
.PP
-\fBgit-merge-file\fR(1)
+\fBgit-merge-file\fR(git)
.RS 4
Run a three\-way file merge\&.
.RE
.PP
-\fBgit-merge-index\fR(1)
+\fBgit-merge-index\fR(git)
.RS 4
Run a merge for files needing merging\&.
.RE
.PP
-\fBgit-mktag\fR(1)
+\fBgit-mktag\fR(git)
.RS 4
Creates a tag object with extra validation\&.
.RE
.PP
-\fBgit-mktree\fR(1)
+\fBgit-mktree\fR(git)
.RS 4
Build a tree\-object from ls\-tree formatted text\&.
.RE
.PP
-\fBgit-multi-pack-index\fR(1)
+\fBgit-multi-pack-index\fR(git)
.RS 4
Write and verify multi\-pack\-indexes\&.
.RE
.PP
-\fBgit-pack-objects\fR(1)
+\fBgit-pack-objects\fR(git)
.RS 4
Create a packed archive of objects\&.
.RE
.PP
-\fBgit-prune-packed\fR(1)
+\fBgit-prune-packed\fR(git)
.RS 4
Remove extra objects that are already in pack files\&.
.RE
.PP
-\fBgit-read-tree\fR(1)
+\fBgit-read-tree\fR(git)
.RS 4
Reads tree information into the index\&.
.RE
.PP
-\fBgit-symbolic-ref\fR(1)
+\fBgit-symbolic-ref\fR(git)
.RS 4
Read, modify and delete symbolic refs\&.
.RE
.PP
-\fBgit-unpack-objects\fR(1)
+\fBgit-unpack-objects\fR(git)
.RS 4
Unpack objects from a packed archive\&.
.RE
.PP
-\fBgit-update-index\fR(1)
+\fBgit-update-index\fR(git)
.RS 4
Register file contents in the working tree to the index\&.
.RE
.PP
-\fBgit-update-ref\fR(1)
+\fBgit-update-ref\fR(git)
.RS 4
Update the object name stored in a ref safely\&.
.RE
.PP
-\fBgit-write-tree\fR(1)
+\fBgit-write-tree\fR(git)
.RS 4
Create a tree object from the current index\&.
.RE
.SS "Interrogation commands"
.PP
-\fBgit-cat-file\fR(1)
+\fBgit-cat-file\fR(git)
.RS 4
Provide content or type and size information for repository objects\&.
.RE
.PP
-\fBgit-cherry\fR(1)
+\fBgit-cherry\fR(git)
.RS 4
Find commits yet to be applied to upstream\&.
.RE
.PP
-\fBgit-diff-files\fR(1)
+\fBgit-diff-files\fR(git)
.RS 4
Compares files in the working tree and the index\&.
.RE
.PP
-\fBgit-diff-index\fR(1)
+\fBgit-diff-index\fR(git)
.RS 4
Compare a tree to the working tree or index\&.
.RE
.PP
-\fBgit-diff-tree\fR(1)
+\fBgit-diff-tree\fR(git)
.RS 4
Compares the content and mode of blobs found via two tree objects\&.
.RE
.PP
-\fBgit-for-each-ref\fR(1)
+\fBgit-for-each-ref\fR(git)
.RS 4
Output information on each ref\&.
.RE
.PP
-\fBgit-for-each-repo\fR(1)
+\fBgit-for-each-repo\fR(git)
.RS 4
Run a Git command on a list of repositories\&.
.RE
.PP
-\fBgit-get-tar-commit-id\fR(1)
+\fBgit-get-tar-commit-id\fR(git)
.RS 4
Extract commit ID from an archive created using git\-archive\&.
.RE
.PP
-\fBgit-ls-files\fR(1)
+\fBgit-ls-files\fR(git)
.RS 4
Show information about files in the index and the working tree\&.
.RE
.PP
-\fBgit-ls-remote\fR(1)
+\fBgit-ls-remote\fR(git)
.RS 4
List references in a remote repository\&.
.RE
.PP
-\fBgit-ls-tree\fR(1)
+\fBgit-ls-tree\fR(git)
.RS 4
List the contents of a tree object\&.
.RE
.PP
-\fBgit-merge-base\fR(1)
+\fBgit-merge-base\fR(git)
.RS 4
Find as good common ancestors as possible for a merge\&.
.RE
.PP
-\fBgit-name-rev\fR(1)
+\fBgit-name-rev\fR(git)
.RS 4
Find symbolic names for given revs\&.
.RE
.PP
-\fBgit-pack-redundant\fR(1)
+\fBgit-pack-redundant\fR(git)
.RS 4
Find redundant pack files\&.
.RE
.PP
-\fBgit-rev-list\fR(1)
+\fBgit-rev-list\fR(git)
.RS 4
Lists commit objects in reverse chronological order\&.
.RE
.PP
-\fBgit-rev-parse\fR(1)
+\fBgit-rev-parse\fR(git)
.RS 4
Pick out and massage parameters\&.
.RE
.PP
-\fBgit-show-index\fR(1)
+\fBgit-show-index\fR(git)
.RS 4
Show packed archive index\&.
.RE
.PP
-\fBgit-show-ref\fR(1)
+\fBgit-show-ref\fR(git)
.RS 4
List references in a local repository\&.
.RE
.PP
-\fBgit-unpack-file\fR(1)
+\fBgit-unpack-file\fR(git)
.RS 4
Creates a temporary file with a blob\(cqs contents\&.
.RE
.PP
-\fBgit-var\fR(1)
+\fBgit-var\fR(git)
.RS 4
Show a Git logical variable\&.
.RE
.PP
-\fBgit-verify-pack\fR(1)
+\fBgit-verify-pack\fR(git)
.RS 4
Validate packed Git archive files\&.
.RE
@@ -970,59 +975,59 @@ Validate packed Git archive files\&.
In general, the interrogate commands do not touch the files in the working tree\&.
.SS "Syncing repositories"
.PP
-\fBgit-daemon\fR(1)
+\fBgit-daemon\fR(git)
.RS 4
A really simple server for Git repositories\&.
.RE
.PP
-\fBgit-fetch-pack\fR(1)
+\fBgit-fetch-pack\fR(git)
.RS 4
Receive missing objects from another repository\&.
.RE
.PP
-\fBgit-http-backend\fR(1)
+\fBgit-http-backend\fR(git)
.RS 4
Server side implementation of Git over HTTP\&.
.RE
.PP
-\fBgit-send-pack\fR(1)
+\fBgit-send-pack\fR(git)
.RS 4
Push objects over Git protocol to another repository\&.
.RE
.PP
-\fBgit-update-server-info\fR(1)
+\fBgit-update-server-info\fR(git)
.RS 4
Update auxiliary info file to help dumb servers\&.
.RE
.sp
The following are helper commands used by the above; end users typically do not use them directly\&.
.PP
-\fBgit-http-fetch\fR(1)
+\fBgit-http-fetch\fR(git)
.RS 4
Download from a remote Git repository via HTTP\&.
.RE
.PP
-\fBgit-http-push\fR(1)
+\fBgit-http-push\fR(git)
.RS 4
Push objects over HTTP/DAV to another repository\&.
.RE
.PP
-\fBgit-receive-pack\fR(1)
+\fBgit-receive-pack\fR(git)
.RS 4
Receive what is pushed into the repository\&.
.RE
.PP
-\fBgit-shell\fR(1)
+\fBgit-shell\fR(git)
.RS 4
Restricted login shell for Git\-only SSH access\&.
.RE
.PP
-\fBgit-upload-archive\fR(1)
+\fBgit-upload-archive\fR(git)
.RS 4
Send archive back to git\-archive\&.
.RE
.PP
-\fBgit-upload-pack\fR(1)
+\fBgit-upload-pack\fR(git)
.RS 4
Send objects packed back to git\-fetch\-pack\&.
.RE
@@ -1030,92 +1035,92 @@ Send objects packed back to git\-fetch\-pack\&.
.sp
These are internal helper commands used by other commands; end users typically do not use them directly\&.
.PP
-\fBgit-check-attr\fR(1)
+\fBgit-check-attr\fR(git)
.RS 4
Display gitattributes information\&.
.RE
.PP
-\fBgit-check-ignore\fR(1)
+\fBgit-check-ignore\fR(git)
.RS 4
Debug gitignore / exclude files\&.
.RE
.PP
-\fBgit-check-mailmap\fR(1)
+\fBgit-check-mailmap\fR(git)
.RS 4
Show canonical names and email addresses of contacts\&.
.RE
.PP
-\fBgit-check-ref-format\fR(1)
+\fBgit-check-ref-format\fR(git)
.RS 4
Ensures that a reference name is well formed\&.
.RE
.PP
-\fBgit-column\fR(1)
+\fBgit-column\fR(git)
.RS 4
Display data in columns\&.
.RE
.PP
-\fBgit-credential\fR(1)
+\fBgit-credential\fR(git)
.RS 4
Retrieve and store user credentials\&.
.RE
.PP
-\fBgit-credential-cache\fR(1)
+\fBgit-credential-cache\fR(git)
.RS 4
Helper to temporarily store passwords in memory\&.
.RE
.PP
-\fBgit-credential-store\fR(1)
+\fBgit-credential-store\fR(git)
.RS 4
Helper to store credentials on disk\&.
.RE
.PP
-\fBgit-fmt-merge-msg\fR(1)
+\fBgit-fmt-merge-msg\fR(git)
.RS 4
Produce a merge commit message\&.
.RE
.PP
-\fBgit-hook\fR(1)
+\fBgit-hook\fR(git)
.RS 4
Run git hooks\&.
.RE
.PP
-\fBgit-interpret-trailers\fR(1)
+\fBgit-interpret-trailers\fR(git)
.RS 4
Add or parse structured information in commit messages\&.
.RE
.PP
-\fBgit-mailinfo\fR(1)
+\fBgit-mailinfo\fR(git)
.RS 4
Extracts patch and authorship from a single e\-mail message\&.
.RE
.PP
-\fBgit-mailsplit\fR(1)
+\fBgit-mailsplit\fR(git)
.RS 4
Simple UNIX mbox splitter program\&.
.RE
.PP
-\fBgit-merge-one-file\fR(1)
+\fBgit-merge-one-file\fR(git)
.RS 4
The standard helper program to use with git\-merge\-index\&.
.RE
.PP
-\fBgit-patch-id\fR(1)
+\fBgit-patch-id\fR(git)
.RS 4
Compute unique ID for a patch\&.
.RE
.PP
-\fBgit-sh-i18n\fR(1)
+\fBgit-sh-i18n\fR(git)
.RS 4
Git\(cqs i18n setup code for shell scripts\&.
.RE
.PP
-\fBgit-sh-setup\fR(1)
+\fBgit-sh-setup\fR(git)
.RS 4
Common Git shell script setup code\&.
.RE
.PP
-\fBgit-stripspace\fR(1)
+\fBgit-stripspace\fR(git)
.RS 4
Remove unnecessary whitespace\&.
.RE
@@ -1123,67 +1128,67 @@ Remove unnecessary whitespace\&.
.sp
The following documentation pages are guides about Git concepts\&.
.PP
-\fBgitcore-tutorial\fR(7)
+\fBgitcore-tutorial\fR(git)
.RS 4
A Git core tutorial for developers\&.
.RE
.PP
-\fBgitcredentials\fR(7)
+\fBgitcredentials\fR(git)
.RS 4
Providing usernames and passwords to Git\&.
.RE
.PP
-\fBgitcvs-migration\fR(7)
+\fBgitcvs-migration\fR(git)
.RS 4
Git for CVS users\&.
.RE
.PP
-\fBgitdiffcore\fR(7)
+\fBgitdiffcore\fR(git)
.RS 4
Tweaking diff output\&.
.RE
.PP
-\fBgiteveryday\fR(7)
+\fBgiteveryday\fR(git)
.RS 4
A useful minimum set of commands for Everyday Git\&.
.RE
.PP
-\fBgitfaq\fR(7)
+\fBgitfaq\fR(git)
.RS 4
Frequently asked questions about using Git\&.
.RE
.PP
-\fBgitglossary\fR(7)
+\fBgitglossary\fR(git)
.RS 4
A Git Glossary\&.
.RE
.PP
-\fBgitnamespaces\fR(7)
+\fBgitnamespaces\fR(git)
.RS 4
Git namespaces\&.
.RE
.PP
-\fBgitremote-helpers\fR(7)
+\fBgitremote-helpers\fR(git)
.RS 4
Helper programs to interact with remote repositories\&.
.RE
.PP
-\fBgitsubmodules\fR(7)
+\fBgitsubmodules\fR(git)
.RS 4
Mounting one repository inside another\&.
.RE
.PP
-\fBgittutorial\fR(7)
+\fBgittutorial\fR(git)
.RS 4
A tutorial introduction to Git\&.
.RE
.PP
-\fBgittutorial-2\fR(7)
+\fBgittutorial-2\fR(git)
.RS 4
A tutorial introduction to Git: part two\&.
.RE
.PP
-\fBgitworkflows\fR(7)
+\fBgitworkflows\fR(git)
.RS 4
An overview of recommended workflows with Git\&.
.RE
@@ -1191,42 +1196,42 @@ An overview of recommended workflows with Git\&.
.sp
This documentation discusses repository and command interfaces which users are expected to interact with directly\&. See \fB\-\-user\-formats\fR in \fBgit-help\fR(1) for more details on the critera\&.
.PP
-\fBgitattributes\fR(5)
+\fBgitattributes\fR(git)
.RS 4
Defining attributes per path\&.
.RE
.PP
-\fBgitcli\fR(7)
+\fBgitcli\fR(git)
.RS 4
Git command\-line interface and conventions\&.
.RE
.PP
-\fBgithooks\fR(5)
+\fBgithooks\fR(git)
.RS 4
Hooks used by Git\&.
.RE
.PP
-\fBgitignore\fR(5)
+\fBgitignore\fR(git)
.RS 4
Specifies intentionally untracked files to ignore\&.
.RE
.PP
-\fBgitmailmap\fR(5)
+\fBgitmailmap\fR(git)
.RS 4
Map author/committer names and/or E\-Mail addresses\&.
.RE
.PP
-\fBgitmodules\fR(5)
+\fBgitmodules\fR(git)
.RS 4
Defining submodule properties\&.
.RE
.PP
-\fBgitrepository-layout\fR(5)
+\fBgitrepository-layout\fR(git)
.RS 4
Git Repository Layout\&.
.RE
.PP
-\fBgitrevisions\fR(7)
+\fBgitrevisions\fR(git)
.RS 4
Specifying revisions and ranges for Git\&.
.RE
@@ -1234,57 +1239,57 @@ Specifying revisions and ranges for Git\&.
.sp
This documentation discusses file formats, over\-the\-wire protocols and other git developer interfaces\&. See \fB\-\-developer\-interfaces\fR in \fBgit-help\fR(1)\&.
.PP
-\fBgitformat-bundle\fR(5)
+\fBgitformat-bundle\fR(git)
.RS 4
The bundle file format\&.
.RE
.PP
-\fBgitformat-chunk\fR(5)
+\fBgitformat-chunk\fR(git)
.RS 4
Chunk\-based file formats\&.
.RE
.PP
-\fBgitformat-commit-graph\fR(5)
+\fBgitformat-commit-graph\fR(git)
.RS 4
Git commit graph format\&.
.RE
.PP
-\fBgitformat-index\fR(5)
+\fBgitformat-index\fR(git)
.RS 4
Git index format\&.
.RE
.PP
-\fBgitformat-pack\fR(5)
+\fBgitformat-pack\fR(git)
.RS 4
Git pack format\&.
.RE
.PP
-\fBgitformat-signature\fR(5)
+\fBgitformat-signature\fR(git)
.RS 4
Git cryptographic signature formats\&.
.RE
.PP
-\fBgitprotocol-capabilities\fR(5)
+\fBgitprotocol-capabilities\fR(git)
.RS 4
Protocol v0 and v1 capabilities\&.
.RE
.PP
-\fBgitprotocol-common\fR(5)
+\fBgitprotocol-common\fR(git)
.RS 4
Things common to various protocols\&.
.RE
.PP
-\fBgitprotocol-http\fR(5)
+\fBgitprotocol-http\fR(git)
.RS 4
Git HTTP\-based protocols\&.
.RE
.PP
-\fBgitprotocol-pack\fR(5)
+\fBgitprotocol-pack\fR(git)
.RS 4
How packs are transferred over\-the\-wire\&.
.RE
.PP
-\fBgitprotocol-v2\fR(5)
+\fBgitprotocol-v2\fR(git)
.RS 4
Git Wire Protocol, Version 2\&.
.RE