Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Sixt <johannes.sixt@telecom.at>2007-06-04 15:53:05 +0400
committerJunio C Hamano <gitster@pobox.com>2007-06-07 00:19:16 +0400
commitf07dfbad29d473b35b5fecebf4baf77e32c7f97f (patch)
treef9cbef463bc4b5d081d21b71ca7f440af2f4c6b6 /Makefile
parent3a86f36bedab00446a5b9117981bce25120adfb1 (diff)
Makefile: Remove git-merge-base from PROGRAMS.
git-merge-base is a builtin. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cd3026db8d..0f7595552d 100644
--- a/Makefile
+++ b/Makefile
@@ -238,7 +238,6 @@ PROGRAMS = \
git-convert-objects$X git-fetch-pack$X \
git-hash-object$X git-index-pack$X git-local-fetch$X \
git-fast-import$X \
- git-merge-base$X \
git-daemon$X \
git-merge-index$X git-mktag$X git-mktree$X git-patch-id$X \
git-peek-remote$X git-receive-pack$X \