From dbf76b87023ebd818826c1058171be9aafd96dde Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Thu, 28 Dec 2017 11:54:29 -0800 Subject: [PATCH] tg--awksome.sh: run_awk_topmsg_header requires topgit_msg_prepare Since 740c43357de1deb0 (tg--awksome.sh: make run_awk_topmsg_header see the truth, 2017-06-22, topgit-0.19.8), when not using the `--stdin` option, run_awk_topmsg_header will now use topgit_msg_prepare to provide more accurate results. Update the preceding run_awk_require to reflect this. Signed-off-by: Kyle J. McKay --- tg--awksome.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tg--awksome.sh b/tg--awksome.sh index 7729d91..21e09de 100644 --- a/tg--awksome.sh +++ b/tg--awksome.sh @@ -454,7 +454,7 @@ run_awk_topgit_msg() # "" is always required because it's used in the output message # whenever the "Subject:" header line is not present (for whatever reason) # -run_awk_require "topgit_msg" +run_awk_require "topgit_msg_prepare" "topgit_msg" run_awk_topmsg_header() { _usestdin= -- 2.11.4.GIT