0
I Use This!
High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Satisfy flake8 More... about 7 years ago
Fix regex to support empty email addresses i.e. 'name <>' More... about 7 years ago
Update changelog for next release More... about 7 years ago
Merge branch 'multi-value' of https://github.com/ajdavis/GitPython into ajdavis-multi-value More... about 7 years ago
Fix typo in docstring More... over 7 years ago
Merge pull request #873 from yarikoptic/bf-install-requires More... over 7 years ago
normalize path after joining submodule path and the relative path to the git dir, to eliminate path length errors on Windows More... over 7 years ago
BF: install_requires not just requires for setup() call More... over 7 years ago
Implement update call when the object is "up to date" #871 More... over 7 years ago
Resolve test incompatibility with git v2.21.0 More... over 7 years ago
Document git.__version__ More... over 7 years ago
Build docs locally More... over 7 years ago
Fix `AttributeError` when searching a remote by name More... over 7 years ago
builtins module is part of the future package More... over 7 years ago
Fix for: No module named builtins (CI tests error) More... over 7 years ago
added support for non-ascii directories and file names More... over 7 years ago
Ensure git remote urls (multiple) are read from the correct git repo config More... over 7 years ago
Merge commit 'b1adf606f416f82ec69cd83cfc2b94cddc6928bd' into PR-UnicodeEncodeError More... over 7 years ago
Fix for UnicodeEncodeError in git.Repo.clone_from() when path contains non-ascii characters More... over 7 years ago
Added usage example to Repo __init__.py call for Windows users More... over 7 years ago
Added name to authors More... over 7 years ago
Update commit.py constructor docstring More... over 7 years ago
allow calling index.add, index.move and index.remove with single items added testing for it closes #813 More... over 7 years ago
add type check to git.Remote.__eq__ More... over 7 years ago
Fix test-only issue with git 2.20 or later handling a clobbered tag More... over 7 years ago
Added a Dockerfile that creates a clean Ubuntu Xenial test environment More... over 7 years ago
README: Add repology badge More... over 7 years ago
Fix test More... over 7 years ago
Add support to pass clone options that can be repeated multiple times More... over 7 years ago
Use items and items_all correctly More... over 7 years ago