mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-18 11:06:12 +02:00
feat(ecc2): enforce configurable worktree branch prefixes
This commit is contained in:
parent
b01a300c31
commit
941d4e6172
4 changed files with 118 additions and 40 deletions
|
|
@ -1791,6 +1791,7 @@ mod tests {
|
|||
Config {
|
||||
db_path: root.join("state.db"),
|
||||
worktree_root: root.join("worktrees"),
|
||||
worktree_branch_prefix: "ecc".to_string(),
|
||||
max_parallel_sessions: 4,
|
||||
max_parallel_worktrees: 4,
|
||||
session_timeout_secs: 60,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue