Skip to main content

git_log

Function git_log 

Source
pub fn git_log(repo: &Path, default: &str, branch: &str) -> Result<String>
Expand description

Branch-exclusive commits relative to the default (for the distillation prompt).

§Errors

Returns Err if git fails.