Commit 7d69d862a07866680ea64fcf8c30500f1f510243

Stefan Sperling 2021-11-15T15:18:40

let gotadmin find the repository automatically if invoked in a work tree Move a small amount of code from worktree.c to a new file worktree_open.c, which contains everything required to open and close a work tree and inspect some of its basic parameters. This can be used by gotadmin. ok tracey