patman: Read in the git-mailrc alias file
authorSimon Glass <sjg@chromium.org>
Thu, 29 Jan 2015 18:35:17 +0000 (11:35 -0700)
committerSimon Glass <sjg@chromium.org>
Sun, 15 Feb 2015 21:34:06 +0000 (14:34 -0700)
commit8895b3e16c7a2aab4275d52be19e485605dc5c7b
treed3d41d32802c8e2e27d532553c5babca1ea0e93d
parent71edbe5cdaf1516f070cf6c0910910b3240b0bf5
patman: Read in the git-mailrc alias file

We should read this file to obtain a set of aliases. This reduces the need
to create them in the ~/.patman file.

This feature did exist in some version of patman, and is mentioned in the
help but it did not find its way upstream.

Reported-by: Graeme Russ <gruss@tss-engineering.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/settings.py