Documentation: sync git.txt command list and manual page title
Also reorders a handful entries to make each list sorted alphabetically. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
377e81392f
commit
c3f0baacad
@ -2,7 +2,7 @@ gitlink:git-annotate[1]::
|
||||
Annotate file lines with commit info.
|
||||
|
||||
gitlink:git-blame[1]::
|
||||
Find out where each line in a file came from.
|
||||
Show what revision and author last modified each line of a file.
|
||||
|
||||
gitlink:git-check-ref-format[1]::
|
||||
Make sure ref name is well formed.
|
||||
@ -29,25 +29,22 @@ gitlink:git-instaweb[1]::
|
||||
Instantly browse your working repository in gitweb.
|
||||
|
||||
gitlink:git-mailinfo[1]::
|
||||
Extracts patch and authorship information from a single
|
||||
e-mail message, optionally transliterating the commit
|
||||
message into utf-8.
|
||||
Extracts patch and authorship from a single e-mail message.
|
||||
|
||||
gitlink:git-mailsplit[1]::
|
||||
A stupid program to split UNIX mbox format mailbox into
|
||||
individual pieces of e-mail.
|
||||
Simple UNIX mbox splitter program.
|
||||
|
||||
gitlink:git-merge-tree[1]::
|
||||
Show three-way merge without touching index.
|
||||
|
||||
gitlink:git-parse-remote[1]::
|
||||
Routines to help parsing remote repository access parameters.
|
||||
|
||||
gitlink:git-patch-id[1]::
|
||||
Compute unique ID for a patch.
|
||||
|
||||
gitlink:git-parse-remote[1]::
|
||||
Routines to help parsing `$GIT_DIR/remotes/` files.
|
||||
|
||||
gitlink:git-request-pull[1]::
|
||||
git-request-pull.
|
||||
Generates a summary of pending changes.
|
||||
|
||||
gitlink:git-rev-parse[1]::
|
||||
Pick out and massage parameters.
|
||||
@ -56,10 +53,11 @@ gitlink:git-runstatus[1]::
|
||||
A helper for git-status and git-commit.
|
||||
|
||||
gitlink:git-send-email[1]::
|
||||
Send patch e-mails out of "format-patch --mbox" output.
|
||||
Send a collection of patches as emails.
|
||||
|
||||
gitlink:git-stripspace[1]::
|
||||
Filter out empty lines.
|
||||
|
||||
gitlink:git-symbolic-ref[1]::
|
||||
Read and modify symbolic refs.
|
||||
|
||||
gitlink:git-stripspace[1]::
|
||||
Filter out empty lines.
|
||||
|
@ -2,17 +2,17 @@ gitlink:git-applypatch[1]::
|
||||
Apply one patch extracted from an e-mail.
|
||||
|
||||
gitlink:git-archimport[1]::
|
||||
Import an arch repository into git.
|
||||
Import an Arch repository into git.
|
||||
|
||||
gitlink:git-convert-objects[1]::
|
||||
Converts old-style git repository.
|
||||
|
||||
gitlink:git-cvsimport[1]::
|
||||
Salvage your data out of another SCM people love to hate.
|
||||
|
||||
gitlink:git-cvsexportcommit[1]::
|
||||
Export a single commit to a CVS checkout.
|
||||
|
||||
gitlink:git-cvsimport[1]::
|
||||
Salvage your data out of another SCM people love to hate.
|
||||
|
||||
gitlink:git-cvsserver[1]::
|
||||
A CVS server emulator for git.
|
||||
|
||||
@ -23,7 +23,7 @@ gitlink:git-lost-found[1]::
|
||||
Recover lost refs that luckily have not yet been pruned.
|
||||
|
||||
gitlink:git-merge-one-file[1]::
|
||||
The standard helper program to use with `git-merge-index`.
|
||||
The standard helper program to use with git-merge-index.
|
||||
|
||||
gitlink:git-prune[1]::
|
||||
Prunes all unreachable objects from the object database.
|
||||
@ -37,15 +37,15 @@ gitlink:git-reflog[1]::
|
||||
gitlink:git-relink[1]::
|
||||
Hardlink common objects in local repositories.
|
||||
|
||||
gitlink:git-sh-setup[1]::
|
||||
Common git shell script setup code.
|
||||
|
||||
gitlink:git-svn[1]::
|
||||
Bidirectional operation between a single Subversion branch and git.
|
||||
|
||||
gitlink:git-svnimport[1]::
|
||||
Import a SVN repository into git.
|
||||
|
||||
gitlink:git-sh-setup[1]::
|
||||
Common git shell script setup code.
|
||||
|
||||
gitlink:git-symbolic-ref[1]::
|
||||
Read and modify symbolic refs.
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
gitlink:git-add[1]::
|
||||
Add paths to the index.
|
||||
Add file contents to the changeset to be committed next.
|
||||
|
||||
gitlink:git-am[1]::
|
||||
Apply patches from a mailbox, but cooler.
|
||||
Apply a series of patches from a mailbox.
|
||||
|
||||
gitlink:git-applymbox[1]::
|
||||
Apply patches from a mailbox, original version by Linus.
|
||||
Apply a series of patches in a mailbox.
|
||||
|
||||
gitlink:git-archive[1]::
|
||||
Creates an archive of files from a named tree.
|
||||
@ -14,13 +14,13 @@ gitlink:git-bisect[1]::
|
||||
Find the change that introduced a bug by binary search.
|
||||
|
||||
gitlink:git-branch[1]::
|
||||
Create and Show branches.
|
||||
List, create, or delete branches.
|
||||
|
||||
gitlink:git-checkout[1]::
|
||||
Checkout and switch to a branch.
|
||||
|
||||
gitlink:git-cherry-pick[1]::
|
||||
Cherry-pick the effect of an existing commit.
|
||||
Apply the change introduced by an existing commit.
|
||||
|
||||
gitlink:git-clean[1]::
|
||||
Remove untracked files from the working tree.
|
||||
@ -35,7 +35,7 @@ gitlink:git-diff[1]::
|
||||
Show changes between commits, commit and working tree, etc.
|
||||
|
||||
gitlink:git-fetch[1]::
|
||||
Download from a remote repository via various protocols.
|
||||
Download objects and refs from another repository.
|
||||
|
||||
gitlink:git-format-patch[1]::
|
||||
Prepare patches for e-mail submission.
|
||||
@ -47,13 +47,13 @@ gitlink:gitk[1]::
|
||||
The git repository browser.
|
||||
|
||||
gitlink:git-log[1]::
|
||||
Shows commit logs.
|
||||
Show commit logs.
|
||||
|
||||
gitlink:git-ls-remote[1]::
|
||||
Shows references in a remote or local repository.
|
||||
List references in a remote repository.
|
||||
|
||||
gitlink:git-merge[1]::
|
||||
Grand unified merge driver.
|
||||
Join two or more development histories together.
|
||||
|
||||
gitlink:git-mv[1]::
|
||||
Move or rename a file, a directory, or a symlink.
|
||||
@ -62,13 +62,13 @@ gitlink:git-pack-refs[1]::
|
||||
Pack heads and tags for efficient repository access.
|
||||
|
||||
gitlink:git-pull[1]::
|
||||
Fetch from and merge with a remote repository or a local branch.
|
||||
Fetch from and merge with another repository or a local branch.
|
||||
|
||||
gitlink:git-push[1]::
|
||||
Update remote refs along with associated objects.
|
||||
|
||||
gitlink:git-rebase[1]::
|
||||
Rebase local commits to the updated upstream head.
|
||||
Forward-port local commits to the updated upstream head.
|
||||
|
||||
gitlink:git-repack[1]::
|
||||
Pack unpacked objects in a repository.
|
||||
@ -89,19 +89,20 @@ gitlink:git-rm[1]::
|
||||
Remove files from the working tree and from the index.
|
||||
|
||||
gitlink:git-shortlog[1]::
|
||||
Summarizes 'git log' output.
|
||||
Summarize 'git log' output.
|
||||
|
||||
gitlink:git-show[1]::
|
||||
Show one commit log and its diff.
|
||||
Show various types of objects.
|
||||
|
||||
gitlink:git-show-branch[1]::
|
||||
Show branches and their commits.
|
||||
|
||||
gitlink:git-status[1]::
|
||||
Shows the working tree status.
|
||||
Show the working tree status.
|
||||
|
||||
gitlink:git-verify-tag[1]::
|
||||
Check the GPG signature of tag.
|
||||
|
||||
gitlink:git-whatchanged[1]::
|
||||
Shows commit logs and differences they introduce.
|
||||
Show logs with difference each commit introduces.
|
||||
|
||||
|
@ -4,14 +4,14 @@ gitlink:git-cat-file[1]::
|
||||
gitlink:git-describe[1]::
|
||||
Show the most recent tag that is reachable from a commit.
|
||||
|
||||
gitlink:git-diff-index[1]::
|
||||
Compares content and mode of blobs between the index and repository.
|
||||
|
||||
gitlink:git-diff-files[1]::
|
||||
Compares files in the working tree and the index.
|
||||
|
||||
gitlink:git-diff-index[1]::
|
||||
Compares content and mode of blobs between the index and repository.
|
||||
|
||||
gitlink:git-diff-stages[1]::
|
||||
Compares two "merge stages" in the index.
|
||||
Compares two merge stages in the index.
|
||||
|
||||
gitlink:git-diff-tree[1]::
|
||||
Compares the content and mode of blobs found via two tree objects.
|
||||
@ -23,13 +23,13 @@ gitlink:git-fsck-objects[1]::
|
||||
Verifies the connectivity and validity of the objects in the database.
|
||||
|
||||
gitlink:git-ls-files[1]::
|
||||
Information about files in the index and the working tree.
|
||||
Show information about files in the index and the working tree.
|
||||
|
||||
gitlink:git-ls-tree[1]::
|
||||
Displays a tree object in human readable form.
|
||||
List the contents of a tree object.
|
||||
|
||||
gitlink:git-merge-base[1]::
|
||||
Finds as good common ancestors as possible for a merge.
|
||||
Find as good common ancestors as possible for a merge.
|
||||
|
||||
gitlink:git-name-rev[1]::
|
||||
Find symbolic names for given revs.
|
||||
@ -41,20 +41,20 @@ gitlink:git-rev-list[1]::
|
||||
Lists commit objects in reverse chronological order.
|
||||
|
||||
gitlink:git-show-index[1]::
|
||||
Displays contents of a pack idx file.
|
||||
Show packed archive index.
|
||||
|
||||
gitlink:git-show-ref[1]::
|
||||
List references in a local repository.
|
||||
|
||||
gitlink:git-tar-tree[1]::
|
||||
Creates a tar archive of the files in the named tree object.
|
||||
Create a tar archive of the files in the named tree object.
|
||||
|
||||
gitlink:git-unpack-file[1]::
|
||||
Creates a temporary file with a blob's contents.
|
||||
|
||||
gitlink:git-var[1]::
|
||||
Displays a git logical variable.
|
||||
Show a git logical variable.
|
||||
|
||||
gitlink:git-verify-pack[1]::
|
||||
Validates packed git archive files.
|
||||
Validate packed git archive files.
|
||||
|
||||
|
@ -1,28 +1,26 @@
|
||||
gitlink:git-apply[1]::
|
||||
Reads a "diff -up1" or git generated patch file and
|
||||
applies it to the working tree.
|
||||
Apply a patch on a git index file and a working tree.
|
||||
|
||||
gitlink:git-checkout-index[1]::
|
||||
Copy files from the index to the working tree.
|
||||
|
||||
gitlink:git-commit-tree[1]::
|
||||
Creates a new commit object.
|
||||
Create a new commit object.
|
||||
|
||||
gitlink:git-hash-object[1]::
|
||||
Computes the object ID from a file.
|
||||
Compute object ID and optionally creates a blob from a file.
|
||||
|
||||
gitlink:git-index-pack[1]::
|
||||
Build pack idx file for an existing packed archive.
|
||||
Build pack index file for an existing packed archive.
|
||||
|
||||
gitlink:git-init[1]::
|
||||
Creates an empty git repository, or reinitialize an
|
||||
existing one.
|
||||
Create an empty git repository or reinitialize an existing one.
|
||||
|
||||
gitlink:git-merge-file[1]::
|
||||
Runs a threeway merge.
|
||||
Run a three-way file merge.
|
||||
|
||||
gitlink:git-merge-index[1]::
|
||||
Runs a merge for files needing merging.
|
||||
Run a merge for files needing merging.
|
||||
|
||||
gitlink:git-mktag[1]::
|
||||
Creates a tag object.
|
||||
@ -31,7 +29,7 @@ gitlink:git-mktree[1]::
|
||||
Build a tree-object from ls-tree formatted text.
|
||||
|
||||
gitlink:git-pack-objects[1]::
|
||||
Creates a packed archive of objects.
|
||||
Create a packed archive of objects.
|
||||
|
||||
gitlink:git-prune-packed[1]::
|
||||
Remove extra objects that are already in pack files.
|
||||
@ -40,13 +38,14 @@ gitlink:git-read-tree[1]::
|
||||
Reads tree information into the index.
|
||||
|
||||
gitlink:git-repo-config[1]::
|
||||
Get and set options in .git/config.
|
||||
Get and set repository or global options.
|
||||
|
||||
gitlink:git-unpack-objects[1]::
|
||||
Unpacks objects out of a packed archive.
|
||||
Unpack objects from a packed archive.
|
||||
|
||||
gitlink:git-update-index[1]::
|
||||
Registers files in the working tree to the index.
|
||||
Register file contents in the working tree to the index.
|
||||
|
||||
gitlink:git-write-tree[1]::
|
||||
Creates a tree from the index.
|
||||
Create a tree object from the current index.
|
||||
|
||||
|
@ -1,46 +1,39 @@
|
||||
gitlink:git-fetch-pack[1]::
|
||||
Updates from a remote repository (engine for ssh and
|
||||
local transport).
|
||||
Receive missing objects from another repository.
|
||||
|
||||
gitlink:git-http-fetch[1]::
|
||||
Downloads a remote git repository via HTTP by walking
|
||||
commit chain.
|
||||
|
||||
gitlink:git-local-fetch[1]::
|
||||
Duplicates another git repository on a local system by
|
||||
walking commit chain.
|
||||
|
||||
gitlink:git-peek-remote[1]::
|
||||
Lists references on a remote repository using
|
||||
upload-pack protocol (engine for ssh and local
|
||||
transport).
|
||||
|
||||
gitlink:git-receive-pack[1]::
|
||||
Invoked by 'git-send-pack' to receive what is pushed to it.
|
||||
|
||||
gitlink:git-send-pack[1]::
|
||||
Pushes to a remote repository, intelligently.
|
||||
Download from a remote git repository via HTTP.
|
||||
|
||||
gitlink:git-http-push[1]::
|
||||
Push missing objects using HTTP/DAV.
|
||||
Push objects over HTTP/DAV to another repository.
|
||||
|
||||
gitlink:git-local-fetch[1]::
|
||||
Duplicate another git repository on a local system.
|
||||
|
||||
gitlink:git-peek-remote[1]::
|
||||
List the references in a remote repository.
|
||||
|
||||
gitlink:git-receive-pack[1]::
|
||||
Receive what is pushed into the repository.
|
||||
|
||||
gitlink:git-send-pack[1]::
|
||||
Push objects over git protocol to another reposiotory.
|
||||
|
||||
gitlink:git-shell[1]::
|
||||
Restricted shell for GIT-only SSH access.
|
||||
Restricted login shell for GIT-only SSH access.
|
||||
|
||||
gitlink:git-ssh-fetch[1]::
|
||||
Pulls from a remote repository over ssh connection by
|
||||
walking commit chain.
|
||||
Fetch from a remote repository over ssh connection.
|
||||
|
||||
gitlink:git-ssh-upload[1]::
|
||||
Helper "server-side" program used by git-ssh-fetch.
|
||||
Push to a remote repository over ssh connection.
|
||||
|
||||
gitlink:git-update-server-info[1]::
|
||||
Updates auxiliary information on a dumb server to help
|
||||
clients discover references and packs on it.
|
||||
Update auxiliary info file to help dumb servers.
|
||||
|
||||
gitlink:git-upload-archive[1]::
|
||||
Invoked by 'git-archive' to send a generated archive.
|
||||
Send archive back to git-archive.
|
||||
|
||||
gitlink:git-upload-pack[1]::
|
||||
Invoked by 'git-fetch-pack' to push
|
||||
what are asked for.
|
||||
Send objects packed back to git-fetch-pack.
|
||||
|
||||
|
@ -3,7 +3,7 @@ git-am(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-am - Apply a series of patches in a mailbox
|
||||
git-am - Apply a series of patches from a mailbox
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-apply(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-apply - Apply patch on a git index file and a work tree
|
||||
git-apply - Apply a patch on a git index file and a working tree
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-archive(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-archive - Creates a archive of the files in the named tree
|
||||
git-archive - Creates an archive of files from a named tree
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-bisect(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-bisect - Find the change that introduced a bug
|
||||
git-bisect - Find the change that introduced a bug by binary search
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-branch(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-branch - List, create, or delete branches.
|
||||
git-branch - List, create, or delete branches
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
|
@ -3,7 +3,7 @@ git-cat-file(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-cat-file - Provide content or type information for repository objects
|
||||
git-cat-file - Provide content or type/size information for repository objects
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-checkout-index(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-checkout-index - Copy files from the index to the working directory
|
||||
git-checkout-index - Copy files from the index to the working tree
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-clone(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-clone - Clones a repository
|
||||
git-clone - Clones a repository into a new directory
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-commit-tree(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-commit-tree - Creates a new commit object
|
||||
git-commit-tree - Create a new commit object
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-commit(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-commit - Record your changes
|
||||
git-commit - Record changes to the repository
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
|
@ -3,7 +3,7 @@ git-count-objects(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-count-objects - Reports on unpacked objects
|
||||
git-count-objects - Count unpacked number of objects and their disk consumption
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
|
@ -3,7 +3,7 @@ git-cvsexportcommit(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-cvsexportcommit - Export a commit to a CVS checkout
|
||||
git-cvsexportcommit - Export a single commit to a CVS checkout
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-cvsimport(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-cvsimport - Import a CVS repository into git
|
||||
git-cvsimport - Salvage your data out of another SCM people love to hate
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-diff-stages(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-diff-stages - Compares content and mode of blobs between stages in an unmerged index file
|
||||
git-diff-stages - Compares two merge stages in the index
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-fetch(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-fetch - Download objects and a head from another repository
|
||||
git-fetch - Download objects and refs from another repository
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-hash-object(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-hash-object - Computes object ID and optionally creates a blob from a file
|
||||
git-hash-object - Compute object ID and optionally creates a blob from a file
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-http-fetch(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-http-fetch - downloads a remote git repository via HTTP
|
||||
git-http-fetch - Download from a remote git repository via HTTP
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-http-push(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-http-push - Push missing objects using HTTP/DAV
|
||||
git-http-push - Push objects over HTTP/DAV to another repository
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-init(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-init - Creates an empty git repository
|
||||
git-init - Create an empty git repository or reinitialize an existing one
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-instaweb(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-instaweb - instantly browse your working repository in gitweb
|
||||
git-instaweb - Instantly browse your working repository in gitweb
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
|
@ -3,7 +3,7 @@ git-local-fetch(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-local-fetch - Duplicates another git repository on a local system
|
||||
git-local-fetch - Duplicate another git repository on a local system
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-ls-files(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-ls-files - Information about files in the index/working directory
|
||||
git-ls-files - Show information about files in the index and the working tree
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-ls-tree(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-ls-tree - Lists the contents of a tree object
|
||||
git-ls-tree - List the contents of a tree object
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-mailinfo(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-mailinfo - Extracts patch from a single e-mail message
|
||||
git-mailinfo - Extracts patch and authorship from a single e-mail message
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-mailsplit(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-mailsplit - Totally braindamaged mbox splitter program
|
||||
git-mailsplit - Simple UNIX mbox splitter program
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
|
@ -3,7 +3,7 @@ git-merge-base(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-merge-base - Finds as good a common ancestor as possible for a merge
|
||||
git-merge-base - Find as good common ancestors as possible for a merge
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-merge-file(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-merge-file - three-way file merge
|
||||
git-merge-file - Run a three-way file merge
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-merge-index(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-merge-index - Runs a merge for files needing merging
|
||||
git-merge-index - Run a merge for files needing merging
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-merge-one-file(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-merge-one-file - The standard helper program to use with "git-merge-index"
|
||||
git-merge-one-file - The standard helper program to use with git-merge-index
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-merge(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-merge - Grand Unified Merge Driver
|
||||
git-merge - Join two or more development histories together
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-mv(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-mv - Move or rename a file, directory or symlink
|
||||
git-mv - Move or rename a file, a directory, or a symlink
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-pack-redundant(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-pack-redundant - Program used to find redundant pack files
|
||||
git-pack-redundant - Find redundant pack files
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-parse-remote(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-parse-remote - Routines to help parsing $GIT_DIR/remotes/
|
||||
git-parse-remote - Routines to help parsing remote repository access parameters
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-patch-id(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-patch-id - Generate a patch ID
|
||||
git-patch-id - Compute unique ID for a patch
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
|
@ -3,7 +3,7 @@ git-peek-remote(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-peek-remote - Lists the references in a remote repository
|
||||
git-peek-remote - List the references in a remote repository
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,8 +3,7 @@ git-prune-packed(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-prune-packed - Program used to remove the extra object files that are now
|
||||
residing in a pack file.
|
||||
git-prune-packed - Remove extra objects that are already in pack files
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-pull(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-pull - Pull and merge from another repository or a local branch
|
||||
git-pull - Fetch from and merge with another repository or a local branch
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-rebase(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-rebase - Rebase local commits to a new head
|
||||
git-rebase - Forward-port local commits to the updated upstream head
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
|
@ -3,7 +3,7 @@ git-receive-pack(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-receive-pack - Receive what is pushed into it
|
||||
git-receive-pack - Receive what is pushed into the repository
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,8 +3,7 @@ git-repack(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-repack - Script used to pack a repository from a collection of
|
||||
objects into pack files.
|
||||
git-repack - Pack unpacked objects in a repository
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-repo-config(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-repo-config - Get and set repository or global options.
|
||||
git-repo-config - Get and set repository or global options
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-rerere(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-rerere - Reuse recorded resolve
|
||||
git-rerere - Reuse recorded resolution of conflicted merges
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
|
@ -3,7 +3,7 @@ git-send-pack(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-send-pack - Push missing objects packed
|
||||
git-send-pack - Push objects over git protocol to another reposiotory
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-shell(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-shell - Restricted login shell for GIT over SSH only
|
||||
git-shell - Restricted login shell for GIT-only SSH access
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-ssh-fetch(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-ssh-fetch - Pulls from a remote repository over ssh connection
|
||||
git-ssh-fetch - Fetch from a remote repository over ssh connection
|
||||
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@ git-ssh-upload(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-ssh-upload - Pushes to a remote repository over ssh connection
|
||||
git-ssh-upload - Push to a remote repository over ssh connection
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-status(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-status - Show working tree status
|
||||
git-status - Show the working tree status
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-svn(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-svn - bidirectional operation between Subversion and git
|
||||
git-svn - Bidirectional operation between a single Subversion branch and git
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
|
@ -3,7 +3,7 @@ git-symbolic-ref(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-symbolic-ref - read and modify symbolic refs
|
||||
git-symbolic-ref - Read and modify symbolic refs
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
|
@ -3,7 +3,7 @@ git-tar-tree(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-tar-tree - Creates a tar archive of the files in the named tree
|
||||
git-tar-tree - Create a tar archive of the files in the named tree object
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-update-index(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-update-index - Modifies the index or directory cache
|
||||
git-update-index - Register file contents in the working tree to the index
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-update-ref(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-update-ref - update the object name stored in a ref safely
|
||||
git-update-ref - Update the object name stored in a ref safely
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
|
@ -3,7 +3,7 @@ git-upload-archive(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-upload-archive - Send archive
|
||||
git-upload-archive - Send archive back to git-archive
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-upload-pack(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-upload-pack - Send missing objects packed
|
||||
git-upload-pack - Send objects packed back to git-fetch-pack
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-var(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-var - Print the git users identity
|
||||
git-var - Show a git logical variable
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ git-write-tree(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
git-write-tree - Creates a tree object from the current index
|
||||
git-write-tree - Create a tree object from the current index
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
|
@ -3,7 +3,7 @@ gitk(1)
|
||||
|
||||
NAME
|
||||
----
|
||||
gitk - git repository browser
|
||||
gitk - The git repository browser
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
|
Loading…
Reference in New Issue
Block a user