Skip to content

codeintel: Resolve abbreviated OID

Warren Gifford requested to merge ef/lsif-resolve-abbrev-oid into main

Created by: efritz

Closes https://github.com/sourcegraph/sourcegraph/issues/13957.

This replaces the query string commit value with the one given back by gitserver when ensuring that commit exists. Using this value ensures that it's a 40-character revhash, which is what we require going into the database.

Merge request reports

Loading