Function git_warp_time::reset_mtime[][src]

pub fn reset_mtime(repo: Repository) -> Result<HashSet<String>>

Iterate over the working directory files, filter out any that have local modifications, are ignored by Git, or are in submodules and reset the file metadata mtime to the commit date of the last commit that affected the file in question.