Skip to content

search: do not fetch if rev is missing when indexing

Administrator requested to merge k/ensure-rev into main

Created by: keegancsmith

It is possible that when asking for revisions that do not exist we get blocked due to clone semaphores. This is the correct behaviour, since we expect some branches to not exist. Zoekt polls, so we will converge to indexing the branch once it exists on gitserver.

Merge request reports

Loading