Tree @master (Download .tar.gz)
Commit History
@master
git clone https://www.dulwich.io/code/dulwich/
- Avoid setting default streams that don't support bytestrings. Fixes #687 Jelmer Vernooij 2 days ago
- Merge fix from Boris to update directory detection for get_unstaged_changes for Python 3. Fixes #684 Jelmer Vernooij 5 days ago
- Clean get_unstaged_changes error handling Boris Feld 5 days ago
- Skip symlink test on Windows and Python 2 Boris Feld 5 days ago
- Fix docstring Boris Feld 5 days ago
- Require at least urllib3, since HTTPResponse.geturl is not available before then. Jelmer Vernooij 8 days ago
- Close pack before attempting to remove it. Jelmer Vernooij 8 days ago
- Update directory detection for `get_unstaged_changes` for Python 3 - fix #684 Boris Feld 9 days ago
- Fix encoding. Jelmer Vernooij 12 days ago
- Start on 0.19.12. Jelmer Vernooij 12 days ago
- Release 0.19.11 Jelmer Vernooij 12 days ago
- Fix unicode issue. Jelmer Vernooij 13 days ago
- Fix swift tests. Jelmer Vernooij 13 days ago
- Stop installing gpg. Jelmer Vernooij 13 days ago
- Fix another race condition in pack handling. Jelmer Vernooij 13 days ago
- Merge commit 'de801168537280a7665e3d57873483914733a24d' into tempmaster Jelmer Vernooij 14 days ago
- Convert strings to bytes. Fixes #685 mg (commit: Jelmer Vernooij) 14 days ago
- Special case ZERO_SHA. Jelmer Vernooij 14 days ago
- Revamp pack handling to deal with newly introduced packs correctly. Jelmer Vernooij 14 days ago
- Fix tests. Jelmer Vernooij 14 days ago
- Fix tests on Python 3. Jelmer Vernooij 14 days ago
- Support GIT_AUTHOR_EMAIL / GIT_AUTHOR_NAME. Jelmer Vernooij 14 days ago
- Use fullname from gecos field, if available. Jelmer Vernooij 15 days ago
- Move obtaining of default identity into a separate function. Jelmer Vernooij 15 days ago
- Add libgpgme-dev. Jelmer Vernooij 25 days ago
- install gpg in travis. Jelmer Vernooij 25 days ago
- Merge branch 'http-client-fix-url-redirect-location' of git://github.com/anlambert/dulwich Jelmer Vernooij 27 days ago
- Merge branch 'line-ending-convert-followup' of git://github.com/comet-ml/dulwich Jelmer Vernooij 27 days ago
- Add support for prune/prune_tags arguments to porcelain.fetch. Jelmer Vernooij 27 days ago
- Fix url redirect location handling in HttpGitClient Antoine 28 days ago