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