jelmer/dulwich.git
2019-01-15 Jelmer VernooijMerge remote-tracking branch 'comet-ml/line-ending... master bitbucket/master github/master
2019-01-15 Jelmer VernooijStart on 0.19.11. samba.org/master
2019-01-15 Jelmer VernooijRelease 0.19.10 dulwich-0.19.10
2019-01-13 Jelmer VernooijAdd support for creating signed tags.
2019-01-09 Boris FeldAdd support for binary detection
2019-01-03 Jelmer VernooijFix python 3 compatibility, PEP8 issue.
2019-01-03 Jelmer VernooijMerge branch 'line-ending-convert-support-bases' of...
2019-01-03 Jelmer VernooijUpdate AUTHORS.
2019-01-03 Jelmer VernooijConsistently use refs/heads/packed rather than refs...
2018-12-29 Jelmer VernooijFix style errors, avoid peeking at internals.
2018-12-29 KS ChanMake sure none of the ancestor folders of a new refname...
2018-12-27 Jelmer VernooijImprove documentation for ShaFile.__lt__, __le__, __cmp__.
2018-12-24 Jelmer VernooijRequire urllib>=1.23, because of CVE-2018-20060
2018-12-23 Jelmer VernooijSupport plain strings as refspec arguments to dulwich...
2018-12-15 Jelmer VernooijFix test, style error.
2018-12-15 Jelmer VernooijUpdate NEWS.
2018-12-15 KS ChanHandle invalid ref that pretends to be a sub-folder...
2018-12-12 Boris FeldApply the write filter when staging a file (writing...
2018-12-11 Boris FeldPlug the end-of-line filter computing in the repo
2019-01-11 Boris FeldAdd basic line-ending conversion support for porcelain...
2018-12-15 Boris FeldAdd a normalize_blob function
2018-12-11 Boris FeldAdd code for computing which line-ending to use based...
2018-12-11 Boris FeldAdd low-level line ending conversion functions with...
2018-12-06 Jelmer VernooijAdd NEWS item about collections.abc.
2018-11-29 Jelmer VernooijRead MERGE_HEADS.
2018-11-28 Jelmer VernooijAdd dulwich.porcelain.write_tree.
2018-11-23 Jelmer VernooijFix long line.
2018-11-23 Jelmer VernooijFix badges in README.
2018-11-23 Jelmer VernooijSkip refs for revisions that are missing.
2018-11-22 Jelmer VernooijImport abcs from the new location.
2018-11-18 Jelmer VernooijSwitch to sphinx theme 'agogo'.
2018-11-18 Jelmer VernooijMore md => rst.
2018-11-18 Jelmer VernooijIgnore generated API files.
2018-11-18 Jelmer VernooijConvert CONTRIBUTING and README to rst.
2018-11-18 Jelmer VernooijGenerate API docs in sphinx.
2018-11-17 Jelmer VernooijStart on 0.19.10.
2018-11-17 Jelmer VernooijRelease 0.19.9 dulwich-0.19.9
2018-11-17 Jelmer VernooijFix NEWS.
2018-11-17 Jelmer VernooijClose repositories after use.
2018-11-17 Jelmer VernooijAvoid fetching ghosts in Repo.fetch.
2018-11-17 Jelmer VernooijForce hashes to unsigned when comparing.
2018-11-14 Jelmer VernooijAdd basic server side implementation of 'git-upload...
2018-11-14 Jelmer VernooijProperly preserve port and username from parsed HTTP...
2018-11-10 Jelmer VernooijMove flake8 configuration to setup.cfg.
2018-11-07 Jelmer VernooijStart on 0.19.9.
2018-11-07 Jelmer VernooijRelease 0.19.8 dulwich-0.19.8
2018-11-07 Jelmer VernooijSkip cyrrilic test on windows; doesn't support arbitrar...
2018-11-07 Jelmer VernooijUpdate NEWS for #668.
2018-11-06 egorFix setup.py:
2018-11-05 Jelmer VernooijStart on 0.19.8.
2018-11-05 Jelmer VernooijUpdate README; python 3.3 is no longer supported.
2018-11-05 Jelmer VernooijRelease 0.19.7 dulwich-0.19.7
2018-11-05 Jelmer VernooijMove shallow implementation into BaseRepo.
2018-11-04 Jelmer VernooijDrop support for Python 3 < 3.4. This is because pkg_re...
2018-11-04 Jelmer VernooijFix tests on older versions of Python 3.
2018-11-04 Jelmer VernooijFix style.
2018-11-04 Jelmer VernooijFix shallow handling for HTTP.
2018-11-04 Jelmer VernooijSupport shallow clone, and add basic compat tests.
2018-11-04 Jelmer VernooijAdd Repo.update_shallow.
2018-11-04 Jelmer VernooijTrack depth.
2018-11-04 Jelmer VernooijPass through deepen flag.
2018-10-20 Jelmer VernooijFix encoding on python 3.
2018-10-20 Jelmer VernooijFix spacing.
2018-10-20 Jelmer VernooijFix duplicate test name.
2018-10-20 Jelmer VernooijSupport the i18n.commitEncoding setting.
2018-10-20 Jelmer VernooijAdd get_object_by_path.
2018-10-19 Jelmer VernooijUpdate NEWS.
2018-10-19 Nicolas DandrimontSplit authorship lines from the right instead of from...
2018-10-16 Jelmer VernooijFix long line.
2018-10-16 Jelmer VernooijDecode error message.
2018-10-14 Jelmer VernooijRemove silly messages in server output.
2018-10-05 Jelmer VernooijDisable python 3.8-dev for now; flakes checker is broke...
2018-10-05 Jelmer VernooijFix style errors.
2018-10-05 Jelmer VernooijAdd read_packs_file function.
2018-09-28 Jelmer VernooijFix style.
2018-09-28 Jelmer VernooijSupport error lines with ERROR: as well.
2018-09-28 Jelmer VernooijRaise more useful error messages when unable to access...
2018-09-28 Jelmer VernooijFix arguments to setup.py - summary doesn't exist.
2018-09-16 Jelmer VernooijAvoid setup.cfg for now, since it seems to break pypi...
2018-09-14 Jelmer VernooijRemove unused import, fix style.
2018-09-14 Jelmer VernooijFix tests on Python 3.
2018-09-14 Jelmer VernooijMerge branch 'bugfix/http-client-gzip-responses' of...
2018-09-14 Jelmer VernooijFix style.
2018-09-14 Nicolas DandrimontDon't double-decompress gzipped HTTP responses
2018-09-12 Jelmer VernooijRaise exception when a caller tries to fetch SHA1s...
2018-09-11 Jelmer VernooijUse constant for ANNOTATED_TAG_SUFFIX.
2018-09-11 Jelmer VernooijAdd check_wants.
2018-09-05 Jelmer VernooijFix compatibility with newer versions of git, which...
2018-08-24 Jelmer VernooijDrop travis build on python 3.5-dev.
2018-08-24 Jelmer VernooijRemove unused variable.
2018-08-24 Jelmer VernooijAllow username and password to be overridden in calls...
2018-08-21 Jelmer VernooijMerge fix for handling of stderr/stdout on pythonw.
2018-08-21 Jelmer VernooijReplace / with \ on windows.
2018-08-21 Sylvia van OsFix Python 2
2018-08-21 Sylvia van OsSwitch test to other function
2018-08-21 Sylvia van OsAdd test for automatic pythonw fallback of outstream...
2018-08-19 Sylvia van OsAdd fallback for unavailable stdout/stderr
2018-08-11 Jelmer VernooijStart on 0.19.7.
2018-08-11 Jelmer VernooijRelease 0.19.6 dulwich-0.19.6
2018-08-11 Jelmer VernooijUpdate NEWS.
next