Files
rose-ash/lib/git/scoreboard.json
giles 2c9e8e4850 sx-git extension: git-wire import — the inverse adapter, round-trip law (TDD)
lib/git/import.sx parses loose payloads back to native objects bottom-up
over an export-set table: tree mode/name/raw-sha triples, ident lines,
header/message split, committer stored only when distinct so export
defaults regenerate identical bytes. Laws verified: export->import->export
is BYTE-IDENTICAL (head sha + every object), imported blobs/default-mode
trees regain their original native cids, 100755/tags/distinct-committer/
multi-line messages all survive. 15/15, total 267/267.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-03 12:52:24 +00:00

17 lines
424 B
JSON

{
"suites": {
"object": {"pass": 38, "fail": 0},
"ref": {"pass": 38, "fail": 0},
"dag": {"pass": 30, "fail": 0},
"worktree": {"pass": 26, "fail": 0},
"diff": {"pass": 27, "fail": 0},
"merge": {"pass": 28, "fail": 0},
"porcelain": {"pass": 40, "fail": 0},
"export": {"pass": 25, "fail": 0},
"import": {"pass": 15, "fail": 0}
},
"total_pass": 267,
"total_fail": 0,
"total": 267
}