-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: QuantStack/git2cpp
base: b393f98
head repository: QuantStack/git2cpp
compare: db40371
- 16 commits
- 41 files changed
- 5 contributors
Commits on May 19, 2026
-
[pre-commit.ci] pre-commit autoupdate (#159)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.13](astral-sh/ruff-pre-commit@v0.15.12...v0.15.13) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7f84acc - Browse repository at this point
Copy the full SHA 7f84accView commit details
Commits on May 26, 2026
-
[pre-commit.ci] pre-commit autoupdate (#160)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.13 → v0.15.14](astral-sh/ruff-pre-commit@v0.15.13...v0.15.14) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 050756d - Browse repository at this point
Copy the full SHA 050756dView commit details -
Use namespace in subcommands (#161)
* use namespace in subcommands * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 267849f - Browse repository at this point
Copy the full SHA 267849fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bdec5e - Browse repository at this point
Copy the full SHA 4bdec5eView commit details
Commits on Jun 2, 2026
-
[pre-commit.ci] pre-commit autoupdate (#163)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.14 → v0.15.15](astral-sh/ruff-pre-commit@v0.15.14...v0.15.15) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a368c26 - Browse repository at this point
Copy the full SHA a368c26View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8ef848 - Browse repository at this point
Copy the full SHA f8ef848View commit details
Commits on Jun 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e41b2a7 - Browse repository at this point
Copy the full SHA e41b2a7View commit details
Commits on Jun 9, 2026
-
Bump codecov/codecov-action from 6 to 7 in the actions group (#168)
Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 6 to 7 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v6...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' 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 8128b91 - Browse repository at this point
Copy the full SHA 8128b91View commit details -
[pre-commit.ci] pre-commit autoupdate (#167)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.15 → v0.15.16](astral-sh/ruff-pre-commit@v0.15.15...v0.15.16) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d250546 - Browse repository at this point
Copy the full SHA d250546View commit details
Commits on Jun 12, 2026
-
* Add checkout file * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add 'checkout <tree-ish> <pathspecs>', fix 'chekout tag', fix output messages * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * address review comments * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * edit documentation * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 58f0944 - Browse repository at this point
Copy the full SHA 58f0944View commit details
Commits on Jun 23, 2026
-
[pre-commit.ci] pre-commit autoupdate (#169)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.16 → v0.15.18](astral-sh/ruff-pre-commit@v0.15.16...v0.15.18) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fcf4bf6 - Browse repository at this point
Copy the full SHA fcf4bf6View commit details -
Bump actions/checkout from 6 to 7 in the actions group (#170)
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' 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 e69f21b - Browse repository at this point
Copy the full SHA e69f21bView commit details
Commits on Jun 25, 2026
-
Refactored git_strarray_wrapper (#171)
* Refactored git_strarray_wrapper * Used strarray_owned_wrapper in tag_list_match method * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 760ca88 - Browse repository at this point
Copy the full SHA 760ca88View commit details
Commits on Jun 30, 2026
-
[pre-commit.ci] pre-commit autoupdate (#173)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.18 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.18...v0.15.20) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e5ff28c - Browse repository at this point
Copy the full SHA e5ff28cView commit details
Commits on Jul 3, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6a77bae - Browse repository at this point
Copy the full SHA 6a77baeView commit details
Commits on Jul 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for db40371 - Browse repository at this point
Copy the full SHA db40371View 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 b393f98...db40371