Documentation: move command list in git.txt into separate files.
[git/gitweb.git] / Documentation / cmds-plumbinginterrogators.txt
blobbdf3834123bc13f935748058e3414cdfea72e6f0
1 gitlink:git-cat-file[1]::
2         Provide content or type/size information for repository objects.
4 gitlink:git-describe[1]::
5         Show the most recent tag that is reachable from a commit.
7 gitlink:git-diff-index[1]::
8         Compares content and mode of blobs between the index and repository.
10 gitlink:git-diff-files[1]::
11         Compares files in the working tree and the index.
13 gitlink:git-diff-stages[1]::
14         Compares two "merge stages" in the index.
16 gitlink:git-diff-tree[1]::
17         Compares the content and mode of blobs found via two tree objects.
19 gitlink:git-for-each-ref[1]::
20         Output information on each ref.
22 gitlink:git-fsck-objects[1]::
23         Verifies the connectivity and validity of the objects in the database.
25 gitlink:git-ls-files[1]::
26         Information about files in the index and the working tree.
28 gitlink:git-ls-tree[1]::
29         Displays a tree object in human readable form.
31 gitlink:git-merge-base[1]::
32         Finds as good common ancestors as possible for a merge.
34 gitlink:git-name-rev[1]::
35         Find symbolic names for given revs.
37 gitlink:git-pack-redundant[1]::
38         Find redundant pack files.
40 gitlink:git-rev-list[1]::
41         Lists commit objects in reverse chronological order.
43 gitlink:git-show-index[1]::
44         Displays contents of a pack idx file.
46 gitlink:git-show-ref[1]::
47         List references in a local repository.
49 gitlink:git-tar-tree[1]::
50         Creates a tar archive of the files in the named tree object.
52 gitlink:git-unpack-file[1]::
53         Creates a temporary file with a blob's contents.
55 gitlink:git-var[1]::
56         Displays a git logical variable.
58 gitlink:git-verify-pack[1]::
59         Validates packed git archive files.