Code

Resurrect peek-remote
authorJunio C Hamano <gitster@pobox.com>
Sun, 2 Dec 2007 07:38:35 +0000 (23:38 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 2 Dec 2007 07:38:35 +0000 (23:38 -0800)
8951d7c1f1ae38f34617b6c2490bf65e73e371f7 (Build in ls-remote) made
peek-remote as a synonym to ls-remote by enhancing the latter, but
at the same time actually _removed_ it, before we officially gave
removal notice.  This was bad.

Resurrect it for v1.5.4.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile

index a7e44a3d75456688acc2d33b407ceff23021fd37..c35c8701121cab0224adbc5bdc5fa2ef7f622691 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -259,7 +259,7 @@ EXTRA_PROGRAMS =
 BUILT_INS = \
        git-format-patch$X git-show$X git-whatchanged$X git-cherry$X \
        git-get-tar-commit-id$X git-init$X git-repo-config$X \
-       git-fsck-objects$X git-cherry-pick$X \
+       git-fsck-objects$X git-cherry-pick$X git-peek-remote$X \
        $(patsubst builtin-%.o,git-%$X,$(BUILTIN_OBJS))
 
 # what 'all' will build and 'install' will install, in gitexecdir