Skip to content
Snippets Groups Projects
Commit 3d4de986 authored by Simon Glass's avatar Simon Glass
Browse files

patman: Explain how to make doc/git-mailrc work


Add an explanation for how to set up git so that patman can find the alias
file. Fix up the get_maintainers message too.

Reported-by: default avatarScott Wood <scottwood@freescale.com>
Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 9b250ac4
No related branches found
No related tags found
No related merge requests found
......@@ -52,12 +52,15 @@ will get a consistent result each time.
How to configure it
===================
For most cases of using patman for U-Boot development, patman will
locate and use the file 'doc/git-mailrc' in your U-Boot directory.
This contains most of the aliases you will need.
For most cases of using patman for U-Boot development, patman can use the
file 'doc/git-mailrc' in your U-Boot directory to supply the email aliases
you need. To make this work, tell git where to find the file by typing
this once:
For Linux the 'scripts/get_maintainer.pl' handles figuring out where
to send patches pretty well.
git config sendemail.aliasesfile doc/git-mailrc
For both Linux and U-Boot the 'scripts/get_maintainer.pl' handles figuring
out where to send patches pretty well.
During the first run patman creates a config file for you by taking the default
user name and email address from the global .gitconfig file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment