git-mailrc: Replace tabs with spaces in alias entries
authorAdam Sampson <ats@offog.org>
Wed, 27 Jun 2018 13:38:57 +0000 (14:38 +0100)
committerSimon Glass <sjg@chromium.org>
Thu, 26 Jul 2018 20:18:38 +0000 (14:18 -0600)
commit38d1ab4a85a96be85c3731fd773594379a1f8359
treea854de4969a8958e9b32128af51ee8cb788cf64d
parent0dd1fc09bb16869fd8adaaad082cd554c60b2c1a
git-mailrc: Replace tabs with spaces in alias entries

patman's _ReadAliasFile only splits on spaces, not tabs, so the entries
for dinh and maxime weren't being recognised as valid. I'll fix patman
in a separate patch, but this makes all the entries consistent.

Signed-off-by: Adam Sampson <ats@offog.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/git-mailrc