summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
diff options
context:
space:
mode:
authorLibravatar John Keeping <john@keeping.me.uk>2013-11-10 15:47:31 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-11-12 14:10:22 -0800
commit816b2c04c90ef7115581412f7b9552b848ebb6a9 (patch)
tree68e6b91f381fa9734a05ac47cb7558cea3f058d2 /contrib/completion/git-completion.bash
parentlost-found: remove deprecated command (diff)
downloadtgif-816b2c04c90ef7115581412f7b9552b848ebb6a9.tar.xz
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 'contrib/completion/git-completion.bash')
-rw-r--r--contrib/completion/git-completion.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index c071614515..874611db56 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -686,7 +686,6 @@ __git_list_porcelain_commands ()
pack-refs) : plumbing;;
parse-remote) : plumbing;;
patch-id) : plumbing;;
- peek-remote) : plumbing;;
prune) : plumbing;;
prune-packed) : plumbing;;
quiltimport) : import;;