just-git 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.js +293 -291
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://github.com/blindmansion/just-git/actions/workflows/ci.yml)
|
|
4
4
|
[](https://www.npmjs.com/package/just-git)
|
|
5
5
|
|
|
6
|
-
Git implementation for virtual bash environments (particularly [just-bash](https://github.com/vercel-labs/just-bash)). Pure TypeScript, zero dependencies. Works in Node, Bun, Deno, and the browser. ~
|
|
6
|
+
Git implementation for virtual bash environments (particularly [just-bash](https://github.com/vercel-labs/just-bash)). Pure TypeScript, zero dependencies. Works in Node, Bun, Deno, and the browser. ~98 kB gzipped.
|
|
7
7
|
|
|
8
8
|
## Install
|
|
9
9
|
|
|
@@ -234,7 +234,7 @@ Fire-and-forget events emitted on every object/ref write. Handler errors are cau
|
|
|
234
234
|
|
|
235
235
|
## Goals and testing
|
|
236
236
|
|
|
237
|
-
High fidelity to real git (2.53.0) state and output. Tested using real git as an [oracle](test/oracle/README.md)
|
|
237
|
+
High fidelity to real git (2.53.0) state and output. Tested using real git as an [oracle](test/oracle/README.md) — hundreds of randomized traces totaling hundreds of thousands of git operations, each verified step-by-step against real git's state and output.
|
|
238
238
|
|
|
239
239
|
When backed by a real filesystem (e.g. `just-bash` `ReadWriteFs`), interoperable with real git on the same repo, though less extensively tested than behavioral correctness.
|
|
240
240
|
|