]> git.ipfire.org Git - thirdparty/haproxy.git/commit
SCRIPTS: make git-show-backports capable of limiting its history
authorWilly Tarreau <w@1wt.eu>
Mon, 16 May 2016 15:01:12 +0000 (17:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 May 2016 05:19:19 +0000 (07:19 +0200)
commit29c44e1f1e505071df35335b144e2d8bef7219c9
treeac6ba9dcffee8497b23f0395f81aa779884ddfb5
parent29b684bf864f49d3f893154557203fc5b34c3b5b
SCRIPTS: make git-show-backports capable of limiting its history

When comparing very different branches, it can take a very long time
to scan all commits from the very old common ancestor (eg: haproxy
1.4 to 1.7). Now it is possible to specify a range of commits instead
of a specific branch, and the analysis will be limited to this range
for all commits. The user is responsible for ensuring that the range
covers all possible backports from base to ref, otherwise some of them
may be reported missing while they are not.

This also works with linux kernels, for example :

   git-show-backports -u -q -m -r v3.14.69 -b v3.14.65 v3.10.101..HEAD
scripts/git-show-backports