Add clone to porcelain.
[jelmer/dulwich.git] / dulwich /
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 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-26 Jelmer VernooijStart on 0.9.3.
2013-09-24 Jelmer VernooijAvoid unnecessary re-opening of index files during...
2013-09-22 Jelmer VernooijStart on 0.9.2.
2013-09-22 Jelmer VernooijRaise appropriate NotImplementedError when encountering...
2013-09-17 Jelmer VernooijAdd --backend flag to dul-daemon.
2013-09-14 Jelmer VernooijProvide fallback for SSHVendor.connect_ssh().
2013-09-08 Jelmer VernooijAdd ObjectStore.close.
2013-09-07 Jelmer VernooijAdd abort return value to ObjectStore.add_pack.
2013-09-04 Jelmer VernooijSkip remove branch test for dumb web case.
2013-09-04 Jelmer VernooijAdd some compat tests for removing refs during push.
2013-09-04 Jelmer VernooijRemove some trailing whitespace.
2013-09-04 Jelmer VernooijSupport running 'dulwich.server' and 'dulwich.web'...
2013-09-04 Fabien BoucherAdd unittest for issue del ref (issue #108)
2013-09-04 Fabien BoucherFix delete remote refs
2013-09-04 Jelmer VernooijRemove unused import.
2013-09-02 Jelmer VernooijActually, enforce determine_wants() returns an empty...
2013-09-02 Fabien BoucherHandle case that client does not send wanted refs.
2013-08-26 Jelmer VernooijRename SSHVendor.connect_ssh to SSHVendor.run_command.
2013-08-26 Aaron O'MullanAdd ParamikoSSHVendor.
2013-08-19 David BennettAdd add_pack and add_thin_pack methods to MemoryObjectS...
2013-08-19 William GrantPack's constructor now takes resolve_ext_ref.
2013-08-19 William GrantSupport thin packs in Pack.iterobjects(), Pack.get_raw().
2013-08-18 Jelmer VernooijAdd Repo.get_description method.
2013-08-15 Jelmer VernooijMerge branch 'http-fetch-capa' of git://github.com...
2013-08-15 William GrantFix run_git_or_fail to let stderr be overridden.
2013-08-14 William GrantFix capability negotiation when fetching packs over...
2013-08-13 Jelmer VernooijAdd SSHVendor abstraction class.
2013-08-10 milkiRemove delete commands when no delete=refs
2013-08-10 milkisend a packfile if there is an update/create cmd
2013-08-01 Alberto RuizAdd test case for using a single string instead of...
2013-08-01 Alberto RuizIf a string is passed in BaseRepo.get_walker we turn...
2013-06-18 Jelmer VernooijUpdate NEWS, add test for fetch pack with side-band...
2013-06-18 David KeijserFix error in fetching with side-band-64k disabled
2013-06-03 Jelmer VernooijFix tests after adding support for 40 character refs.
2013-06-03 Chow Loong JinCatch ValueError in BaseRepo.__getitem__ when querying...
2013-06-03 Chow Loong JinRaise a ValueError for invalid shas
2013-05-31 Jelmer VernooijStart on 0.9.1.
2013-05-26 milkiAdd shell hook tests
2013-05-26 milkiBasic Hook Framework
2013-05-25 milkiCheck for empty-repo on client fetch
2013-05-25 kwattersFix index.changes_from_tree against an empty tree.
2013-05-24 Gary van der MerweLog all error messages from wsgiref server to the loggi...
2013-05-24 Jelmer VernooijAsk for forgiveness, not permission.
2013-05-24 Aaron O'MullanFix: Issue when overwriting symlinks during tree checkout
2013-05-24 Chris Reidremoved try catch finally block from GitClient.fetch...
2013-05-24 Gary van der MerweFix indentation error in _compat.py.
2013-05-19 Jelmer VernooijFix formatting of docstrings in dulwich._compat.
2013-05-04 milkiAdd relative path git alternates support
2013-05-04 milkiAdd test_connect for SSHGitClient
2013-05-04 milkiSupport username expansion in SSHGitClient
2013-05-04 Jelmer VernooijProvide OrderedDict fallback for Python < 2.6, fix...
2013-05-04 Benjamin PollackPreserve the order of configuration files.
2013-05-04 Jelmer VernooijAdd support for honoring core/filemode when building...
2013-05-04 Mark Mikofskiadd honor_filemode flag to build_index_from_tree
2013-05-04 Jelmer VernooijUpdate NEWS, provide way to force diffing of binary...
2013-05-04 Takeshi KanemotoAdded tests for write_object_diff with binary files
2013-05-04 Takeshi KanemotoMake patch.write_object_diff suppress diff for binary...
2013-05-02 Jelmer Vernooijtest_client: Put separate tests into their own methods.
2013-05-02 Brian ViselFix URL handling so that git+ssh:// is treated like...
2013-05-02 Jelmer Vernooijweb: Some formatting fixes.
2013-05-02 Jelmer VernooijFix PEP8 compatibility of setup.py.
2013-05-02 Jelmer VernooijSimplify parsing for multi-line fields.
2013-05-02 milkiAdd support for mergetags.
2013-05-02 Jelmer VernooijUse indentation in config file consistent with C Git.
2012-12-05 Jelmer VernooijReplace docstring with comments; breaks epydoc.
2012-12-05 Jelmer VernooijMerge push efficiency fixes from Artem Tikhomirov.
2012-12-05 Jelmer VernooijSome more formatting fixes.
2012-12-05 Jelmer Vernooijformatting fixes, trailing whitespace, unused imports.
2012-12-05 Artem TikhomirovBug 562676: Push efficiency - report missing objects...
2012-11-27 Jelmer VernooijStart on 0.9.0 (again).
2012-11-27 Jelmer VernooijRelease 0.8.7. dulwich-0.8.7
2012-11-22 David CarrFix compatibilithy with Python 2.4.
2012-11-14 Jelmer VernooijMerge fix for use of alternates in DiskObjectStore...
2012-11-14 Jelmer VernooijSimplify checking of alternates in __contains__.
2012-11-14 Dmitriyalternates: remove contains_alternate() and move the...
2012-11-14 Dmitriyalternates: test for __contains__
2012-11-14 Dmitriyalternates: add alternates check to __contains__ and...
2012-11-14 Jelmer VernooijStart on 0.9.0.
2012-10-30 Jelmer VernooijMerge support for large pack index files.
2012-10-30 Jelmer Vernooijpack: Split testing of large pack index files into...
2012-10-29 Jameson Nashadd a test for reading and writing large offsets into...
2012-10-29 Jameson Nashadd support for writing large pack files
2012-10-27 Jameson Nashadd large table support to reading PackIndex2 files
2012-10-03 Jelmer Vernooijclient: Invert logic for thin-packs.
2012-09-24 Jelmer Vernooijclient: In get_transport_and_path, pass kwargs on to...
2012-09-16 Jonathan ChuProtocol does not have a recv attritbue.
2012-08-26 Jelmer VernooijAdd function for testing whether to ignore specific...
2012-08-26 Jelmer VernooijAdd 'make check-compat'.
2012-08-26 DeeKeyadd a test for "Do not crash when cloning HEAD-less...
2012-08-26 Yifan Zhangfix http test on osx
2012-08-26 Jelmer VernooijPrevent errors about string formatting when tuples...
next