diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-09 10:16:12 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-09 10:16:12 -0700 |
commit | 93b5fcdd8ddaa7f55ce1a43d8b9eaed1d5febc98 (patch) | |
tree | 0425daf1f1b87dbac51b4a39abc5ae009bbb34a7 | |
parent | [PATCH] Add -m <message> option to "git tag" (diff) | |
download | tgif-93b5fcdd8ddaa7f55ce1a43d8b9eaed1d5febc98.tar.xz |
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 <junkio@cox.net>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |