jelmer/dulwich.git
2015-09-13 Jelmer VernooijRelease 0.11.1. dulwich-0.11.1
2015-09-13 Jelmer VernooijUpdate MANIFEST.in.
2015-09-13 Jelmer VernooijRelease 0.11.0. dulwich-0.11.0
2015-09-13 Jelmer VernooijClarify some types in docstrings.
2015-09-13 Jelmer VernooijRemove authors of trivial contributions or who have...
2015-09-13 Jelmer VernooijAdd porcelain.pack_objects.
2015-09-13 Jelmer VernooijAdd porcelain.repack().
2015-09-13 Jelmer VernooijFix parsing of quoted strings in config.
2015-09-13 Jelmer VernooijPass host as string.
2015-09-13 Jelmer VernooijFix porcelain tests on all versions.
2015-09-13 Jelmer VernooijRun py34 tests in tox.
2015-09-13 Gary van der... Add test for quotes in config file.
2015-09-13 Jelmer VernooijFix handling of hostname on Python3. #367
2015-09-13 Jelmer VernooijFix handling of encodings for ls-remote and log on...
2015-09-13 Jelmer VernooijAdd comparators to ShaFile.
2015-09-13 Jelmer VernooijUse bytes internally everywhere for client paths.
2015-09-13 Jelmer VernooijFix clone example. (#374)
2015-09-12 Takeshi KanemotoAgree to relicensing
2015-09-12 Brendan CullyApprove relicensing my contributions as dual Apachev2...
2015-09-12 Ryan McKernUpdate relicensing-apachev2.txt
2015-09-12 Jelmer VernooijRemove Andres Lowrie from relicensing-apachev2.txt.
2015-09-12 Jelmer VernooijRemove Marc Brinkmann per his request.
2015-09-12 Jelmer VernooijRemove Rod Cloutier from relicensing-Apachev2.txt.
2015-09-12 Chow Loong JinAccept relicensing
2015-09-11 David PursehouseAgree to relicensing
2015-09-11 Jelmer VernooijAnother python2.6 fix.
2015-09-11 Jelmer VernooijCheck for PyLong, for pypy.
2015-09-11 Jelmer VernooijFix shlex, now on python2.
2015-09-10 Jelmer VernooijFix build on Python3.
2015-09-10 Jelmer VernooijFix shlex use on python2.6.
2015-09-10 Jelmer VernooijRevert "Attempt to fix test suite on python2.6."
2015-09-10 Jelmer VernooijOnly check last line in blackbox output, as pypy output...
2015-09-10 Jelmer VernooijAttempt to fix test suite on python2.6.
2015-09-10 Jelmer VernooijUse assertEqual rather than assertEquals.
2015-09-10 Jelmer VernooijFix python3 support.
2015-09-09 Jelmer VernooijSupport refspecs properly in porcelain.pull and porcela...
2015-09-09 Jelmer VernooijAdd parse_reftuple, parse_reftuples, parse_refs.
2015-09-09 Jelmer VernooijFix push test.
2015-09-09 Jelmer VernooijVerify commit follows symbolic refs.
2015-09-09 Jelmer VernooijAdd dulwich.objectspec.parse_refspec.
2015-09-06 Jelmer VernooijFix handling of commands with arguments in paramiko...
2015-09-06 Jelmer VernooijAllow arguments in local client binary path overrides.
2015-09-06 Jelmer VernooijAdd checks for command argument in SSHVendor.run_command.
2015-08-17 Jelmer VernooijUpdate NEWS.
2015-08-17 Jelmer VernooijMerge support for Repo.discover.
2015-08-11 Hal Wineapprove relicense
2015-08-08 Jelmer VernooijRe-add TODO.
2015-08-02 Jelmer VernooijRemove Hervé.
2015-07-31 bmcorserHopeful for Windows compat
2015-07-31 bmcorserGroovy context manager
2015-07-31 bmcorserAddressing PR comments
2015-07-31 bmcorserAdd `discover` classmethod
2015-07-30 Stefan ZimmermannSubprocessGitClient: fixed git argv list for Popen
2015-07-30 Jelmer VernooijOnly attempt to get mock if swift support is present.
2015-07-30 Jelmer VernooijDepend on setuptools>=17.1, as mock needs it.
2015-07-30 Aaron O'MullanAccept relicensing
2015-07-29 Jelmer VernooijEncode with filesystemencoding.
2015-07-28 Jelmer VernooijCope with README having been renamed to README.md.
2015-07-28 Jelmer VernooijBuild sphinx docs as part of 'doc' target.
2015-07-27 Jelmer VernooijChange my e-mailaddress to jelmer@jelmer.uk.
2015-07-27 Jelmer VernooijChange homepage to www.dulwich.io.
2015-07-26 Ronald BlaschkeAccept relicensing
2015-07-21 Lukasz BalcerzakAccepting license update
2015-07-19 Dov FeldsternConsent to relicensing my Dulwich contributions to...
2015-07-19 John Arbash... Accept the Apache license.
2015-07-18 Martin PackmanRemove Martin Packman from relicencing request doc
2015-07-18 Jelmer VernooijRemove Brian Visel.
2015-07-18 Paul HummerApprove my contributions being relicensed
2015-07-17 Tommy YuAgree to relicense to dual GPLv2/Apache v2.
2015-07-07 Abderrahim... I agree to relicensing my contributions
2015-07-02 Tay Ray ChuanI agree to relicensing.
2015-06-25 Jelmer VernooijRemove Alexander.
2015-06-24 Jelmer VernooijCombine duplicate entries.
2015-06-24 Jelmer VernooijRemove Roland.
2015-06-24 Siddharth Agarwalremove Siddharth Agarwal from relicensing text file
2015-06-22 Jelmer VernooijUpdate NEWS.
2015-06-20 Mike Edgarporcelain: add ls-remote equivalent using client.get_refs
2015-06-20 Mike Edgarclient: add get_refs method for just ref discovery
2015-06-19 Jelmer VernooijRemove codingtony (only contributed removal of a single...
2015-06-19 Jelmer VernooijCombine line for Ryan Faulkner.
2015-06-19 Ross LightRemove Ross Light from relicensing
2015-06-19 Jelmer VernooijUpdate NEWS.
2015-06-19 William GrantRewrite PackData._follow_chain to iterate rather than...
2015-06-19 William GrantRewrite PackData.resolve_object to iterate rather than...
2015-06-18 Jelmer VernooijRemove Chris Reid.
2015-06-18 bduncanRemove my objection to relicensing
2015-06-18 Ali SabilAgree to relicense my contributions
2015-06-16 Fabien BoucherAgree to relicense my contributions
2015-06-16 Nick StenningRemove myself from the list of not-yet-relicensors
2015-06-16 David M. CarrRemove David Carr from relicensing-apachev2.txt
2015-06-16 Bruno ReniéAgree to relicensing
2015-06-16 David KeijserApprove relicensing
2015-06-15 Hwee Miin KohAgree to relicensing.
2015-06-15 Max ShawabkehUpdate relicensing-apachev2.txt
2015-06-15 Dan Callaghanremove myself from relicensing-apachev2.txt
2015-06-15 Adam "Cezar... Remove my name
2015-06-14 Max BowsherI agree to the proposed relicensing.
2015-06-14 Jc2kI consent to dual licensing my contributions to GPLv2...
2015-06-14 Benjamin PollackBenjamin Pollack has approved the relicensing
2015-06-14 Jelmer VernooijRemove Ricardo.
next