Merge remote-tracking branch 'comet-ml/line-ending-convert-support'
[jelmer/dulwich.git] / dulwich /
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-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 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-23 Jelmer VernooijSupport plain strings as refspec arguments to dulwich...
2018-12-15 Jelmer VernooijFix test, style error.
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-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 VernooijSkip refs for revisions that are missing.
2018-11-22 Jelmer VernooijImport abcs from the new location.
2018-11-17 Jelmer VernooijStart on 0.19.10.
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-07 Jelmer VernooijStart on 0.19.9.
2018-11-07 Jelmer VernooijSkip cyrrilic test on windows; doesn't support arbitrar...
2018-11-05 Jelmer VernooijStart on 0.19.8.
2018-11-05 Jelmer VernooijMove shallow implementation into BaseRepo.
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 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 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-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 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-10 Jelmer VernooijMerge fix for custom auth parameters for dulwich.porcel...
2018-08-10 semyon-slepovFix style (long line)
2018-08-10 semyon-slepovPass optional arguments to fetch() while cloning
2018-08-07 Jelmer VernooijAvoid use of urllib2.splituser (removed in python 3.8).
2018-07-25 Jelmer VernooijSupport bytes paths in dulwich.index.
2018-07-22 grunPass the <errstream> parameter through from porcelain...
2018-07-18 Jelmer VernooijRemove unnecessary abspath calls.
2018-07-18 Jelmer VernooijMerge branch 'fix/tree_path' of git://github.com/r0main...
2018-07-08 Jelmer VernooijStart on 0.19.6.
2018-07-05 Romain KeramitasFix path_to_tree_path
2018-07-03 Jelmer VernooijFix build on Python3, update NEWS.
2018-07-03 Sylvia van OsAdd unit tests for describe
2018-07-01 Sylvia van OsSimple describe implementation
2018-06-29 Damien Tournoudrefs: Clean-up parent directories when removing references
2018-06-25 Jelmer VernooijFix regression in porcelain.clone that prevented clonin...
2018-06-24 Jelmer VernooijStart on 0.19.5.
2018-06-24 Jelmer VernooijAdd Index.items.
2018-06-20 Jelmer VernooijImplement dulwich.porcelain.ls_files, avoid digraph...
2018-06-17 Jelmer VernooijStart on 0.19.4.
2018-06-17 Jelmer VernooijSupport a prefix argument to dulwich.archive.tar_stream.
2018-06-15 Jelmer VernooijMerge basic stash support.
2018-06-15 Filipp Frizzyfix TypeError in _ParamikoWrapper
2018-06-14 Romain KeramitasFix ls_tree function
2018-06-03 Jelmer VernooijUse constant for LOCAL_BRANCH_PREFIX.
2018-05-19 Jelmer VernooijAdd support for subdirs and prefix arguments in GitClie...
2018-05-17 Boris FeldFix a typo in dulwich.porcelain.status
2018-05-11 Daniel AnderssonMore robust symlink creation test
next