From: Junio C Hamano <hidden> Date: 2021-05-08 10:44:57
Đoàn Trần Công Danh [off-list ref] writes:
In a later change, mailinfo will learn more options, let's switch to our
robust parse_options framework before that step.
Signed-off-by: Đoàn Trần Công Danh <redacted>
---
builtin/mailinfo.c | 75 +++++++++++++++++++++++++++-------------------
1 file changed, 45 insertions(+), 30 deletions(-)
Looks quite straight-forward, thanks to the previous step.
Nicely done.