Got basic replication working :)
This commit is contained in:
parent
2b80dfa81d
commit
e20eaca595
7 changed files with 256 additions and 41 deletions
|
@ -194,7 +194,7 @@ pub enum GitFileStatus {
|
|||
pub struct RepoPath(PathBuf);
|
||||
|
||||
impl RepoPath {
|
||||
fn new(path: PathBuf) -> Self {
|
||||
pub fn new(path: PathBuf) -> Self {
|
||||
debug_assert!(path.is_relative(), "Repo paths must be relative");
|
||||
|
||||
RepoPath(path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue