Persistent store with Git semantics: lazy reads, delayed writes, content-addressing
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

cram: accept benign diffs

- irmin/test/cram/git.t: commit author changed from 'Test User <...>' to
'irmin <irmin@local>' — intentional default rename.
- merlint/test/cram/e915.t: whitespace-only diff (trailing spaces in
blank lines). Real test semantics unchanged.

Not accepted:
- merlint/test/cram/e351.t: real regression — E351 no longer detects
exposed global mutable state. Kept the original expectation; fix in a
separate pass.

+1 -1
+1 -1
test/cram/git.t/run.t
··· 68 68 Irmin reads git commits: 69 69 70 70 $ irmin log | ../normalize 71 - HASH Test User <test@example.com> 71 + HASH irmin <irmin@local> 72 72 Initial commit from git 73 73 74 74