summaryrefslogtreecommitdiffstats
path: root/git-send-email.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-12-04 14:43:11 -0800
committerJunio C Hamano <gitster@pobox.com>2015-12-04 14:43:11 -0800
commitabb8a052787bdeebc89c2b1abb499ba9302dc6e7 (patch)
tree3603bf8ce6778a23990a41919562dc14fd42bd6c /git-send-email.txt
parent713eded4b878524e6c8e2b87abed95e2e5ddcd63 (diff)
downloadgit-htmldocs-abb8a052787bdeebc89c2b1abb499ba9302dc6e7.tar.gz
Autogenerated HTML docs for v2.6.3-469-ge5da8
Diffstat (limited to 'git-send-email.txt')
-rw-r--r--git-send-email.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/git-send-email.txt b/git-send-email.txt
index b9134d234..771a7b5b0 100644
--- a/git-send-email.txt
+++ b/git-send-email.txt
@@ -10,6 +10,7 @@ SYNOPSIS
--------
[verse]
'git send-email' [options] <file|directory|rev-list options>...
+'git send-email' --dump-aliases
DESCRIPTION
@@ -387,6 +388,16 @@ default to '--validate'.
Send emails even if safety checks would prevent it.
+Information
+~~~~~~~~~~~
+
+--dump-aliases::
+ Instead of the normal operation, dump the shorthand alias names from
+ the configured alias file(s), one per line in alphabetical order. Note,
+ this only includes the alias name and not its expanded email addresses.
+ See 'sendemail.aliasesfile' for more information about aliases.
+
+
CONFIGURATION
-------------