]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - build-scripts/cherry-pick-pr.py
Merge pull request #9053 from rgacogne/devpoll-no-naked-pointer
[thirdparty/pdns.git] / build-scripts / cherry-pick-pr.py
index 1c0319456e919676dad7706464f37cb90ff3c2f2..40c125e519aba6a06ac3bd4d388150bb8a13df42 100755 (executable)
@@ -54,6 +54,6 @@ if args.merge_into:
     run_command(command)
 
     command = ['git', 'merge', '--no-ff',
-               'backport-{}'.format(args.pull_request), '-m',
+               'backport-{}-to-{}'.format(args.pull_request, args.merge_into[0].split('/')[-1]), '-m',
                'Backport #{}'.format(args.pull_request)]
     run_command(command)