blob: a7eba19c4d6dc6aa1d23b2b1a6391085f53afcd7 [file] [log] [blame]
Junio C Hamano7c73c662007-01-19 00:37:501gitlink:git-apply[1]::
2Apply a patch on a git index file and a working tree.
3
4gitlink:git-checkout-index[1]::
5Copy files from the index to the working tree.
6
7gitlink:git-commit-tree[1]::
8Create a new commit object.
9
10gitlink:git-hash-object[1]::
11Compute object ID and optionally creates a blob from a file.
12
13gitlink:git-index-pack[1]::
14Build pack index file for an existing packed archive.
15
Junio C Hamano7c73c662007-01-19 00:37:5016gitlink:git-merge-file[1]::
17Run a three-way file merge.
18
19gitlink:git-merge-index[1]::
20Run a merge for files needing merging.
21
22gitlink:git-mktag[1]::
23Creates a tag object.
24
25gitlink:git-mktree[1]::
26Build a tree-object from ls-tree formatted text.
27
28gitlink:git-pack-objects[1]::
29Create a packed archive of objects.
30
31gitlink:git-prune-packed[1]::
32Remove extra objects that are already in pack files.
33
34gitlink:git-read-tree[1]::
35Reads tree information into the index.
36
Junio C Hamano4ad294b2007-01-20 02:22:5037gitlink:git-symbolic-ref[1]::
38Read and modify symbolic refs.
Junio C Hamano7c73c662007-01-19 00:37:5039
40gitlink:git-unpack-objects[1]::
41Unpack objects from a packed archive.
42
43gitlink:git-update-index[1]::
44Register file contents in the working tree to the index.
45
Junio C Hamano4ad294b2007-01-20 02:22:5046gitlink:git-update-ref[1]::
47Update the object name stored in a ref safely.
48
Junio C Hamano7c73c662007-01-19 00:37:5049gitlink:git-write-tree[1]::
50Create a tree object from the current index.
51