Function git_wrapper::is_working_dir_clean[][src]

pub fn is_working_dir_clean(working_dir: &str) -> Result<bool, PosixError>

Return true if the working dir index is clean.

Uses git-diff(1)