commit | b3bef36e1f73f5cfea942818be31f6612e8bd7c6 | [log] [tgz] |
---|---|---|
author | Adam Sampson <ats@offog.org> | Wed Jun 27 14:38:57 2018 +0100 |
committer | Simon Glass <sjg@chromium.org> | Thu Jul 26 14:18:38 2018 -0600 |
tree | a854de4969a8958e9b32128af51ee8cb788cf64d | |
parent | 7a9a831d4f14b3e23664610197857825649b53e8 [diff] |
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>