tg--awksome.sh: -tm= for topmsg_header and correct comments
commite6663e06f10a59b81d2d3c1cc366bc45f7b2b4db
authorKyle J. McKay <mackyle@gmail.com>
Thu, 22 Jun 2017 22:04:04 +0000 (22 15:04 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 22 Jun 2017 22:04:04 +0000 (22 15:04 -0700)
treeb71d10432553b96a5558444a61a3f38a0b3ec2bb
parent4bd0843d68070941214d4cd9a054562df44e0e24
tg--awksome.sh: -tm= for topmsg_header and correct comments

Support passing the same -tm= option to run_awk_topmsg_header
that run_awk_topgit_msg supports except that the leading
<branch_name>: part is optional in this case.  Now the utility
function v_get_tmopt can easily be used with run_awk_topmsg_header.

While in there, also clean up the incorrect and outdated comments.

The comments for run_awk_topgit_msg have apparently always been
wrong about the output and some other comments were rendered incorrect
by the recent change to automatically supply the empty blob.

Fix all of these up.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
tg--awksome.sh