summaryrefslogtreecommitdiffstats
path: root/Documentation/cmds-plumbinginterrogators.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-19 00:53:37 +0100
committerJunio C Hamano <junkio@cox.net>2007-01-19 00:53:37 +0100
commitc3f0baacadbd7b5710052213a2ec3cdd5b77bb6e (patch)
tree5f79fc30175a5a28a7dbb0ea9ff3893ab2dcdc42 /Documentation/cmds-plumbinginterrogators.txt
parentDocumentation: move command list in git.txt into separate files. (diff)
downloadgit-c3f0baacadbd7b5710052213a2ec3cdd5b77bb6e.tar.xz
git-c3f0baacadbd7b5710052213a2ec3cdd5b77bb6e.zip
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>
Diffstat (limited to 'Documentation/cmds-plumbinginterrogators.txt')
-rw-r--r--Documentation/cmds-plumbinginterrogators.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/Documentation/cmds-plumbinginterrogators.txt b/Documentation/cmds-plumbinginterrogators.txt
index bdf3834123..28580eae99 100644
--- a/Documentation/cmds-plumbinginterrogators.txt
+++ b/Documentation/cmds-plumbinginterrogators.txt
@@ -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.