zuul/zuul/merger
Simon Westphahl 5cab847b2f Avoid ref parsing when creating heads
In case a branch name contained the '@' character this was interpreted
by Gitpython according to the format supported by git-rev-parse when
resolving the ref name.

Since we already have the commit for the ref we can use it directly,
that way avoiding any issues caused by parsing the ref name.

Change-Id: I49665c62389245f937317e70f093d33a4bf759d3
2020-10-26 09:01:47 +01:00
..
__init__.py Split the merger into a separate process 2014-02-17 11:47:15 -08:00
client.py Match tag items against containing branches 2020-03-06 13:29:18 -08:00
merger.py Avoid ref parsing when creating heads 2020-10-26 09:01:47 +01:00
server.py Clean up stale git index.lock files on merger startup 2020-09-17 15:19:16 -07:00