pub fn blame_file(
exec: &GitExec<'_>,
cancel: &CancelToken,
rel: &Path,
) -> Result<Vec<BlameLine>, String>Expand description
Blame every line of a file (--line-porcelain; the gutter’s data,
0011 §3). One bounded run on a job thread — never the input path.