User Details
User Details
- User Since
- Feb 10 2019, 4:26 PM (310 w, 2 d)
Feb 11 2022
Feb 11 2022
jelmer committed rPPDW7bdfdc9ce76a: Import NMU (authored by Nilesh Patra <nilesh@debian.org>).
Import NMU
New upstream release.
jelmer committed rPPDWef3f7169c4a2: releasing package dulwich version 0.20.31-1 (authored by jelmer).
releasing package dulwich version 0.20.31-1
Import upstream version 0.20.30
jelmer committed rPPDW4953a27e5803: releasing package dulwich version 0.20.30-1 (authored by jelmer).
releasing package dulwich version 0.20.30-1
New upstream release.
Import upstream version 0.20.31
Release 0.20.30.
Run flake8 during releases.
jelmer committed rPPDW6d51e8a71b48: Refactor to simplify clone logic, and avoid circular imports. (authored by jelmer).
Refactor to simplify clone logic, and avoid circular imports.
Release 0.20.29.
Start on 0.20.30
jelmer committed rPPDW3d3fcbc2f959: Merge branch 'clone-branch' of git://github.com/pmrowla/dulwich (authored by jelmer).
Merge branch 'clone-branch' of git://github.com/pmrowla/dulwich
jelmer committed rPPDWb5e1f2c41b4a: Drop long deprecated Index.iterblobs and iter_fresh_blobs. (authored by jelmer).
Drop long deprecated Index.iterblobs and iter_fresh_blobs.
Start on 0.20.29
Support staging submodules.
Release 0.20.28.
Cope with gecos being unset.
Add .github/.
fix python3.6
Start on 0.20.28
Add missing build dependency on dh addon.
jelmer committed rPPDWa2ff813980a5: Attempt to fix tests when dulwich isn't installed. Fixes: #919 (authored by jelmer).
Attempt to fix tests when dulwich isn't installed. Fixes: #919
jelmer committed rPPDWc68fa227297d: releasing package dulwich version 0.20.27-1 (authored by jelmer).
releasing package dulwich version 0.20.27-1
Import upstream version 0.20.27
New upstream release.
Update NEWS.
Release 0.20.27.
Import path.
jelmer committed rPPDW076647f6dc1d: Raise exception when encountering submodules. (authored by jelmer).
Raise exception when encountering submodules.
Add stestr configuration.
Use frozenset.
Use keyword arguments.
jelmer committed rPPDW91b0b84dd06d: Allow adding files to repository in pre-commit hook. Fixes #916 (authored by jelmer).
Allow adding files to repository in pre-commit hook. Fixes #916
Start on 0.20.27
Add stestr configuration.
jelmer committed rPPDWcdb4530efd1f: releasing package dulwich version 0.20.26-1 (authored by jelmer).
releasing package dulwich version 0.20.26-1
jelmer committed rPPDW0f9f9aeea637: * Run the autopkg tests for all supported Python3 versions. Closes: #976592 (authored by jelmer).
* Run the autopkg tests for all supported Python3 versions. Closes: #976592
jelmer committed rPPDWac5e07396a14: Update standards version to 4.6.0, no changes needed. (authored by jelmer).
Update standards version to 4.6.0, no changes needed.
jelmer committed rPPDWe7bcf8cbea5d: Drop transition for old debug package migration. (authored by jelmer).
Drop transition for old debug package migration.
jelmer committed rPPDWcb365e1c9570: Set upstream metadata fields: Security-Contact. (authored by jelmer).
Set upstream metadata fields: Security-Contact.
Bump debhelper from old 12 to 13.
Import upstream version 0.20.26
New upstream release.
Bump version.
Release 0.20.26.
Avoid kwarg.
Update NEWS.
Set mode for stderr. Hopefully fixes #785
Drop note about python 2.
jelmer committed rPPDWee231198600e: fix flake8 lint error (authored by Peter Rowlands <peter@pmrowla.com>).
fix flake8 lint error
jelmer committed rPPDWfc3e97ccc00d: Accept list of file paths in Repo.unstage. (authored by jelmer).
Accept list of file paths in Repo.unstage.
Add a test.
jelmer committed rPPDWf76bc1eeed5d: Add Repo.unstage. (authored by Ded_Secer <z2465216809qq.com@icloud.com>).
Add Repo.unstage.
jelmer committed rPPDWda13fe46ff24: Add ``dulwich.porcelain._reset_file``. (authored by Ded_Secer <z2465216809qq.com@icloud.com>).
Add ``dulwich.porcelain._reset_file``.
jelmer committed rPPDW7fe42abdb876: Support refs in parse_treeish(). (authored by Ded_Secer <z2465216809qq.com@icloud.com>).
Support refs in parse_treeish().
Drop suport for python 3.5.
Update NEWS. Fixes #907
Clarify porcelain intent.
Add note about error placement.