diff options
author | Junio C Hamano <junkio@cox.net> | 2005-07-23 17:54:15 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-23 18:28:18 -0700 |
commit | 508e67ab6ea338c6c54c97690501423b39992732 (patch) | |
tree | 9ec7d721a31a2c344c0a28eafa4440a3280a1ee7 /Documentation/git.txt | |
parent | 18705953af75aed190badfccdc107ad0c2f36c93 (diff) | |
download | git-508e67ab6ea338c6c54c97690501423b39992732.tar.gz |
[PATCH] Documentation: git-peek-remote.
Add documentation for the git-peek-remote and link it from the
main index.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index ffc27d5d7a..004383bf9b 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -131,12 +131,12 @@ link:git-clone-pack.html[git-clone-pack]:: Clones a repository into the current repository (engine for ssh and local transport) -link:git-fetch-script.html[git-pull-script]:: - Pull from a repote repository via various protocols +link:git-fetch-script.html[git-fetch-script]:: + Download from a remote repository via various protocols (user interface). link:git-pull-script.html[git-pull-script]:: - Fetch from and merge with a repote repository via + Fetch from and merge with a remote repository via various protocols (user interface). link:git-http-pull.html[git-http-pull]:: @@ -160,6 +160,9 @@ link:git-clone-pack.html[git-clone-pack]:: link:git-fetch-pack.html[git-fetch-pack]:: Updates from a remote repository. +link:git-peek-remote.html[git-peek-remote]:: + Lists references on a remote repository using upload-pack protocol. + link:git-upload-pack.html[git-upload-pack]:: Invoked by 'git-clone-pack' and 'git-fetch-pack' to push what are asked for. |