jelmer/dulwich.git
2014-02-23 Jelmer VernooijImported Upstream version 0.9.5 upstream/0.9.5
2014-02-23 Jelmer VernooijRelease 0.9.5. dulwich-0.9.5
2014-02-23 Jelmer VernooijUse PackData.filename attribute.
2014-02-23 Jelmer VernooijAdd DiskObjectStore.__repr__.
2014-02-23 Jelmer VernooijAvoid relying on ~/.gitconfig existing.
2014-02-12 Jelmer VernooijUpdate NEWS, switch to opener rather than handlers...
2014-02-12 Dov Feldsternuse handlers without affecting the global state
2014-02-12 Dov Feldsternadd support for handlers when opening http urls (e...
2014-01-28 Jelmer VernooijMerge milki's shallow branch support.
2014-01-28 Jelmer VernooijSimplify handling of shallows, without involving tempor...
2014-01-28 Jelmer VernooijSimplify shallows handling.
2014-01-25 Jelmer VernooijPass in commit during shallow clone, to avoid extra...
2014-01-25 Ryan FaulknerAdd porcelain 'reset'.
2014-01-25 Jelmer VernooijSimplify use of getattr.
2014-01-21 milkiCleanup temporary repos in compat test
2014-01-21 milkiLook for shallow graft file in new Repos
2014-01-21 milkiSpecify custom get_parents
2014-01-21 milkiAdd shallow grafts to repo before fetching objects
2014-01-21 Dave BorowitzAdd shallow support to ProtocolGraphWalker
2014-01-21 Dave BorowitzDetermine new shallow/unshallow
2014-01-21 Dave BorowitzAdd tests for shallow
2014-01-18 Jelmer VernooijStop pointing users at Launchpad for bug reporting.
2014-01-18 Fabien BoucherUploadPackHandler must return if objects_iter is empty
2014-01-18 Fabien BoucherAdd compat test for git ls-remote
2014-01-18 Jelmer VernooijInstall fastimport in travis.
2014-01-18 Jelmer VernooijAvoid deprecated Exception.message.
2014-01-18 Jelmer VernooijAdd max_entries argument to 'log' porcelain.
2014-01-18 Jelmer VernooijAdd `dulwich.objectspec`.
2014-01-18 Jelmer VernooijSupport non-commit objects and multiple objects in...
2014-01-18 Jelmer VernooijClarify committish argument of 'show'.
2014-01-16 Ryan FaulknerAdd porcelain 'tag'.
2014-01-16 Jelmer VernooijUpdate before installing git.
2014-01-15 Jelmer VernooijFix empty pack test.
2014-01-15 Fabien BoucherAdd test for determine_wants (advertise_refs True)
2014-01-09 Fabien Boucherdetermine_wants must return a list
2013-12-19 Jelmer VernooijImplement LocalGitClient.fetch_pack().
2013-12-11 David PursehouseFix typos in remote repositories tutorial
2013-12-08 Jelmer VernooijRaise KeyError rather than TypeError when passing in...
2013-12-08 Jelmer VernooijUse sudo for apt-get command.
2013-12-08 Jelmer VernooijInstall git in travis, for compat checks.
2013-12-08 Jelmer VernooijInstall unittest2 in travis for python2.6.
2013-12-08 Jelmer VernooijAdd basic travis config file.
2013-12-07 Jelmer VernooijAdd example of finding latest change to a file.
2013-12-04 Jelmer VernooijUse https in homepage URL.
2013-12-04 Jelmer VernooijUse new style exception handling in a few more places.
2013-12-04 Jelmer VernooijRemove long deprecated Tree.entries.
2013-12-04 Jelmer VernooijRemove long deprecated Repo.ref and Repo.revision_history.
2013-12-04 Jelmer VernooijRemove some long deprecated methods on Repo.
2013-12-04 Jelmer VernooijAdd explanation of porcelain and plumbing terms.
2013-12-04 Jelmer VernooijLine wrap.
2013-12-04 Jelmer VernooijFix description for pypi.
2013-12-04 Jelmer VernooijUpdate README, add link to homepage.
2013-12-03 Jelmer VernooijUpdate NEWS.
2013-12-03 Jelmer VernooijDrop compatibility wrapper for `SEEK_END` and `SEEK_CUR`.
2013-12-03 Jelmer VernooijDrop compatibility wrapper for `parse_qs`.
2013-12-03 Jelmer VernooijDrop compatibility functions for `hashlib.sha1`.
2013-12-03 Jelmer VernooijDrop compatibility function for namedtuple.
2013-12-03 Jelmer VernooijDrop compatibility replacement for 'all'.
2013-12-03 Jelmer VernooijDrop compatibility replacement for unpack_from.
2013-12-03 Jelmer VernooijRemove compatibility code for itertools.permutations...
2013-12-03 Jelmer VernooijRemove compatibility code for collections.defaultdict...
2013-12-01 Jelmer VernooijMove refs tests to dulwich.tests.test_refs.
2013-11-30 Jelmer VernooijImported Upstream version 0.9.4
2013-11-30 Jelmer VernooijStart on 0.9.5.
2013-11-30 Jelmer VernooijRelease 0.9.4. dulwich-0.9.4
2013-11-30 Jelmer VernooijTwo minor optimizations in heavily used code paths.
2013-11-29 André RothSupport filesystems with 64bit inode and device numbers.
2013-11-29 Jelmer VernooijUpdate NEWS, add tests for clone with bare.
2013-11-29 Marcin KuzminskiAdded checkout support to porcelain.clone. It's enabled...
2013-11-27 Jelmer VernooijAdd LocalGitClient.
2013-11-26 Jelmer VernooijSplit out tests for get_transport_and_path.
2013-11-26 Jelmer VernooijFix typo: URI -> URL.
2013-11-26 Jelmer VernooijAllow overriding default class for local git client...
2013-11-26 Jelmer VernooijSplit get_transport_and_path_from_url() out of get_tran...
2013-11-26 Jelmer VernooijPass in known sha.
2013-11-26 Jelmer VernooijSupport reusing known sha during object creation.
2013-11-25 Jelmer VernooijMove commit parsing into a separate function.
2013-11-25 Jelmer VernooijSimplify handling of message-like objects.
2013-11-25 Jelmer VernooijPass chunks rather than full text to _parse_commit_or_tag.
2013-11-25 Jelmer VernooijAvoid double lookups of commits during walking operations.
2013-11-24 Jelmer VernooijAdd porcelain for 'dulwich rev-list'.
2013-11-24 Jelmer VernooijFix typo in commit_tree command.
2013-11-24 Jelmer VernooijMake graftpoints methods private for the moment.
2013-11-24 Jelmer VernooijAdd missing docstring.
2013-11-24 milkiremove extraneous repo.serialize
2013-11-24 milkigraftpoints are required to parse/serialize
2013-11-24 milkiSimplify get_parents
2013-11-24 milkiNo need to parse grafts on file creation
2013-11-24 milkiUpdate NEWS
2013-11-24 milkiWalker uses Repo.get_parents
2013-11-24 milkiparse and serialize graftpoints
2013-11-24 milkiGraftpoint Tests
2013-11-20 Jelmer VernooijFix unnecessary incref of Py_False.
2013-11-19 Jelmer VernooijSome minor improvements to _diff_tree.c:
2013-11-18 Jelmer VernooijFix docstring for StackedConfig.default_backends().
2013-11-17 Jelmer VernooijCope with functions not having func_name in pypy.
2013-11-17 Jelmer VernooijExtend tox config to run without extensions.
2013-11-17 Jelmer VernooijAdd configuration for tox.
2013-11-10 Jelmer VernooijFix test suite when run on systems without ~/.gitconfig.
2013-11-10 Jelmer VernooijDeprecate Repo.ref.
next