jelmer/dulwich.git
2018-06-17 Jelmer VernooijSupport a prefix argument to dulwich.archive.tar_stream.
2018-06-15 Jelmer VernooijAdd bug tracker URL.
2018-06-15 Jelmer VernooijMerge basic stash support.
2018-06-15 Jelmer VernooijAdd a setup.cfg file.
2018-06-15 Filipp Frizzyfix TypeError in _ParamikoWrapper
2018-06-14 Romain KeramitasFix ls_tree function
2018-06-03 Jelmer VernooijAdd example for using memoryrepo.
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-18 Jelmer VernooijFix restricted build for python3.3.
2018-05-18 Jelmer VernooijAdd --remote argument to 'dulwich archive'.
2018-05-17 Boris FeldFix a typo in dulwich.porcelain.status
2018-05-17 Jelmer VernooijDon't install gevent on python3.3; gevent no longer...
2018-05-11 Daniel AnderssonMore robust symlink creation test
2018-05-09 Jelmer VernooijFix indentation.
2018-05-09 Jelmer VernooijUse os.replace if available.
2018-05-09 Jelmer VernooijMake fancy_rename python3-compatible.
2018-05-09 Jelmer VernooijFix indentation.
2018-05-09 Jelmer VernooijFix os.path.sep replacement on Python3.
2018-05-09 Daniel AnderssonMore robust pack file rename on Windows
2018-05-07 Jelmer VernooijSet source in coveragerc rather than passing on command...
2018-05-07 Jelmer VernooijUpdate my email address. jelmer@samba.org => jelmer...
2018-05-04 Jelmer VernooijFix tests on python3.
2018-05-04 Jelmer VernooijMerge branch 'fix-porcelain-fetch' of https://github...
2018-05-04 Daniel AnderssonAdd NEWS entry
2018-05-04 Daniel AnderssonReuse remote ref construction logic from clone
2018-05-04 Daniel AnderssonAdd failing test cases for bad fetch
2018-04-16 Jelmer VernooijAdd Repo.get_shallow.
2018-04-13 Jelmer VernooijFix appveyor build link.
2018-04-12 Jelmer VernooijFix style errors.
2018-04-12 Jelmer VernooijAdd checkout argument to clone. Fixes #503
2018-04-12 Jelmer VernooijFix check-tutorial.
2018-04-12 Jelmer VernooijFix the tutorial tests on python3. Fixes: #573
2018-04-12 Jelmer VernooijBuild on pypy3.5.
2018-04-12 Jelmer VernooijFix style.
2018-04-12 Jelmer VernooijUse pack data rather than actual objects during fetch.
2018-04-12 Jelmer VernooijPass along progress function for pack writing progress.
2018-04-12 Jelmer VernooijPrimarily use encoded paths in DiskRefsContainer.
2018-04-12 Jelmer VernooijSupport byte filenames in GitFile.
2018-04-12 Jelmer VernooijFollowup fix for #608; also handle Repo.get_refs.
2018-04-11 Jelmer VernooijSupport setting DULWICH_PDB to have SIGQUIT trigger...
2018-04-09 Jelmer VernooijUse errno rather than hardcoded windows error number.
2018-04-09 Jelmer VernooijBe os.path.sep-independent.
2018-04-09 Jelmer VernooijFix os.path.sep replacement on Windows.
2018-04-09 Jelmer VernooijStrip forward slashes after conversion from os.path...
2018-04-09 Jelmer VernooijClean up repo in test.
2018-04-09 Jelmer VernooijAllow rename error when the target already exists,...
2018-04-09 Jelmer VernooijFix handling of encoding for tags. #608
2018-04-08 Jelmer VernooijFix tests on python3.
2018-04-08 Jelmer VernooijAdd really basic dulwich.porcelain.fsck.
2018-04-08 Jelmer VernooijStart on 0.19.3.
2018-04-07 Jelmer VernooijRelease 0.19.2 dulwich-0.19.2
2018-04-07 Jelmer VernooijFix Index.iterblobs behaviour, add test.
2018-04-07 Jelmer VernooijDisallow .git entries in trees, like C git.
2018-04-05 Jelmer VernooijStart on 0.19.2.
2018-04-05 Jelmer VernooijRelease 0.19.1 dulwich-0.19.1
2018-04-05 Jelmer VernooijOnly pass key_filename and password into SSHVendor...
2018-04-05 Jelmer VernooijSSHVendor: password is independent of key_filename.
2018-04-02 Jelmer VernooijUse keyword arguments to prevent accidentally passing...
2018-04-02 Jelmer VernooijMerge change from PuttySSHVendor => PLinkSSHVendor.
2018-04-02 Adam BradleyRemoving PuttySSHVendor tests.
2018-04-02 Adam BradleyRemoving PuttySSHVendor.
2018-04-02 Jelmer VernooijRemove duplicate empty line.
2018-04-02 Jelmer Vernooijadd basic tests for stash.
2018-04-02 Jelmer VernooijAdd stash push.
2018-04-02 Jelmer VernooijAdd basic Stash class.
2018-04-02 Jelmer VernooijFix repeat HTTP requests using the same smart HTTP...
2018-04-02 Jelmer VernooijFactor out a parse_rsync_url function.
2018-03-31 Jelmer VernooijOnly import urllib3 when it's used.
2018-03-31 Jelmer VernooijAdd LOCAL_TAG_PREFIX constant.
2018-03-31 Jelmer VernooijAdd object_store argument to index_entry_from_path.
2018-03-31 Jelmer VernooijFix 'remote add' command.
2018-03-31 Jelmer VernooijSupport the http.sslVerify and http.sslCAInfo configura...
2018-03-31 Jelmer VernooijAvoid mucking with SSL module internals from Dulwich.
2018-03-31 Jelmer VernooijAdd a dulwich[https] extra that depends on urllib3...
2018-03-29 Adam BradleyAdded tests and news.
2018-03-28 Adam BradleyRe-adding HttpGitClient.__repr__().
2018-03-28 Adam BradleyImplemented PLink support based on the PuttySSHVendor...
2018-03-26 Jelmer VernooijMove handling of index building error conditions to...
2018-03-25 Jelmer VernooijFactor out index_entry_from_path, add iter_fresh_objects.
2018-03-25 Jelmer VernooijFactor out read_submodule_head.
2018-03-25 Jelmer VernooijIgnore .pyo files.
2018-03-25 Jelmer VernooijRename Index.iterblobs to Index.iterobjects.
2018-03-22 Jelmer VernooijAdd repr for FetchPackResult.
2018-03-17 Jelmer VernooijFix the build on python3.
2018-03-17 Jelmer VernooijAdd simple check-mailmap command to bin/dulwich.
2018-03-17 Jelmer VernooijAdd basic support for reading mailmap files.
2018-03-17 Jelmer VernooijUpdate mailmap.
2018-03-10 Jelmer VernooijStart on 0.19.1.
2018-03-10 Jelmer VernooijRelease 0.19.0 dulwich-0.19.0
2018-03-08 Jelmer VernooijAdd change_type_same flag to tree_changes.
2018-03-04 Jelmer VernooijDefine flag constants.
2018-03-03 Jelmer VernooijMerge support for PuttySSHVendor and basic support...
2018-03-03 Jelmer VernooijCatch warnings in tests, simplify subprocess patching.
2018-03-02 Filipp Frizzyadd warning about cleartext password into PuttySSHVendor
2018-03-02 Filipp Frizzyremove default paramiko connect arguments from Paramiko...
2018-03-02 Filipp Frizzyreplace mock module with monkey patching in client...
2018-02-25 Filipp FrizzyUpdate client
2018-02-25 Jelmer VernooijAdd OverlayObjectStore.
2018-02-24 Filipp FrizzyFix styles for passing flake8
next