Skip to main content

log_graph

Function log_graph 

Source
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.