Skip to content
Permalink

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
Choose a base ref
...
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
Choose a head ref
  • 10 commits
  • 28 files changed
  • 4 contributors

Commits on May 14, 2026

  1. fix: browser entrypoint not being used in some non-node build contexts (

    #2309)
    
    * fix: ensure that bundlers pick the browser version unless running in a node context
    
    * docs: add @amxmln as a contributor
    amxmln authored May 14, 2026
    Configuration menu
    Copy the full SHA
    199714a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6972b1e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2026

  1. Configuration menu
    Copy the full SHA
    6e99054 View commit details
    Browse the repository at this point in the history
  2. fix: Fix images in README (#2315)

    * fix: Acknowledgments section in README
    
    * fix main logo in README
    
    * fix branch reference
    jcubic authored May 15, 2026
    Configuration menu
    Copy the full SHA
    007951f View commit details
    Browse the repository at this point in the history
  3. 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.
    toxik authored May 15, 2026
    Configuration menu
    Copy the full SHA
    a7420b7 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2026

  1. fix: add cloudflare logo (#2316)

    * fix: add cloudflare logo
    
    * fix typo
    jcubic authored May 18, 2026
    Configuration menu
    Copy the full SHA
    a71a835 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2026

  1. Configuration menu
    Copy the full SHA
    328b1ba View commit details
    Browse the repository at this point in the history

Commits on May 25, 2026

  1. Configuration menu
    Copy the full SHA
    89f441d View commit details
    Browse the repository at this point in the history

Commits on May 26, 2026

  1. Configuration menu
    Copy the full SHA
    955acf3 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2026

  1. 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
    Will-thom authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    d9920c5 View commit details
    Browse the repository at this point in the history
Loading