lean4-htt/stage0
Sebastian Ullrich f08983bf01
chore: support jj workspaces in cmake git hash detection (#13190)
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).
2026-03-30 16:32:07 +00:00
..
src chore: support jj workspaces in cmake git hash detection (#13190) 2026-03-30 16:32:07 +00:00
stdlib chore: update stage0 2026-03-29 01:00:22 +00:00