pub fn prepare_file_blame<S: ObjectSource>(
source: &S,
state: &State,
path: &Path,
limits: BlameSliceLimits,
) -> Result<BlamePreparation, BlameSliceError>Expand description
Build the first frontier for path at state without walking parents.