-
Notifications
You must be signed in to change notification settings - Fork 66
Comparing changes
Open a pull request
base repository: gitpython-developers/gitdb
base: 3d3e9572dc452fea53d328c101b3d1440bbefe40
head repository: gitpython-developers/gitdb
compare: a8c894f84a419b22583895789ef849090c2f7f49
- 13 commits
- 7 files changed
- 5 contributors
Commits on Oct 20, 2023
-
Never add a vendored smmap directory to sys.path
This removes the logic that appended the git submodule directory for smmap to sys.path under most circumstances when the version of gitdb was not from PyPI. Now gitdb does not modify sys.path. See gitpython-developers/GitPython#1717 and gitpython-developers/GitPython#1720 for context. This change is roughly equivalent to the change to GitPython, though as noted the behavior being eliminated is subtly different here and there.
Configuration menu - View commit details
-
Copy full SHA for 965d2d3 - Browse repository at this point
Copy the full SHA 965d2d3View commit details -
Changes worth mentioning: - Format commands as code blocks instead of blockquotes. (This is particularly useful for the submodule update step, whose lines were inadvertently concatenated, but it also improves appearance overall.) - Mention smmap as a requirement. (But also that it doesn't need to be separately installed.) - Mention that gitdb-speedups is not currently maintained. - No longer say gitdb has source code in gitorious. (Since that site no longer exists.) - Call GitPython "GitPython" rather than "git-python". - Replace the old git-python Google Groups link with a link to the Discussions page on the GitHub repository for GitPython. (This seems like the closest currently available resource.)
Configuration menu - View commit details
-
Copy full SHA for dfbfb12 - Browse repository at this point
Copy the full SHA dfbfb12View commit details -
Set Dependabot submodule update cadence to weekly
This changes it from monthly to weekly. See #99 and gitpython-developers/GitPython#1702 (comment) for context.
Configuration menu - View commit details
-
Copy full SHA for e998429 - Browse repository at this point
Copy the full SHA e998429View commit details -
Merge pull request #102 from EliahKagan/nopathmod
Never add a vendored smmap directory to sys.path
Configuration menu - View commit details
-
Copy full SHA for 9302789 - Browse repository at this point
Copy the full SHA 9302789View commit details -
Merge pull request #103 from EliahKagan/update-readme
Revise and update the readme
Configuration menu - View commit details
-
Copy full SHA for 3753f72 - Browse repository at this point
Copy the full SHA 3753f72View commit details -
Merge pull request #104 from EliahKagan/cadence
Set Dependabot submodule update cadence to weekly
Configuration menu - View commit details
-
Copy full SHA for ec58b7e - Browse repository at this point
Copy the full SHA ec58b7eView commit details
Commits on Dec 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 24ecf58 - Browse repository at this point
Copy the full SHA 24ecf58View commit details -
Merge pull request #109 from Clavss/fix-issue-101
Add missing asserts in test_base.py
Configuration menu - View commit details
-
Copy full SHA for b653923 - Browse repository at this point
Copy the full SHA b653923View commit details
Commits on Jun 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d50b2e3 - Browse repository at this point
Copy the full SHA d50b2e3View commit details
Commits on Jun 10, 2024
-
Merge pull request #113 from blablatdinov/use-contextlib-suppress
Use contextlib.suppress instead of except: pass
Configuration menu - View commit details
-
Copy full SHA for 88da5ef - Browse repository at this point
Copy the full SHA 88da5efView commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5bc9504 - Browse repository at this point
Copy the full SHA 5bc9504View commit details -
Configuration menu - View commit details
-
Copy full SHA for b38cbc4 - Browse repository at this point
Copy the full SHA b38cbc4View commit details -
Merge pull request #114 from edgarrmondragon/cp313
Add support for Python 3.13
Configuration menu - View commit details
-
Copy full SHA for a8c894f - Browse repository at this point
Copy the full SHA a8c894fView 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 3d3e9572dc452fea53d328c101b3d1440bbefe40...a8c894f84a419b22583895789ef849090c2f7f49