author | Junio C Hamano <junkio@cox.net> | |
Sun, 24 Jul 2005 00:54:26 +0000 (17:54 -0700) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Sun, 24 Jul 2005 01:28:19 +0000 (18:28 -0700) | ||
commit | 0fec0822721cc18d6a62ab78da1ebf87914d4921 | |
tree | 83e374084086a47cf01c8d3c64ffcd2fc5de3e4f | tree | snapshot |
parent | 508e67ab6ea338c6c54c97690501423b39992732 | commit | diff |
[PATCH] git-ls-remote: show and optionally store remote refs.
Retrieve and list the remote refs from git, http, and rsync
repositories, and optionally stores the retrieved refs in the
local repository under the same name.
To access a git URL, git-peek-remote command is used. An http
URL needs to have an up-to-date info/refs file for discovery,
which will be introduced by a later update-server-info patch.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Retrieve and list the remote refs from git, http, and rsync
repositories, and optionally stores the retrieved refs in the
local repository under the same name.
To access a git URL, git-peek-remote command is used. An http
URL needs to have an up-to-date info/refs file for discovery,
which will be introduced by a later update-server-info patch.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile | diff | blob | history | |
git-ls-remote-script | [new file with mode: 0755] | blob |