Skip to main content

diff

Function diff 

Source
pub fn diff(
    path: &Path,
    commit_a: &str,
    commit_b: Option<&str>,
    json: bool,
) -> Result<()>