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.2
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.3
Choose a head ref
  • 17 commits
  • 102 files changed
  • 3 contributors

Commits on Jul 3, 2025

  1. Configuration menu
    Copy the full SHA
    9464d2fView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e452304View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ba5a9cView commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Add git_strarray wrapper (#17)

    * add git_strarray wrapper * move implementation to cpp file * small fix * address review comments
    @SandrineP
    SandrineP authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    45617f2View commit details
    Browse the repository at this point in the history
  2. feat: addaddsubcommand (#16)

    * add add subcommand * fix cmake * edit add subcommand * fix 'add --all' * fix add_entries * update test * fix typo * integrate git_strarray wrapper * address review comments * address review comments
    @SandrineP
    SandrineP authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    78f7356View commit details
    Browse the repository at this point in the history
  3. Commit wrapper (#18)

    * Mover wrapper_base to a dedicated file * Skeleton for commit_wrapper * noexcept pass
    @JohanMabille
    JohanMabille authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    c038e3fView commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. Minimal command for branches (#19)

    * Minimal command for branches * copilot revision * Displays current branch when listing * Better arguments names * Fixed typo in embeded_git
    @JohanMabille
    JohanMabille authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    171dc28View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. Checkout subcommand (#21)

    * commit_wrapper now built from reposiroty_wrapper * Replaced std::string with std::string_view * Annotated commit wrapper * Minimal implementation of checkout subcommand
    @JohanMabille
    JohanMabille authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    b811507View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. Configuration menu
    Copy the full SHA
    e43841fView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c96016View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd44cf1View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

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

Commits on Jul 29, 2025

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

Commits on Jul 31, 2025

  1. Configuration menu
    Copy the full SHA
    c578198View commit details
    Browse the repository at this point in the history
  2. Addcommitandresetsubcommand (#29)

    * add commit subcommand * add reset subcommand * write index * fix * small fix * test commit * update test * remove test file * fix test * add branch to test * edit branch name * remove mook test file * test commit * edit file path * address review comments * edit option * remove extra space
    @SandrineP
    SandrineP authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    c2b35cbView commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fbf6c1View commit details
    Browse the repository at this point in the history
  4. changing version (#31)

    @SandrineP
    SandrineP authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    94b9870View commit details
    Browse the repository at this point in the history
Loading