Junio C Hamano | 4ad294b | 2007-01-20 02:22:50 | [diff] [blame] | 1 | gitlink:git-http-fetch[1]:: |
| 2 | Download from a remote git repository via HTTP. |
| 3 | |
| 4 | gitlink:git-http-push[1]:: |
| 5 | Push objects over HTTP/DAV to another repository. |
| 6 | |
| 7 | gitlink:git-parse-remote[1]:: |
| 8 | Routines to help parsing remote repository access parameters. |
| 9 | |
| 10 | gitlink:git-receive-pack[1]:: |
| 11 | Receive what is pushed into the repository. |
| 12 | |
| 13 | gitlink:git-shell[1]:: |
| 14 | Restricted login shell for GIT-only SSH access. |
| 15 | |
| 16 | gitlink:git-upload-archive[1]:: |
| 17 | Send archive back to git-archive. |
| 18 | |
| 19 | gitlink:git-upload-pack[1]:: |
| 20 | Send objects packed back to git-fetch-pack. |
| 21 | |