]> granicus.if.org Git - git/commitdiff
Merge branch 'ab/perf-remove-index-lock'
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Jun 2017 19:38:44 +0000 (12:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Jun 2017 19:38:44 +0000 (12:38 -0700)
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


Trivial merge