From 80f3bdaf17d5e619abb368170a36a8366cc8aa26 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Mon, 3 Aug 2020 08:52:09 +1000 Subject: [PATCH] do_merge: report the correct branch name --- do_merge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do_merge b/do_merge index 806fc67..ec55df9 100755 --- a/do_merge +++ b/do_merge @@ -74,7 +74,7 @@ for h in $heads; do if [ "$tree" = "branch" ]; then git branch -f "${h#branch/}" - linux-next-notify "update branch $1" + linux-next-notify "update branch ${h#branch/}" continue fi -- 2.39.2