Skip to main content

effective_files

Function effective_files 

Source
pub fn effective_files(
    repo: &Repository,
    start: ObjectId,
    end: ObjectId,
) -> Result<HashSet<PathBuf>, GitError>
Expand description

Compute the set of files that differ between two commits (effective files).

Files that are identical (or absent) at both endpoints are net-zero and excluded from the result. Only files that actually changed between the two trees are returned.