blob: 5c083ed6b0142e956c9cca838e1c5f7c843f13cf [file] [log] [blame]
Junio C Hamano7c73c662007-01-19 00:37:501gitlink:git-cat-file[1]::
2Provide content or type/size information for repository objects.
3
Junio C Hamano7c73c662007-01-19 00:37:504gitlink:git-diff-files[1]::
5Compares files in the working tree and the index.
6
7gitlink:git-diff-index[1]::
8Compares content and mode of blobs between the index and repository.
9
Junio C Hamano7c73c662007-01-19 00:37:5010gitlink:git-diff-tree[1]::
11Compares the content and mode of blobs found via two tree objects.
12
13gitlink:git-for-each-ref[1]::
14Output information on each ref.
15
Junio C Hamano7c73c662007-01-19 00:37:5016gitlink:git-ls-files[1]::
17Show information about files in the index and the working tree.
18
Junio C Hamano4ad294b2007-01-20 02:22:5019gitlink:git-ls-remote[1]::
20List references in a remote repository.
21
Junio C Hamano7c73c662007-01-19 00:37:5022gitlink:git-ls-tree[1]::
23List the contents of a tree object.
24
25gitlink:git-merge-base[1]::
26Find as good common ancestors as possible for a merge.
27
28gitlink:git-name-rev[1]::
29Find symbolic names for given revs.
30
31gitlink:git-pack-redundant[1]::
32Find redundant pack files.
33
34gitlink:git-rev-list[1]::
35Lists commit objects in reverse chronological order.
36
37gitlink:git-show-index[1]::
38Show packed archive index.
39
40gitlink:git-show-ref[1]::
41List references in a local repository.
42
43gitlink:git-tar-tree[1]::
44Create a tar archive of the files in the named tree object.
45
46gitlink:git-unpack-file[1]::
47Creates a temporary file with a blob's contents.
48
49gitlink:git-var[1]::
50Show a git logical variable.
51
52gitlink:git-verify-pack[1]::
53Validate packed git archive files.
54