pub fn worktrees(repo: &Repository) -> Result<Vec<JsonWorktree>>Expand description
Build the stable JSON worktree list for repo. Shared by
gwm list --format=json and the daemon’s list RPC method so both
surfaces stay byte-identical.
pub fn worktrees(repo: &Repository) -> Result<Vec<JsonWorktree>>Build the stable JSON worktree list for repo. Shared by
gwm list --format=json and the daemon’s list RPC method so both
surfaces stay byte-identical.