Documentation: sync git.txt command list and manual page title
[git.git] / Documentation / cmds-plumbinginterrogators.txt
blob28580eae999d22337ec38eda06ae22ad22b04f6d
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-files[1]::
8         Compares files in the working tree and the index.
10 gitlink:git-diff-index[1]::
11         Compares content and mode of blobs between the index and repository.
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         Show information about files in the index and the working tree.
28 gitlink:git-ls-tree[1]::
29         List the contents of a tree object.
31 gitlink:git-merge-base[1]::
32         Find 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         Show packed archive index.
46 gitlink:git-show-ref[1]::
47         List references in a local repository.
49 gitlink:git-tar-tree[1]::
50         Create 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         Show a git logical variable.
58 gitlink:git-verify-pack[1]::
59         Validate packed git archive files.