summaryrefslogtreecommitdiffstats
path: root/cmds-synchingrepositories.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-20 02:22:50 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-20 02:22:50 +0000
commit4ad294bce02ce66a5fa0a3aba3267d83fc995773 (patch)
tree9094e6a5f32f0fdaa5e35e0a1dea9d13d5a31fae /cmds-synchingrepositories.txt
parent7c73c663897cfb2796fa93efc40ebe4ea33a3db1 (diff)
downloadgit-htmldocs-4ad294bce02ce66a5fa0a3aba3267d83fc995773.tar.gz
Autogenerated HTML docs for v1.5.0-rc1-g6f71
Diffstat (limited to 'cmds-synchingrepositories.txt')
-rw-r--r--cmds-synchingrepositories.txt24
1 files changed, 3 insertions, 21 deletions
diff --git a/cmds-synchingrepositories.txt b/cmds-synchingrepositories.txt
index 01b5bb992..736818f0c 100644
--- a/cmds-synchingrepositories.txt
+++ b/cmds-synchingrepositories.txt
@@ -1,27 +1,15 @@
+gitlink:git-daemon[1]::
+ A really simple server for git repositories.
+
gitlink:git-fetch-pack[1]::
Receive missing objects from another repository.
-gitlink:git-http-fetch[1]::
- Download from a remote git repository via HTTP.
-
-gitlink:git-http-push[1]::
- Push objects over HTTP/DAV to another repository.
-
gitlink:git-local-fetch[1]::
Duplicate another git repository on a local system.
-gitlink:git-peek-remote[1]::
- List the references in a remote repository.
-
-gitlink:git-receive-pack[1]::
- Receive what is pushed into the repository.
-
gitlink:git-send-pack[1]::
Push objects over git protocol to another reposiotory.
-gitlink:git-shell[1]::
- Restricted login shell for GIT-only SSH access.
-
gitlink:git-ssh-fetch[1]::
Fetch from a remote repository over ssh connection.
@@ -31,9 +19,3 @@ gitlink:git-ssh-upload[1]::
gitlink:git-update-server-info[1]::
Update auxiliary info file to help dumb servers.
-gitlink:git-upload-archive[1]::
- Send archive back to git-archive.
-
-gitlink:git-upload-pack[1]::
- Send objects packed back to git-fetch-pack.
-