topgit_msg.awk: mostly avoid outputting blank lines
commite94d5145d1aa910a9b83448539998cf3bb7c04c4
authorKyle J. McKay <mackyle@gmail.com>
Wed, 21 Jun 2017 06:25:05 +0000 (20 23:25 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 21 Jun 2017 06:25:05 +0000 (20 23:25 -0700)
treecb24828357696647b966084c77d827cdfb7171f5
parent3ec685173b7a45242bcf0da5e394170810627d6d
topgit_msg.awk: mostly avoid outputting blank lines

When in only1 or multimatch mode do not output blank lines.

In regular mode a blank line will still be output but only when
the kind, branch name and empty subject explanations have all been
disabled.

These blank lines are maintained in case the output lines need to
match up one-to-one with the input branch lines.  In only1 and
multimatch mode that can't happen normally anyway so that's why
they get the change.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
awk/topgit_msg.awk