-
Notifications
You must be signed in to change notification settings - Fork 66
Comparing changes
Open a pull request
base repository: gitpython-developers/gitdb
base: 4.0.12
head repository: gitpython-developers/gitdb
compare: master
- 13 commits
- 6 files changed
- 3 contributors
Commits on Jan 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 775cfe8 - Browse repository at this point
Copy the full SHA 775cfe8View commit details
Commits on Jan 5, 2025
-
Add SECURITY.md, referencing GitPython's
Along with gitpython-developers/smmap#59 and a forthcoming related PR in GitPython, this will fix #116.
Configuration menu - View commit details
-
Copy full SHA for 2620952 - Browse repository at this point
Copy the full SHA 2620952View commit details -
Merge pull request #117 from EliahKagan/security
Add SECURITY.md, referencing GitPython's
Configuration menu - View commit details
-
Copy full SHA for 6fdd19c - Browse repository at this point
Copy the full SHA 6fdd19cView commit details
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>
Configuration menu - View commit details
-
Copy full SHA for 4fe5657 - Browse repository at this point
Copy the full SHA 4fe5657View commit details -
Merge pull request #118 from gitpython-developers/dependabot/submodul…
…es/gitdb/ext/smmap-8f82e6c Bump gitdb/ext/smmap from `f31bfa3` to `8f82e6c`
Configuration menu - View commit details
-
Copy full SHA for 9e68ea1 - Browse repository at this point
Copy the full SHA 9e68ea1View commit details
Commits on Jan 26, 2025
-
Improve description of backoff sequence in db.loose
The sequence of backoff wait times used in `gitdb.db.loose` is quadratic rather than exponential, as discussed in: #115 (comment) This corrects the variable name by making it more general, and the comment by having it explicitly describe the backoff as quadratic. This is conceptually related to GitoxideLabs/gitoxide#1815, but this is a non-breaking change, as no interfaces are affected: only a local variable and comment.
Configuration menu - View commit details
-
Copy full SHA for b4fd74c - Browse repository at this point
Copy the full SHA b4fd74cView commit details
Commits on Jan 27, 2025
-
Merge pull request #119 from EliahKagan/quadratic
Improve description of backoff sequence in `db.loose`
Configuration menu - View commit details
-
Copy full SHA for f36c0cc - Browse repository at this point
Copy the full SHA f36c0ccView commit details
Commits on May 30, 2025
-
Specify explicit
contents: read
workflow permissionsThis change is analogous to gitpython-developers/GitPython#2033. See also gitpython-developers/smmap#60.
Configuration menu - View commit details
-
Copy full SHA for d7a7b3b - Browse repository at this point
Copy the full SHA d7a7b3bView commit details -
Merge pull request #121 from EliahKagan/gha-permissions
Specify explicit `contents: read` workflow permissions
Configuration menu - View commit details
-
Copy full SHA for 12f8916 - Browse repository at this point
Copy the full SHA 12f8916View commit details -
Add CI test job for no-GIL ("threaded") Python 3.13
See gitpython-developers/GitPython#2005. The rationale is that, while this is probably less important to do in gitdb and smmap, any failure that arises for this in GitPython would likely raise the question of whether a correspond problem has begun to occur in gitdb and smmap. (Both gitdb and smmap provide helpers used in GitPython even when the in-memory object database is not used, and failures may plausibly occur for reasons other than code changes because of the finicky nature of concurrency bugs and the potential for interactions affected by the runner image.)
Configuration menu - View commit details
-
Copy full SHA for 8d57ac7 - Browse repository at this point
Copy the full SHA 8d57ac7View commit details -
Merge pull request #122 from EliahKagan/threaded
Add CI test job for no-GIL ("threaded") Python 3.13
Configuration menu - View commit details
-
Copy full SHA for 7e02fbd - Browse repository at this point
Copy the full SHA 7e02fbdView commit details
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>
Configuration menu - View commit details
-
Copy full SHA for 18b437b - Browse repository at this point
Copy the full SHA 18b437bView commit details
Commits on Jun 3, 2025
-
Merge pull request #123 from gitpython-developers/dependabot/submodul…
…es/gitdb/ext/smmap-c6b53d3 Bump gitdb/ext/smmap from `8f82e6c` to `c6b53d3`
Configuration menu - View commit details
-
Copy full SHA for 335c0f6 - Browse repository at this point
Copy the full SHA 335c0f6View 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 4.0.12...master