Skip to content

Commit 93b5fcd

Browse files
author
Junio C Hamano
committed
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 <[email protected]>
1 parent c882bc9 commit 93b5fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ SCRIPTS=git git-apply-patch-script git-merge-one-file-script git-prune-script \
6969
git-request-pull-script git-bisect-script
7070

7171
SCRIPTS += git-count-objects-script
72-
SCRIPTS += git-send-email-script
72+
# SCRIPTS += git-send-email-script
7373

7474
PROG= git-update-cache git-diff-files git-init-db git-write-tree \
7575
git-read-tree git-commit-tree git-cat-file git-fsck-cache \

0 commit comments

Comments
 (0)