WIP: Git statuses

This commit is contained in:
Mikayla Maki 2023-06-01 23:27:49 -07:00
parent 5e43dcaab8
commit 3768851799
No known key found for this signature in database
2 changed files with 54 additions and 31 deletions

View file

@ -237,7 +237,7 @@ impl GitFileStatus {
}
#[derive(Clone, Debug, Ord, Hash, PartialOrd, Eq, PartialEq)]
pub struct RepoPath(PathBuf);
pub struct RepoPath(pub PathBuf);
impl RepoPath {
pub fn new(path: PathBuf) -> Self {