summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2013-11-10 15:47:31 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-11-12 22:10:22 (GMT)
commit816b2c04c90ef7115581412f7b9552b848ebb6a9 (patch)
tree68e6b91f381fa9734a05ac47cb7558cea3f058d2 /git.c
parent7c4012812aa87a0cceb13b695e95e66d628516ec (diff)
downloadgit-816b2c04c90ef7115581412f7b9552b848ebb6a9.zip
git-816b2c04c90ef7115581412f7b9552b848ebb6a9.tar.gz
git-816b2c04c90ef7115581412f7b9552b848ebb6a9.tar.bz2
peek-remote: remove deprecated alias of ls-remote
This has been deprecated since commit 87194d2 (Deprecate peek-remote, 2007-11-24), included in version 1.5.4. Signed-off-by: John Keeping <john@keeping.me.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git.c')
-rw-r--r--git.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/git.c b/git.c
index 5c9858f..727e380 100644
--- a/git.c
+++ b/git.c
@@ -408,7 +408,6 @@ static void handle_internal_command(int argc, const char **argv)
{ "pack-redundant", cmd_pack_redundant, RUN_SETUP },
{ "pack-refs", cmd_pack_refs, RUN_SETUP },
{ "patch-id", cmd_patch_id },
- { "peek-remote", cmd_ls_remote, RUN_SETUP_GENTLY },
{ "pickaxe", cmd_blame, RUN_SETUP },
{ "prune", cmd_prune, RUN_SETUP },
{ "prune-packed", cmd_prune_packed, RUN_SETUP },