Skip to content

Commit

Permalink
refactor; prepare for entry-lookup by path (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Aug 2, 2022
1 parent 370110d commit 92de081
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions git-index/tests/index/file/access.rs
@@ -0,0 +1,5 @@
#[test]
#[ignore]
fn entry_by_path() {
todo!()
}
1 change: 1 addition & 0 deletions git-index/tests/index/file/mod.rs
@@ -1,2 +1,3 @@
mod access;
mod read;
mod write;

0 comments on commit 92de081

Please sign in to comment.