Skip to content

Commit 816b2c0

Browse files
johnkeepinggitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7c40128 commit 816b2c0

File tree

6 files changed

+0
-48
lines changed

6 files changed

+0
-48
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
/git-pack-refs
105105
/git-parse-remote
106106
/git-patch-id
107-
/git-peek-remote
108107
/git-prune
109108
/git-prune-packed
110109
/git-pull

Documentation/git-peek-remote.txt

Lines changed: 0 additions & 43 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,6 @@ BUILT_INS += git-fsck-objects$X
589589
BUILT_INS += git-get-tar-commit-id$X
590590
BUILT_INS += git-init$X
591591
BUILT_INS += git-merge-subtree$X
592-
BUILT_INS += git-peek-remote$X
593592
BUILT_INS += git-show$X
594593
BUILT_INS += git-stage$X
595594
BUILT_INS += git-status$X

command-list.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ git-pack-redundant plumbinginterrogators
8787
git-pack-refs ancillarymanipulators
8888
git-parse-remote synchelpers
8989
git-patch-id purehelpers
90-
git-peek-remote purehelpers deprecated
9190
git-prune ancillarymanipulators
9291
git-prune-packed plumbingmanipulators
9392
git-pull mainporcelain common

contrib/completion/git-completion.bash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,6 @@ __git_list_porcelain_commands ()
686686
pack-refs) : plumbing;;
687687
parse-remote) : plumbing;;
688688
patch-id) : plumbing;;
689-
peek-remote) : plumbing;;
690689
prune) : plumbing;;
691690
prune-packed) : plumbing;;
692691
quiltimport) : import;;

git.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@ static void handle_internal_command(int argc, const char **argv)
408408
{ "pack-redundant", cmd_pack_redundant, RUN_SETUP },
409409
{ "pack-refs", cmd_pack_refs, RUN_SETUP },
410410
{ "patch-id", cmd_patch_id },
411-
{ "peek-remote", cmd_ls_remote, RUN_SETUP_GENTLY },
412411
{ "pickaxe", cmd_blame, RUN_SETUP },
413412
{ "prune", cmd_prune, RUN_SETUP },
414413
{ "prune-packed", cmd_prune_packed, RUN_SETUP },

0 commit comments

Comments
 (0)