Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 1 | gitlink:git-annotate[1]:: |
| 2 | Annotate file lines with commit info. |
| 3 | |
| 4 | gitlink:git-blame[1]:: |
| 5 | Show what revision and author last modified each line of a file. |
| 6 | |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 7 | gitlink:git-cherry[1]:: |
| 8 | Find commits not merged upstream. |
| 9 | |
| 10 | gitlink:git-count-objects[1]:: |
| 11 | Count unpacked number of objects and their disk consumption. |
| 12 | |
Junio C Hamano | 7ad22dc | 2007-01-29 02:55:48 | [diff] [blame] | 13 | gitlink:git-fsck[1]:: |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 14 | Verifies the connectivity and validity of the objects in the database. |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 15 | |
| 16 | gitlink:git-get-tar-commit-id[1]:: |
| 17 | Extract commit ID from an archive created using git-tar-tree. |
| 18 | |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 19 | gitlink:git-instaweb[1]:: |
| 20 | Instantly browse your working repository in gitweb. |
| 21 | |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 22 | gitlink:git-merge-tree[1]:: |
| 23 | Show three-way merge without touching index. |
| 24 | |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 25 | gitlink:git-rerere[1]:: |
| 26 | Reuse recorded resolution of conflicted merges. |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 27 | |
| 28 | gitlink:git-rev-parse[1]:: |
| 29 | Pick out and massage parameters. |
| 30 | |
| 31 | gitlink:git-runstatus[1]:: |
| 32 | A helper for git-status and git-commit. |
| 33 | |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 34 | gitlink:git-show-branch[1]:: |
| 35 | Show branches and their commits. |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 36 | |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 37 | gitlink:git-verify-tag[1]:: |
Junio C Hamano | b1d6e88 | 2007-08-11 08:30:16 | [diff] [blame] | 38 | Check the GPG signature of tags. |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 39 | |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 40 | gitlink:git-whatchanged[1]:: |
| 41 | Show logs with difference each commit introduces. |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 42 | |