diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2018-10-09 10:28:31 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-09 14:48:07 +0200 |
commit | 507d56a6be67b7b4e5c40b55c2e56ffbb4ff0386 (patch) | |
tree | fcce75c7e798a9ae8958f7f9e39b3c05e564395a /docs/manual/developers.txt | |
parent | 335b4ee2ce96220bcc3e047b033316c650c7d9d3 (diff) | |
download | buildroot-507d56a6be67b7b4e5c40b55c2e56ffbb4ff0386.tar.gz buildroot-507d56a6be67b7b4e5c40b55c2e56ffbb4ff0386.zip |
docs/manual: document the new get-developers -e option
Explain how this can be used with git send-email, and how git can be
configured to use it automatically.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'docs/manual/developers.txt')
-rw-r--r-- | docs/manual/developers.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/developers.txt b/docs/manual/developers.txt index a0a3668dbc..0da499e100 100644 --- a/docs/manual/developers.txt +++ b/docs/manual/developers.txt @@ -31,7 +31,8 @@ the +DEVELOPERS+ file for various tasks: - When passing one or several patches as command line argument, +get-developer+ will return the appropriate +git send-email+ - command. + command. If the +-e+ option is passed, only the email addresses are + printed in a format suitable for +git send-email --cc-cmd+. - When using the +-a <arch>+ command line option, +get-developer+ will return the list of developers in charge of the given architecture. |