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:jjerphan/git2cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:main
Choose a base ref
...
head repository:QuantStack/git2cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 92 files changed
  • 5 contributors

Commits on Dec 3, 2025

  1. Merge conflict (QuantStack#60)

    Merge conflicts
    @SandrineP
    SandrineP authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    72a2fc2View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. Configuration menu
    Copy the full SHA
    6342fb2View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. feat: Add remote management, fetch, and push subcommands (QuantStack#59)

    * feat: Add remote management, fetch, and push subcommands - Implement remote add/remove/rename/set-url/show operations - Add fetch and push subcommands for remote synchronization - Create remote_wrapper class for RAII management - Add comprehensive test suite (19 tests, all passing) - Fix CMakeLists.txt to find CLI11 in conda/pixi environment Signed-off-by: Julien Jerphanion <[email protected]> * Address review comments Signed-off-by: Julien Jerphanion <[email protected]> Co-authored-by: Johan Mabille <[email protected]> * edit remote * small fix in test * another small fix --------- Signed-off-by: Julien Jerphanion <[email protected]> Co-authored-by: Johan Mabille <[email protected]> Co-authored-by: Sandrine Pataut <[email protected]>
    @jjerphan@JohanMabille@SandrineP
    3 people authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    324e7c2View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Configuration menu
    Copy the full SHA
    6510681View commit details
    Browse the repository at this point in the history
  2. Fixed status and branch command on newly created repos (QuantStack#67)

    * Fixed status and branch command on newly created repos * Fixed typo
    @JohanMabille
    JohanMabille authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    28cb7a9View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2025

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

Commits on Jan 6, 2026

  1. Add rev-list (QuantStack#69)

    * Add rev-list * Add revwalk wrapper * Small fix in log and status
    @SandrineP
    SandrineP authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    2f4d8e6View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

  1. Add WebAssembly build, cockle and terminal deployments, and testing (Q…

    …uantStack#52) * Add WebAssembly build, cockle and terminal deployments, and testing * Serve with cross-origin headers to support SharedArrayBuffer stdin * Update to cockle 1.3.0 * Switch from makefiles to cmake
    @ianthomas23
    ianthomas23 authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    f4edb51View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. Configuration menu
    Copy the full SHA
    42dcd8cView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb86561View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 4 to 6 in the actions group (QuantStack#76)

    Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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
    dependabot[bot] authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    9c8b052View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. Add --deepen flag to the fetch command (QuantStack#71)

    * Add --deepen flag to the fetch command * Fixed get_parent_list * More fixes * Code cleanup * Fixed depth=1 * Fixed depth=0 --------- Co-authored-by: Johan Mabille <[email protected]>
    @SandrineP@JohanMabille
    SandrineP and JohanMabille authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    6ed293aView commit details
    Browse the repository at this point in the history
  2. Improvements to wasm deployment (QuantStack#78)

    * Cancel previous deploy workflow when start new one * Add link to wasm deployment in README
    @ianthomas23
    ianthomas23 authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    8cc1807View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. Add git config (QuantStack#77)

    * Adds git config * address review comments * remove useless monkeypatch parameter
    @SandrineP
    SandrineP authored Jan 15, 2026
    Configuration menu
    Copy the full SHA
    e08960cView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56a4ebaView commit details
    Browse the repository at this point in the history
Loading