aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-12-01 23:38:35 -0800
committerJunio C Hamano <gitster@pobox.com>2007-12-01 23:38:35 -0800
commitca8c8c56860e93de4fc3acc9d66b2269a9ccc2f1 (patch)
tree11e874125efab47f8dc8ceb76af6c27ff0c249aa
parent8256c6e0107a51b2714f2e068b693025e4ddcae8 (diff)
downloadgit-ca8c8c56860e93de4fc3acc9d66b2269a9ccc2f1.tar.gz
git-ca8c8c56860e93de4fc3acc9d66b2269a9ccc2f1.tar.xz
Resurrect peek-remote
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>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a7e44a3d7..c35c87011 100644
--- 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