Junio C Hamano | b1d6e88 | 2007-08-11 08:30:16 | [diff] [blame^] | 1 | gitlink:git-config[1]:: |
| 2 | Get and set repository or global options. |
| 3 | |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 4 | gitlink:git-convert-objects[1]:: |
| 5 | Converts old-style git repository. |
| 6 | |
Junio C Hamano | dfc4ce7 | 2007-02-07 23:17:29 | [diff] [blame] | 7 | gitlink:git-fast-import[1]:: |
Junio C Hamano | 053827f | 2007-02-14 07:23:58 | [diff] [blame] | 8 | Backend for fast Git data importers. |
Junio C Hamano | dfc4ce7 | 2007-02-07 23:17:29 | [diff] [blame] | 9 | |
Junio C Hamano | bb0f404 | 2007-07-04 06:41:40 | [diff] [blame] | 10 | gitlink:git-filter-branch[1]:: |
| 11 | Rewrite branches. |
| 12 | |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 13 | gitlink:git-lost-found[1]:: |
| 14 | Recover lost refs that luckily have not yet been pruned. |
| 15 | |
Junio C Hamano | 103ad7f | 2007-03-14 11:19:26 | [diff] [blame] | 16 | gitlink:git-mergetool[1]:: |
| 17 | Run merge conflict resolution tools to resolve merge conflicts. |
| 18 | |
Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 19 | gitlink:git-pack-refs[1]:: |
| 20 | Pack heads and tags for efficient repository access. |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 21 | |
| 22 | gitlink:git-prune[1]:: |
Junio C Hamano | 4ec0671 | 2007-06-09 20:39:33 | [diff] [blame] | 23 | Prune all unreachable objects from the object database. |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 24 | |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 25 | gitlink:git-reflog[1]:: |
| 26 | Manage reflog information. |
| 27 | |
| 28 | gitlink:git-relink[1]:: |
| 29 | Hardlink common objects in local repositories. |
| 30 | |
Junio C Hamano | 053827f | 2007-02-14 07:23:58 | [diff] [blame] | 31 | gitlink:git-remote[1]:: |
| 32 | manage set of tracked repositories. |
| 33 | |
Junio C Hamano | b1d6e88 | 2007-08-11 08:30:16 | [diff] [blame^] | 34 | gitlink:git-repack[1]:: |
| 35 | Pack unpacked objects in a repository. |
| 36 | |