WIP: Git statuses
This commit is contained in:
parent
5e43dcaab8
commit
3768851799
2 changed files with 54 additions and 31 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue