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