From: Stephen Rothwell Date: Sun, 2 Aug 2020 22:52:09 +0000 (+1000) Subject: do_merge: report the correct branch name X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=80f3bdaf17d5e619abb368170a36a8366cc8aa26;p=next-scripts do_merge: report the correct branch name --- 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