- Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository:jjerphan/git2cpp
Uh oh!
There was an error while loading. Please reload this page.
base:main
head repository:QuantStack/git2cpp
Uh oh!
There was an error while loading. Please reload this page.
compare:main
Uh oh!
There was an error while loading. Please reload this page.
- 15 commits
- 92 files changed
- 5 contributors
Commits on Dec 3, 2025
Configuration menu - View commit details
Copy full SHA for 72a2fc2 - Browse repository at this point
Copy the full SHA 72a2fc2View commit details
Commits on Dec 10, 2025
change release version to 0.0.5 (QuantStack#61)
SandrineP authoredDec 10, 2025 Configuration menu - View commit details
Copy full SHA for 6342fb2 - Browse repository at this point
Copy the full SHA 6342fb2View commit details
Commits on Dec 11, 2025
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]>
Configuration menu - View commit details
Copy full SHA for 324e7c2 - Browse repository at this point
Copy the full SHA 324e7c2View commit details
Commits on Dec 12, 2025
Implemented rev-parse -is-bare-repository (QuantStack#63)
JohanMabille authoredDec 12, 2025 Configuration menu - View commit details
Copy full SHA for 6510681 - Browse repository at this point
Copy the full SHA 6510681View commit details Fixed status and branch command on newly created repos (QuantStack#67)
* Fixed status and branch command on newly created repos * Fixed typo
JohanMabille authoredDec 12, 2025 Configuration menu - View commit details
Copy full SHA for 28cb7a9 - Browse repository at this point
Copy the full SHA 28cb7a9View commit details
Commits on Dec 26, 2025
Add shallow clone (QuantStack#68)
SandrineP authoredDec 26, 2025 Configuration menu - View commit details
Copy full SHA for 1cd32b6 - Browse repository at this point
Copy the full SHA 1cd32b6View commit details
Commits on Jan 6, 2026
* Add rev-list * Add revwalk wrapper * Small fix in log and status
SandrineP authoredJan 6, 2026 Configuration menu - View commit details
Copy full SHA for 2f4d8e6 - Browse repository at this point
Copy the full SHA 2f4d8e6View commit details
Commits on Jan 9, 2026
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 authoredJan 9, 2026 Configuration menu - View commit details
Copy full SHA for f4edb51 - Browse repository at this point
Copy the full SHA f4edb51View commit details
Commits on Jan 13, 2026
Add dependabot for github actions (QuantStack#74)
ianthomas23 authoredJan 13, 2026 Configuration menu - View commit details
Copy full SHA for 42dcd8c - Browse repository at this point
Copy the full SHA 42dcd8cView commit details Deploy WebAssembly cockle and terminal builds to github pages (QuantS…
ianthomas23 authoredJan 13, 2026 Configuration menu - View commit details
Copy full SHA for fb86561 - Browse repository at this point
Copy the full SHA fb86561View commit details 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[bot] authoredJan 13, 2026 Configuration menu - View commit details
Copy full SHA for 9c8b052 - Browse repository at this point
Copy the full SHA 9c8b052View commit details
Commits on Jan 14, 2026
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]>
Configuration menu - View commit details
Copy full SHA for 6ed293a - Browse repository at this point
Copy the full SHA 6ed293aView commit details Improvements to wasm deployment (QuantStack#78)
* Cancel previous deploy workflow when start new one * Add link to wasm deployment in README
ianthomas23 authoredJan 14, 2026 Configuration menu - View commit details
Copy full SHA for 8cc1807 - Browse repository at this point
Copy the full SHA 8cc1807View commit details
Commits on Jan 15, 2026
Add git config (QuantStack#77)
* Adds git config * address review comments * remove useless monkeypatch parameter
SandrineP authoredJan 15, 2026 Configuration menu - View commit details
Copy full SHA for e08960c - Browse repository at this point
Copy the full SHA e08960cView commit details update version to 0.0.6 (QuantStack#79)
SandrineP authoredJan 15, 2026 Configuration menu - View commit details
Copy full SHA for 56a4eba - Browse repository at this point
Copy the full SHA 56a4ebaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine: git diff main...main
Uh oh!
There was an error while loading. Please reload this page.