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: QuantStack/git2cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.6
Choose a base ref
...
head repository: QuantStack/git2cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.7
Choose a head ref
  • 5 commits
  • 18 files changed
  • 4 contributors

Commits on Jan 19, 2026

  1. Fix emscripten 4.0.9 compiler error (#81)

    * Fix terminal pager error
    
    * Remove unused variable
    ianthomas23 authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    7d62c18 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. Bump the actions group with 3 updates (#82)

    Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact).
    
    
    Updates `actions/checkout` from 3 to 6
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v6)
    
    Updates `actions/setup-python` from 5 to 6
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v5...v6)
    
    Updates `actions/upload-pages-artifact` from 3 to 4
    - [Release notes](https://github.com/actions/upload-pages-artifact/releases)
    - [Commits](actions/upload-pages-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: actions/setup-python
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: actions/upload-pages-artifact
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    8432950 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. Add stash subcommand (#80)

    * Add stash subcommand
    
    * adress review comment
    SandrineP authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    7c42092 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2026

  1. Configuration menu
    Copy the full SHA
    f997212 View commit details
    Browse the repository at this point in the history
  2. Release 0.0.7 (#85)

    JohanMabille authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    1e1c6b6 View commit details
    Browse the repository at this point in the history
Loading