summaryrefslogtreecommitdiff
path: root/git-send-email.perl
diff options
context:
space:
mode:
authorThiago Perrotta <tbperrotta@gmail.com>2021-10-25 21:27:07 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-10-28 16:06:15 (GMT)
commita2ce60824481de986a56b8ea77b0a80fc342aef1 (patch)
tree957feb8814ba257fb5dd4a337fbbf0e38ac39c8c /git-send-email.perl
parent2b7b75850c6cffba3f33ce99e23bd05f95640e3f (diff)
downloadgit-a2ce60824481de986a56b8ea77b0a80fc342aef1.zip
git-a2ce60824481de986a56b8ea77b0a80fc342aef1.tar.gz
git-a2ce60824481de986a56b8ea77b0a80fc342aef1.tar.bz2
send-email docs: add format-patch options
git-send-email(1) does not mention that "git format-patch" options are accepted. Augment SYNOPSIS and DESCRIPTION to mention it. Update git-send-email.perl USAGE to be consistent with git-send-email(1). Signed-off-by: Thiago Perrotta <tbperrotta@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-send-email.perl')
-rwxr-xr-xgit-send-email.perl3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-send-email.perl b/git-send-email.perl
index d34c1af..0408722 100755
--- a/git-send-email.perl
+++ b/git-send-email.perl
@@ -40,7 +40,8 @@ package main;
sub usage {
print <<EOT;
-git send-email [options] <file | directory | rev-list options >
+git send-email' [<options>] <file|directory>
+git send-email' [<options>] <format-patch options>
git send-email --dump-aliases
Composing: