zuul/zuul/merger
Simon Westphahl f88bf087c3
List changed files for all commits between refs
Using git merge-bases will not work properly for some edge-cases.

Using git rev-list will return the set of commits that are reachable
from the PR head but without those already in the base branch.

Change-Id: I25c75a70892bbac52db783fb63513f6aa37cb5f6
2019-02-15 08:36:18 +01:00
..
__init__.py Split the merger into a separate process 2014-02-17 11:47:15 -08:00
client.py Make git clone timeout configurable 2019-01-31 11:17:05 +01:00
merger.py List changed files for all commits between refs 2019-02-15 08:36:18 +01:00
server.py Make git clone timeout configurable 2019-01-31 11:17:05 +01:00