aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-12-04 11:19:10 -0800
committerJunio C Hamano <gitster@pobox.com>2015-12-04 11:19:11 -0800
commitc69d08df96ab784a61c9abaf81a632eea594e62b (patch)
tree1eeda2fbd27ef396abdddb248f167bafa0b56cb7 /Documentation
parent2e5adec97a65ce8c2c803b9e1cbb1c0d067e7e47 (diff)
parentdfbe5eeb321c4887328f134afe09e98dc722a365 (diff)
downloadgit-c69d08df96ab784a61c9abaf81a632eea594e62b.tar.gz
git-c69d08df96ab784a61c9abaf81a632eea594e62b.tar.xz
Merge branch 'jk/send-email-complete-aliases'
Teach send-email to dump mail aliases, so that we can do tab completion on the command line. * jk/send-email-complete-aliases: completion: add support for completing email aliases sendemail: teach git-send-email to dump alias names
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-send-email.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index b9134d234..771a7b5b0 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/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
-------------