jelmer/dulwich.git
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.
2018-08-11 Jelmer VernooijUpdate AUTHORS.
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-08-06 Jelmer VernooijDon't run greenlet-based tests on 3.7/3.8-dev.
2018-08-06 Daniel M. CapellaTest on Python 3.7 and 3.8-dev
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-08 Jelmer VernooijRelease 0.19.5 dulwich-0.19.5
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 Jelmer VernooijUpdate NEWS.
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 VernooijRelease 0.19.4 dulwich-0.19.4
2018-06-24 Jelmer VernooijAdd Index.items.
2018-06-22 Jelmer VernooijNote Index.iteritems in NEWS.
2018-06-20 Jelmer VernooijImplement dulwich.porcelain.ls_files, avoid digraph...
2018-06-17 Jelmer VernooijFix description file.
2018-06-17 Jelmer VernooijStart on 0.19.4.
2018-06-17 Jelmer VernooijRelease 0.19.3 dulwich-0.19.3
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.
next