pub fn log_graph(
exec: &GitExec<'_>,
cancel: &CancelToken,
max: usize,
file: Option<&Path>,
) -> Result<Vec<LogRow>, String>Expand description
git log --graph for the browser. One bounded run — the log is not
a per-keystroke path (0001 §3). Caller decides threading.