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

Commits on Dec 11, 2025

  1. feat: Add remote management, fetch, and push subcommands (#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 <git@jjerphan.xyz>
    
    * Address review comments
    
    Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
    
    Co-authored-by: Johan Mabille <johan.mabille@gmail.com>
    
    * edit remote
    
    * small fix in test
    
    * another small fix
    
    ---------
    
    Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
    Co-authored-by: Johan Mabille <johan.mabille@gmail.com>
    Co-authored-by: Sandrine Pataut <pataut.sandrine@gmail.com>
    3 people authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    324e7c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

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

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

Commits on Dec 26, 2025

  1. Add shallow clone (#68)

    SandrineP authored Dec 26, 2025
    Configuration menu
    Copy the full SHA
    1cd32b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. Add rev-list (#69)

    * Add rev-list
    
    * Add revwalk wrapper
    
    * Small fix in log and status
    SandrineP authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    2f4d8e6 View 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 (#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 authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    f4edb51 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. Configuration menu
    Copy the full SHA
    42dcd8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb86561 View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 4 to 6 in the actions group (#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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    9c8b052 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. Add --deepen flag to the fetch command (#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 <johan.mabille@gmail.com>
    SandrineP and JohanMabille authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    6ed293a View commit details
    Browse the repository at this point in the history
  2. Improvements to wasm deployment (#78)

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