diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-12-02 08:38:35 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-02 08:38:35 +0100 |
commit | ca8c8c56860e93de4fc3acc9d66b2269a9ccc2f1 (patch) | |
tree | 11e874125efab47f8dc8ceb76af6c27ff0c249aa /Makefile | |
parent | Merge branch 'tt/help' (diff) | |
download | git-ca8c8c56860e93de4fc3acc9d66b2269a9ccc2f1.tar.xz git-ca8c8c56860e93de4fc3acc9d66b2269a9ccc2f1.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |