]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit06959fe0e1f50608ff872be386a7c53d97f885f4
treea7d021582dc77fec4031e56d1104e4378eaa1c4b
parenta6f38c109b6e70a1c788581194fc9b8669eea231
parent154ffeecc6b13082b06fab96e5de698d606aa790
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