aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
diff options
context:
space:
mode:
authorXu Cheng2015-09-27 22:15:58 +0800
committerXu Cheng2015-09-28 21:46:59 +0800
commitb37a28514126ac46e06cc1f5c8cc124a0fdff7f1 (patch)
treef7f8bd503e3ce6ff96610aa104b6b1cba2169a5c /Library/Homebrew/extend
parent79f71ca2ef7121d827f06f356c4c0d2d6610bdf0 (diff)
downloadbrew-b37a28514126ac46e06cc1f5c8cc124a0fdff7f1.tar.bz2
test-bot: fix start_revision for Travis
When a PR is merged during the test, the commit tree will be looked like this: master PR \ / \ / | root The start_revision will be poined to the commit used to merging PR, instead of common root commit. As result, `git diff-tree start end` will list file changes both in PR and master branch, which later contributes to additional formulae are tested in some Travis builds. To fix the problem, we use `git merge-base` to get common ancestor as the real start_revision. Closes Homebrew/homebrew#44379. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library/Homebrew/extend')
0 files changed, 0 insertions, 0 deletions