patman: Split alias entries on arbitrary whitespace
authorAdam Sampson <ats@offog.org>
Wed, 27 Jun 2018 13:38:58 +0000 (14:38 +0100)
committerSimon Glass <sjg@chromium.org>
Thu, 26 Jul 2018 20:18:38 +0000 (14:18 -0600)
commitb8a48fbca30523ec8d71795bffd2d54ce279f28d
treea4aafd5a1c2b6fcb51ceea2a4cd87dc83e35d456
parent38d1ab4a85a96be85c3731fd773594379a1f8359
patman: Split alias entries on arbitrary whitespace

Previously the first three words in a git-mailrc alias entry could only
be separated by spaces. git-send-email and Mutt both allow arbitrary
whitespace here.

Signed-off-by: Adam Sampson <ats@offog.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/patman/settings.py