The stage0 tree hash used by Lake to invalidate stage 1 oleans was computed via `git ls-tree HEAD`, which fails in jj workspaces (no .git directory). Fall back to discovering the backing git repo via `jj git root` and resolving the current workspace's commit via `jj log -r @` (since git's HEAD points to the root jj workspace, not the current one). |
||
|---|---|---|
| .. | ||
| src | ||
| stdlib | ||