Pure-Python Git Library
Simple Pure-Python implementation of the Git file formats and protocols. Dulwich
is the place where Mr. and Mrs. Git live in one of the Monty Python sketches.
- Developed at devel:tools:scm
- Sources inherited from project openSUSE:Factory
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-dulwich && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
dulwich-0.19.13.tar.gz | 0000368609 360 KB | |
python-dulwich.changes | 0000021403 20.9 KB | |
python-dulwich.spec | 0000003134 3.06 KB |
Revision 28 (latest revision is 64)
Yuchen Lin (maxlin_factory)
accepted
request 730633
from
Tomáš Chvátal (scarabeus_iv)
(revision 28)
- Update to 0.19.13: * Don't trust modes if they can't be modified after a file has been created. * Implement ``RefsContainer.__iter__`` * Mark ``.git`` directories as hidden on Windows. * Return a 404 not found error when repository is not found. * Add a basic ``porcelain.clean``. * Update directory detection for `get_unstaged_changes` for Python 3. * Avoid ``PermissionError``, since it is Python3-specific.
Comments 0