Properly handle deletion of nested worktrees

This commit is contained in:
2022-06-29 23:40:23 +02:00
parent 494c6ecb3e
commit 7d8fbb844e
4 changed files with 77 additions and 14 deletions

View File

@@ -14,8 +14,6 @@ pub mod table;
pub mod tree;
pub mod worktree;
const BRANCH_NAMESPACE_SEPARATOR: &str = "/";
/// Find all git repositories under root, recursively
///
/// The bool in the return value specifies whether there is a repository