forked from gitpython-developers/GitPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update GitDB submodule to latest pubslished version
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule gitdb
updated
11 files
+1 −1 | .github/dependabot.yml | |
+9 −4 | .github/workflows/pythonpackage.yml | |
+7 −35 | Makefile | |
+12 −8 | README.rst | |
+26 −0 | build-release.sh | |
+6 −0 | doc/source/changes.rst | |
+1 −23 | gitdb/__init__.py | |
+21 −7 | gitdb/db/loose.py | |
+1 −1 | gitdb/ext/smmap | |
+2 −2 | gitdb/test/test_base.py | |
+2 −1 | setup.py |