pub fn log_graph_range(
workdir: &Path,
max: usize,
file: Option<&Path>,
range: Option<(usize, usize)>,
) -> Result<Vec<LogRow>, String>Expand description
git log -L start,end:path — the history of a line range (0014 wave
4: selection archaeology). The graph flag is meaningless with -L;
rows come straight from the patch headers.