summaryrefslogtreecommitdiffstats
path: root/cmds-plumbinginterrogators.txt
blob: ad84df1bc5a3e9e8a940d13515a9be072e932672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
linkgit:git-cat-file[git]::
	Provide content or type and size information for repository objects.

linkgit:git-cherry[git]::
	Find commits yet to be applied to upstream.

linkgit:git-diff-files[git]::
	Compares files in the working tree and the index.

linkgit:git-diff-index[git]::
	Compare a tree to the working tree or index.

linkgit:git-diff-tree[git]::
	Compares the content and mode of blobs found via two tree objects.

linkgit:git-for-each-ref[git]::
	Output information on each ref.

linkgit:git-for-each-repo[git]::
	Run a Git command on a list of repositories.

linkgit:git-get-tar-commit-id[git]::
	Extract commit ID from an archive created using git-archive.

linkgit:git-ls-files[git]::
	Show information about files in the index and the working tree.

linkgit:git-ls-remote[git]::
	List references in a remote repository.

linkgit:git-ls-tree[git]::
	List the contents of a tree object.

linkgit:git-merge-base[git]::
	Find as good common ancestors as possible for a merge.

linkgit:git-name-rev[git]::
	Find symbolic names for given revs.

linkgit:git-pack-redundant[git]::
	Find redundant pack files.

linkgit:git-rev-list[git]::
	Lists commit objects in reverse chronological order.

linkgit:git-rev-parse[git]::
	Pick out and massage parameters.

linkgit:git-show-index[git]::
	Show packed archive index.

linkgit:git-show-ref[git]::
	List references in a local repository.

linkgit:git-unpack-file[git]::
	Creates a temporary file with a blob's contents.

linkgit:git-var[git]::
	Show a Git logical variable.

linkgit:git-verify-pack[git]::
	Validate packed Git archive files.