Merge branch 'ab/perf-remove-index-lock'
When an existing repository is used for t/perf testing, we first create bit-for-bit copy of it, which may grab a transient state of the repository and freeze it into the repository used for testing, which then may cause Git operations to fail. Single out "the index being locked" case and forcibly drop the lock from the copy. * ab/perf-remove-index-lock: perf: work around the tested repo having an index.lock
Junio C Hamano committed
Jun 19, 2017 at 12:38 UTC
06959fe0e1f50608ff872be386a7c53d97f885f4
No changes.