aboutsummaryrefslogtreecommitdiff
path: root/supergit/src/files.rs

pub type FileId = usize;

/// A file to have ever existed in a git repo
pub struct File {
    id: FileId,
}