| Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1 | gitlink:git-daemon[1]:: |
| 2 | A really simple server for git repositories. |
| 3 | |
| Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 4 | gitlink:git-fetch-pack[1]:: |
| 5 | Receive missing objects from another repository. |
| 6 | |
| Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 7 | gitlink:git-local-fetch[1]:: |
| 8 | Duplicate another git repository on a local system. |
| 9 | |
| Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 10 | gitlink:git-send-pack[1]:: |
| Junio C Hamano | ee1e428 | 2007-02-04 08:32:04 | [diff] [blame^] | 11 | Push objects over git protocol to another repository. |
| Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 12 | |
| Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 13 | gitlink:git-ssh-fetch[1]:: |
| 14 | Fetch from a remote repository over ssh connection. |
| 15 | |
| 16 | gitlink:git-ssh-upload[1]:: |
| 17 | Push to a remote repository over ssh connection. |
| 18 | |
| 19 | gitlink:git-update-server-info[1]:: |
| 20 | Update auxiliary info file to help dumb servers. |
| 21 | |