From c8f705b24ad2e5b7c6536210056a6528d6f35abf Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Mon, 28 Sep 2015 04:10:49 -0700 Subject: [PATCH] tg-create: suggest a commit message Signed-off-by: Kyle J. McKay --- tg-create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tg-create.sh b/tg-create.sh index b2f50e2..029fe01 100644 --- a/tg-create.sh +++ b/tg-create.sh @@ -142,7 +142,7 @@ author_addr="${author%> *}>" [ "$(git config --bool format.signoff)" = true ] && echo "Signed-off-by: $author_addr" } >"$root_dir/.topmsg" git add -f "$root_dir/.topmsg" - +echo "tg create $name" > "$git_dir/MERGE_MSG" info "Topic branch $name set up. Please fill .topmsg now and make initial commit." -- 2.11.4.GIT