Commit 82954512f323c8a2d4f89d51be1e6b0f707b6c3a

Stefan Sperling 2020-02-03T18:10:18

revert 6b8a2b8fcd99c4365b1aa9513c0f0149beac2491; it broke 'n' (search next) In the log view, 'n' sometimes failed to search for the next matching commit and tog dead-locked. So a yield or mutex unlock/lock is required for search to work. Perhaps we need a different fix?