codeintel: Add GitService requirement to dependencies service
Created by: efritz
Add a GitService
interface to the Dependencies API service with a (currently unused) GetCommits
method. This method will be used when solving #31639 (closed), as we need to resolve symbolic commits (e.g. HEAD
) into a stable commit for persistence.
Test plan
Existing pipelines should catch any uninitialized uses.