fs: Move Repository trait into git crate (#10768)
/cc @mrnugget Release Notes: - N/A
This commit is contained in:
parent
8513a24dd8
commit
3273f5e404
16 changed files with 38 additions and 35 deletions
|
@ -11,6 +11,7 @@ pub mod blame;
|
|||
pub mod commit;
|
||||
pub mod diff;
|
||||
pub mod permalink;
|
||||
pub mod repository;
|
||||
|
||||
lazy_static! {
|
||||
pub static ref DOT_GIT: &'static OsStr = OsStr::new(".git");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue