From 93b5fcdd8ddaa7f55ce1a43d8b9eaed1d5febc98 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 9 Aug 2005 10:16:12 -0700 Subject: [PATCH] Downgrade git-send-email-script RPM folks have problem installing the package otherwise. Since its usefulness does have much to do with GIT, downgrade it to "contrib" status for now. We may want to move it to contrib/ subdirectory after auditing other programs when we reorganize the source tree. Signed-off-by: Junio C Hamano --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3335d1add..c14ec4f82 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ SCRIPTS=git git-apply-patch-script git-merge-one-file-script git-prune-script \ git-request-pull-script git-bisect-script SCRIPTS += git-count-objects-script -SCRIPTS += git-send-email-script +# SCRIPTS += git-send-email-script PROG= git-update-cache git-diff-files git-init-db git-write-tree \ git-read-tree git-commit-tree git-cat-file git-fsck-cache \ -- 2.45.2