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: ozgen/git-worklists
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.2
Choose a base ref
...
head repository: ozgen/git-worklists
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 4 commits
  • 13 files changed
  • 2 contributors

Commits on Mar 6, 2026

  1. add: Support workspaces that contain multiple Git repositories by int…

    …roducing an active repo root for Git Worklists.
    
    - discover Git repositories inside the opened workspace folder - select the first discovered repository as the initial active repo - add status bar support to switch the active repository - update tree, decorations, stash view, and watchers when repo changes - cache discovered repo roots in memory for faster switching - initialize extension state using the active repo root instead of the workspace folder  This keeps the existing single-repo workflow unchanged while allowing Git Worklists to operate cleanly in multi-repo workspaces.
    ozgen committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    2ac4ec1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9be3e7 View commit details
    Browse the repository at this point in the history
  3. docs: document multi-repo workspace support for v0.9.0

    Update documentation and release metadata for v0.9.0.  - document multi-repo workspace support in the README - add status bar repo switching details - update known limitations wording to reflect active-repo behavior - add multi-repo demo GIF - bump extension version to 0.9.0 - update changelog entries for the new release  This makes the new workspace support visible and easier to understand.
    ozgen committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    4edbd2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d05a7ab View commit details
    Browse the repository at this point in the history
Loading