]> git.ipfire.org Git - thirdparty/haproxy.git/commit
SCRIPTS: backport: use short revs and resolve the initial commit
authorWilly Tarreau <w@1wt.eu>
Thu, 6 Feb 2020 17:38:19 +0000 (18:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 6 Feb 2020 17:38:19 +0000 (18:38 +0100)
commit499b298ce049fd496ccedfde8107b600e7917b9d
treeaef0a5149da8e63f7cebcf730d08bcd32529d0df
parente4f80a076c2d52a8b73f2f7350e047f6e39acd69
SCRIPTS: backport: use short revs and resolve the initial commit

I find myself often getting trapped into calling "backport 2.0 HEAD" which
doesn't work because "HEAD" is passed as the argument to cherry-pick in
other repos. Let's resolve it first. And also let's shorten the commit IDs
to make the error messages more readable and to ease copy-paste.
scripts/backport