jelmer/dulwich.git
2013-11-30 Jelmer Vernooijreleasing package dulwich version 0.9.4-1 debian/0.9.4-1
2013-11-30 Jelmer VernooijNew upstream release.
2013-11-30 Jelmer VernooijMerge tag 'upstream/0.9.4' into debian
2013-11-30 Jelmer VernooijImported Upstream version 0.9.4
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.
2013-11-10 Jelmer VernooijActually use Repo.get_parents.
2013-11-10 Jelmer VernooijMove implementation of ObjectStore.get_graph_walker...
2013-11-04 Jelmer VernooijMove write_info_refs to dulwich.refs.
2013-11-04 Jelmer VernooijMove read_info_refs from dulwich.client to dulwich...
2013-11-04 Jelmer VernooijMove refs handling to a separate file.
2013-11-04 Jelmer VernooijUpdate some copyright headers.
2013-10-28 Jelmer VernooijAdd ConfigDict.itersections.
2013-10-28 Jelmer VernooijReimplement iteritems.
2013-10-28 Jelmer VernooijAdd test for ConfigDict.iteritems.
2013-10-28 Jelmer VernooijAdd wrapper for commit-tree.
2013-10-27 Jelmer VernooijAdd porcelain for diff-tree.
2013-10-23 maxProperly close pack files on exceptions.
2013-10-23 Marcin KuzminskiPython 2.4+ compat
2013-10-22 Marcin KuzminskiAdded_symbolic_ref function into porcelain module.
2013-10-22 Marcin KuźmińskiUpdate hooks.py
2013-10-17 Jelmer VernooijFix dulwich._compat docstring to make pydoctor happy.
2013-10-17 Jelmer VernooijUpdate NEWS.
2013-10-17 Jelmer VernooijMerge branch 'porcelain' of git://git.samba.org/jelmer...
2013-10-17 Jelmer VernooijRemove some unnecessary code, update NEWS.
2013-10-17 Víðir Valberg... Making set_description method compatible with python...
2013-10-17 Víðir Valberg... Added Repo.set_description method.
2013-10-17 Jelmer VernooijReturn Repo from porcelain.clone().
2013-10-04 Jelmer VernooijSupport author and committer options to commit.
2013-09-29 Jelmer VernooijAdd implementation of 'show' for porcelain.
2013-09-29 Jelmer VernooijAdd log command to porcelain.
2013-09-29 Jelmer VernooijClarify porcelain module behaviour.
2013-09-29 Jelmer VernooijProvide a rm command in porcelain.
2013-09-29 Jelmer VernooijAdd 'add' command to porcelain.
2013-09-29 Jelmer VernooijSupport passing in repositories for repo arguments...
2013-09-29 Jelmer VernooijAdd clone to porcelain.
2013-09-29 Jelmer VernooijAdd init support to porcelain.
2013-09-29 Jelmer VernooijAdd basic commit support to porcelain.
2013-09-29 Jelmer VernooijAdd notes about supporting environment variables.
2013-09-29 Jelmer VernooijAdd porcelain for update_server_info.
2013-09-29 Jelmer VernooijAdd porcelain for 'archive' command.
2013-09-28 Jelmer VernooijAdd config example.
2013-09-28 milkiUpdate NEWS.
2013-09-28 milkiAdd ssh_kwargs attribute to ParamikoSSHVendor
2013-09-28 milkiDefault paramiko port to 22 explicitly
2013-09-27 Jelmer VernooijStart on 0.9.4.
2013-09-27 Jelmer VernooijRelease 0.9.3. dulwich-0.9.3
2013-09-27 Jelmer VernooijFix stdint.h path in MANIFEST.in.
2013-09-26 Jelmer VernooijStart on 0.9.3.
2013-09-26 Jelmer VernooijRelease 0.9.2. dulwich-0.9.2
2013-09-26 Jelmer VernooijUpdate NEWS.
2013-09-26 Mark Mikofskiadd stdint.h to MANIFEST.in, fixes #114
2013-09-24 Jelmer VernooijAvoid unnecessary re-opening of index files during...
2013-09-22 Jelmer VernooijTweak the project description.
2013-09-22 Jelmer VernooijUpload to unstable.
2013-09-22 Jelmer VernooijInclude setup.cfg in SOURCES.txt
2013-09-22 Jelmer VernooijAdd changelog entry for 0.9.1.
2013-09-22 Jelmer VernooijImported Upstream version 0.9.1 upstream/0.9.1
2013-09-22 Jelmer VernooijMerge tag 'upstream/0.9.1' into debian
2013-09-22 Jelmer VernooijIgnore dulwich.egg-info directory.
2013-09-22 Jelmer VernooijStart on 0.9.2.
2013-09-22 Jelmer VernooijRelease 0.9.1.
2013-09-22 Jelmer VernooijRelease 0.9.1. dulwich-0.9.1
2013-09-22 Jelmer VernooijShip test data.
2013-09-22 Jelmer VernooijShip test data.
2013-09-22 Jelmer VernooijInstall bin-receive-pack and bin-upload-pack.
next