From c703aa275786face7bbd546ce7ecb38f8deefc7e Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Wed, 6 Aug 2008 00:18:59 +0200 Subject: [PATCH] tg-create.sh: Pre-fill [PATCH] line with patch name --- tg-create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tg-create.sh b/tg-create.sh index 68c3fdd..6cce7ed 100644 --- a/tg-create.sh +++ b/tg-create.sh @@ -108,7 +108,7 @@ author_addr="${author%> *}>" ! header="$(git config topgit.cc)" || echo "Cc: $header" ! header="$(git config topgit.bcc)" || echo "Bcc: $header" ! subject_prefix="$(git config topgit.subjectprefix)" || subject_prefix="$subject_prefix " - echo "Subject: [${subject_prefix}PATCH] $1" + echo "Subject: [${subject_prefix}PATCH] $name" echo cat < -- 2.30.2