]> git.ipfire.org Git - thirdparty/haproxy.git/commit
SCRIPTS: git-show-backports: emit the shell command to backport a commit
authorWilly Tarreau <w@1wt.eu>
Fri, 31 Jul 2020 14:47:44 +0000 (16:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 31 Jul 2020 14:57:35 +0000 (16:57 +0200)
commit1f927d1bc228c78c322c94c8c2d5247297c6f6c4
tree7e85ad400884a305f8f22b6e76ea1b5be5c65a7c
parentf456f6f2a36f0e2ce82ef80819974cb9dc8b4e86
SCRIPTS: git-show-backports: emit the shell command to backport a commit

It's cumbersome to copy-paste a commit ID into another window after having
typed "git cherry-pick -sx", so let's have the suggested output format of
git-show prepare this line just before the subject line, it remains at a
stable position on the terminal when searching for "/^commit". One just
has to copy-paste the line into another terminal will result in the commit
being properly picked.
scripts/git-show-backports