pub fn log_graph(
workdir: &Path,
max: usize,
file: Option<&Path>,
) -> Result<Vec<LogRow>, String>Expand description
git log --graph for the browser. Shells out — the log is not a
per-keystroke path (0001 §3). Caller decides threading.