]> git.ozlabs.org Git - next-scripts/commitdiff
do_merge: report the correct branch name
authorStephen Rothwell <sfr@canb.auug.org.au>
Sun, 2 Aug 2020 22:52:09 +0000 (08:52 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sun, 2 Aug 2020 22:52:09 +0000 (08:52 +1000)
do_merge

index 806fc67a502179ab1b019176f6890a796e2b82e4..ec55df978936098261efb35508a21f6bd13bb067 100755 (executable)
--- 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