gitdb icon indicating copy to clipboard operation
gitdb copied to clipboard

IO of git-style object databases

Results 9 gitdb issues
Sort by recently updated
recently updated
newest added

Hi! When trying to package 4.0.8 for Arch Linux I ran into a bad signature for the sdist tarball on pypi.org: ``` gpg --verify gitdb-4.0.8.tar.gz.asc gpg: assuming signed data in...

help wanted

Both nose and pytest based are failing ```console + PYTHONHASHSEED=0 + /usr/bin/python3 -s -B -m compileall2 -f -j48 -o 0 -o 1 -o 2 -s /home/tkloczko/rpmbuild/BUILDROOT/python-gitdb-4.0.7-2.fc35.x86_64 -p / /home/tkloczko/rpmbuild/BUILDROOT/python-gitdb-4.0.7-2.fc35.x86_64/usr/lib64/python3.8/site-packages /home/tkloczko/rpmbuild/BUILDROOT/python-gitdb-4.0.7-2.fc35.x86_64/usr/lib/python3.8/site-packages...

acknowledged
help wanted

I can't install `GitPython==2.1.14` anymore, and I think it has to do with the release of `gitdb` that has been done yesterday. Is there something wrong in the dependencies? This...

acknowledged

Hi! I'm currently maintaining gitdb(2) for Arch Linux. During packaging I would like to be able to run the tests, but they fail on me due to relatively undocumented behavior...

acknowledged

On Windows, `os.rmtree` cannot not remove directories with read-only files; such are the git db directories. The fix is something like this: ``` python ... finally: # Need to collect...

acknowledged
tag.leaks

[`object_iter`](http://gitdb.readthedocs.org/en/latest/api.html#gitdb.pack.PackEntity.create) is a list, but of what type ? Ostream or Oinfo. I think it would worth to precise it.

acknowledged

Bumps [gitdb/ext/smmap](https://github.com/gitpython-developers/smmap) from `256c5a2` to `04dd210`. Commits 04dd210 Merge pull request #56 from EliahKagan/no-mktemp a315725 Replace use of mktemp 7d6f97c Merge pull request #55 from gitpython-developers/dependabot/github_actions/ac... 36dd418 Bump actions/setup-python from...

dependencies
submodules

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....

dependencies
github_actions

# Summary While using [Aider](https://github.com/paul-gauthier/aider), which uses `gitdb==4.0.10` (I also see the same issue when upgrading to 4.0.11) the following fatal failure occurs: ``` aider ... Use /help to see...

acknowledged
help wanted