-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: QuantStack/git2cpp
base: 0.0.5
head repository: QuantStack/git2cpp
compare: main
- 11 commits
- 73 files changed
- 5 contributors
Commits on Dec 11, 2025
-
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>
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
-
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 (#67)
* Fixed status and branch command on newly created repos * Fixed typo
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
-
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
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 (#52
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
-
Configuration menu - View commit details
-
Copy full SHA for 42dcd8c - Browse repository at this point
Copy the full SHA 42dcd8cView commit details -
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 (#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>
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 (#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>
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 (#78)
* Cancel previous deploy workflow when start new one * Add link to wasm deployment in README
Configuration menu - View commit details
-
Copy full SHA for 8cc1807 - Browse repository at this point
Copy the full SHA 8cc1807View 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 0.0.5...main