summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-05-02 06:40:37 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-05-02 06:40:37 (GMT)
commit54eb2d3ff91bf7a914b6e1de9cf8f748d6a9ecb4 (patch)
treefac05486010c9e0ca0b0ab66d1e5750f4e438884 /Makefile
parent7aaf83dafbde7aaa60a1e220e967faaeb28a46f6 (diff)
downloadgit-54eb2d3ff91bf7a914b6e1de9cf8f748d6a9ecb4.zip
git-54eb2d3ff91bf7a914b6e1de9cf8f748d6a9ecb4.tar.gz
git-54eb2d3ff91bf7a914b6e1de9cf8f748d6a9ecb4.tar.bz2
builtin-push: make it official.
Remove the shell script version, and hardlink the git binary to it. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9919992..9cb40a8 100644
--- a/Makefile
+++ b/Makefile
@@ -118,7 +118,7 @@ SCRIPT_SH = \
git-count-objects.sh git-diff.sh git-fetch.sh \
git-format-patch.sh git-ls-remote.sh \
git-merge-one-file.sh git-parse-remote.sh \
- git-prune.sh git-pull.sh git-push.sh git-rebase.sh \
+ git-prune.sh git-pull.sh git-rebase.sh \
git-repack.sh git-request-pull.sh git-reset.sh \
git-resolve.sh git-revert.sh git-rm.sh git-sh-setup.sh \
git-tag.sh git-verify-tag.sh git-whatchanged.sh \
@@ -167,7 +167,8 @@ PROGRAMS = \
git-name-rev$X git-pack-redundant$X git-repo-config$X git-var$X \
git-describe$X git-merge-tree$X git-blame$X git-imap-send$X
-BUILT_INS = git-log$X
+BUILT_INS = git-log$X \
+ git-push$X
# what 'all' will build and 'install' will install, in gitexecdir
ALL_PROGRAMS = $(PROGRAMS) $(SIMPLE_PROGRAMS) $(SCRIPTS)