-
-
Notifications
You must be signed in to change notification settings - Fork 473
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: isomorphic-git/isomorphic-git
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.37.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: isomorphic-git/isomorphic-git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.38.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 28 files changed
- 4 contributors
Commits on May 14, 2026
-
fix: browser entrypoint not being used in some non-node build contexts (
Configuration menu - View commit details
-
Copy full SHA for 199714a - Browse repository at this point
Copy the full SHA 199714aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6972b1e - Browse repository at this point
Copy the full SHA 6972b1eView commit details
Commits on May 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6e99054 - Browse repository at this point
Copy the full SHA 6e99054View commit details -
fix: Fix images in README (#2315)
* fix: Acknowledgments section in README * fix main logo in README * fix branch reference
Configuration menu - View commit details
-
Copy full SHA for 007951f - Browse repository at this point
Copy the full SHA 007951fView commit details -
feat: add refresh option to status and statusMatrix (#2313)
* feat: add refresh option to status and statusMatrix `status` and `statusMatrix` currently rewrite `.git/index` when a working-tree file's stat info has drifted but its content still matches the staged blob (the racy-git stat cache refresh). For callers that need read-only behavior with respect to the index, this adds an opt-in `refresh: false` parameter that gates the `index.insert` in both code paths. Existing callers default to `refresh: true`, preserving today's behavior. The option is threaded through `WORKDIR({ refresh })` and `GitWalkerFs`, so any consumer of the walker API can opt out too. * docs: add @toxik as a contributor * test: cover refresh: false for status and statusMatrix Verify that when callers opt in with `refresh: false`, the racy stat-cache rewrite of `.git/index` is suppressed. The test bumps the workdir mtime on a tracked file without changing contents (so the racy refresh path would otherwise fire), snapshots `.git/index`, runs the read-only query, and asserts the byte contents are unchanged. Mirrored in the -in-submodule.js variants per CONTRIBUTING Appendix A.Configuration menu - View commit details
-
Copy full SHA for a7420b7 - Browse repository at this point
Copy the full SHA a7420b7View commit details
Commits on May 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a71a835 - Browse repository at this point
Copy the full SHA a71a835View commit details
Commits on May 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 328b1ba - Browse repository at this point
Copy the full SHA 328b1baView commit details
Commits on May 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 89f441d - Browse repository at this point
Copy the full SHA 89f441dView commit details
Commits on May 26, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 955acf3 - Browse repository at this point
Copy the full SHA 955acf3View commit details
Commits on Jun 2, 2026
-
fix: pass credential config username to auth callbacks (#2346)
* fix: pass credential config username to auth callbacks * test: include response URL in fetch auth mock * test: mock empty HTTP response bodies
Configuration menu - View commit details
-
Copy full SHA for d9920c5 - Browse repository at this point
Copy the full SHA d9920c5View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.37.6...v1.38.4