Skip to main content

last_committed_for_paths

Function last_committed_for_paths 

Source
pub fn last_committed_for_paths(
    directory: &Path,
    paths: &[PathBuf],
) -> Vec<(PathBuf, Option<String>)>
Expand description

Last-committed time for each of paths (the raw recency primitive). Every path maps to None when directory is not a repo. Order preserved.