reports.py: Add very basic rST output
commit6cd126cb9f262bd50eca5036ed02cfe9b9583e4d
authorTom Rini <trini@konsulko.com>
Thu, 14 Jul 2022 21:46:56 +0000 (14 17:46 -0400)
committerJonathan Corbet <corbet@lwn.net>
Fri, 22 Jul 2022 19:45:54 +0000 (22 13:45 -0600)
tree3e6b9638a6f47157c5aeea45893d79170dd441fe
parent88b5c84d174df9a29ee77685a2724324eab81dc3
reports.py: Add very basic rST output

Add a -R option to gitdm to allow for reStructuredText output and add
some very simple table generation.  We assume that whatever uses this
output will be including it in other documents and we only concern
ourselves with making tables.  Give ourselves 36 characters to fill in
the nae field, as this tends to be long enough and can be corrected
manually in the cases where it's slightly too short still.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
gitdm
reports.py