Fix surf not showing files in some dirs
Fixes requesting a directory containing another directory with [brackets] in its name
6 files changed
+72
-10
f70012fd
→
b4797686
modified Cargo.lock
@@ -758,6 +758,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-surf/src/fs.rs
@@ -114,7 +114,7 @@ impl File {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -345,7 +345,7 @@ impl Directory {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -587,7 +587,7 @@ impl Submodule {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -603,9 +603,3 @@ impl Submodule {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
modified radicle-surf/src/repo.rs
@@ -510,6 +510,7 @@ impl Repository {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-surf/t/Cargo.toml
@@ -17,6 +17,7 @@ nonempty = "0.5"
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-surf/t/src/file_system.rs
@@ -137,4 +137,69 @@ mod directory {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
modified radicle-surf/t/src/last_commit.rs
@@ -78,7 +78,7 @@ fn can_get_last_commit_for_special_filenames() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|