When do we need to add refs to diff/commit search?
Created by: camdencheek
In the old implementation of commit/diff search, we optionally added refs to results. These are somewhat expensive to compute, so we shouldn't add them to all results, but figuring out when those are needed and how to request them should be done before enabling the new commit/diff search globally.