- Notifications
You must be signed in to change notification settings - Fork66
Comparing changes
Open a pull request
base repository:gitpython-developers/gitdb
Uh oh!
There was an error while loading.Please reload this page.
base:4.0.12
head repository:gitpython-developers/gitdb
Uh oh!
There was an error while loading.Please reload this page.
compare:master
- 13commits
- 6files changed
- 3contributors
Commits on Jan 5, 2025
Add SECURITY.md, referencing GitPython's
Along withgitpython-developers/smmap#59and a forthcoming related PR in GitPython, this willfix#116.
Merge pull request#117from EliahKagan/security
Add SECURITY.md, referencing GitPython's
Commits on Jan 6, 2025
Bump gitdb/ext/smmap from
f31bfa3
to8f82e6c
Bumps [gitdb/ext/smmap](https://github.com/gitpython-developers/smmap) from `f31bfa3` to `8f82e6c`.- [Release notes](https://github.com/gitpython-developers/smmap/releases)- [Commits](gitpython-developers/smmap@f31bfa3...8f82e6c)---updated-dependencies:- dependency-name: gitdb/ext/smmap dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>
Merge pull request#118from gitpython-developers/dependabot/submodul…
…es/gitdb/ext/smmap-8f82e6cBump gitdb/ext/smmap from `f31bfa3` to `8f82e6c`
Commits on Jan 26, 2025
Improve description of backoff sequence in db.loose
The sequence of backoff wait times used in `gitdb.db.loose` isquadratic rather than exponential, as discussed in:#115 (comment)This corrects the variable name by making it more general, and thecomment by having it explicitly describe the backoff as quadratic.This is conceptually related toGitoxideLabs/gitoxide#1815, butthis is a non-breaking change, as no interfaces are affected: onlya local variable and comment.
Commits on Jan 27, 2025
Merge pull request#119from EliahKagan/quadratic
Improve description of backoff sequence in `db.loose`
Commits on May 30, 2025
Specify explicit
contents: read
workflow permissionsThis change is analogous togitpython-developers/GitPython#2033.See alsogitpython-developers/smmap#60.
Merge pull request#121from EliahKagan/gha-permissions
Specify explicit `contents: read` workflow permissions
Add CI test job for no-GIL ("threaded") Python 3.13
Seegitpython-developers/GitPython#2005.The rationale is that, while this is probably less important to doin gitdb and smmap, any failure that arises for this in GitPythonwould likely raise the question of whether a correspond problem hasbegun to occur in gitdb and smmap. (Both gitdb and smmap providehelpers used in GitPython even when the in-memory object databaseis not used, and failures may plausibly occur for reasons otherthan code changes because of the finicky nature of concurrency bugsand the potential for interactions affected by the runner image.)
Merge pull request#122from EliahKagan/threaded
Add CI test job for no-GIL ("threaded") Python 3.13
Commits on Jun 2, 2025
Bump gitdb/ext/smmap from
8f82e6c
toc6b53d3
Bumps [gitdb/ext/smmap](https://github.com/gitpython-developers/smmap) from `8f82e6c` to `c6b53d3`.- [Release notes](https://github.com/gitpython-developers/smmap/releases)- [Commits](gitpython-developers/smmap@8f82e6c...c6b53d3)---updated-dependencies:- dependency-name: gitdb/ext/smmap dependency-version: c6b53d35deb82a38d5d07ca7712c1334a7a10c10 dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>
Commits on Jun 3, 2025
Merge pull request#123from gitpython-developers/dependabot/submodul…
…es/gitdb/ext/smmap-c6b53d3Bump gitdb/ext/smmap from `8f82e6c` to `c6b53d3`
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 4.0.12...master
Uh oh!
There was an error while loading.Please reload this page.