]> git.ipfire.org Git - thirdparty/haproxy.git/commit
SCRIPTS: git-show-backports: make -m most only show the left branch
authorWilly Tarreau <w@1wt.eu>
Fri, 31 Jul 2020 14:38:57 +0000 (16:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 31 Jul 2020 14:57:09 +0000 (16:57 +0200)
commitf456f6f2a36f0e2ce82ef80819974cb9dc8b4e86
tree9ed358eac56a7a47db80839f4ed0013bcf1c8bbc
parent3f3cc8c8c7cf6b464a053e3dedc6af4daa00d519
SCRIPTS: git-show-backports: make -m most only show the left branch

We've never used the output of the rightmost branch with this tool,
and it systematically causes two identical outputs making the job
harder during backport sessions. Let's simply remove the right part
when it's identical to the left one. This also adds a few line feeds
to make the output more readable.
scripts/git-show-backports