diff options
author | Junio C Hamano <junkio@cox.net> | 2005-07-05 13:19:05 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-07 18:07:12 -0700 |
commit | 0acfc9725287d21ab7478020b66f39d7ea511804 (patch) | |
tree | ffd90cbe8f4d40917c4c708d8045ee49ec2ca7b2 /Makefile | |
parent | 924e1219548253a1eaf744c1ea61a8466ec98d63 (diff) | |
download | git-0acfc9725287d21ab7478020b66f39d7ea511804.tar.gz |
[PATCH] git-format-patch: Prepare patches for e-mail submission.
This is the script I use to prepare patches for e-mail submission.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,7 +33,8 @@ SCRIPTS=git git-apply-patch-script git-merge-one-file-script git-prune-script \ git-fetch-script git-status-script git-commit-script \ git-log-script git-shortlog git-cvsimport-script git-diff-script \ git-reset-script git-add-script git-checkout-script git-clone-script \ - gitk git-cherry git-rebase-script git-relink-script git-repack-script + gitk git-cherry git-rebase-script git-relink-script git-repack-script \ + git-format-patch-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 \ |