author | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 7 Nov 2007 01:29:20 +0000 (20:29 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 7 Nov 2007 06:51:04 +0000 (22:51 -0800) | ||
commit | 7c2c6ee7e0259d591acb3d9841cf5417e6b7a8eb | |
tree | 03e4af1355fc8aae4472d8f972e814aabf704e6b | tree | snapshot |
parent | 8951d7c1f1ae38f34617b6c2490bf65e73e371f7 | commit | diff |
Reteach builtin-ls-remote to understand remotes
Prior to being made a builtin git-ls-remote understood that when
it was given a remote name we wanted it to resolve that to the
pre-configured URL and connect to that location. That changed when
it was converted to a builtin and many of my automation tools broke.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Prior to being made a builtin git-ls-remote understood that when
it was given a remote name we wanted it to resolve that to the
pre-configured URL and connect to that location. That changed when
it was converted to a builtin and many of my automation tools broke.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-ls-remote.c | diff | blob | history | |
t/t5512-ls-remote.sh | [new file with mode: 0755] | blob |