jelmer/dulwich.git
2013-05-04 Jelmer VernooijUpdate NEWS for alternate paths patch. master
2013-05-04 milkiAdd relative path git alternates support
2013-05-04 Jelmer VernooijAdd bug # and author for relative path SSH patch.
2013-05-04 Jelmer VernooijUpdate NEWS for SSH client ~ expansion patch.
2013-05-04 milkiAdd test_connect for SSHGitClient
2013-05-04 milkiSupport username expansion in SSHGitClient
2013-05-04 Jelmer VernooijClarify HACKING, add note on unit tests.
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 for get_transport_and_path relative path...
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 VernooijUpdate NEWS.
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 VernooijUpdate NEWS.
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-11-09 Jelmer VernooijRelease 0.8.6. dulwich-0.8.6
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-10-03 Jelmer VernooijPrint refs after fetch.
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 Jelmer Vernooijgitignore: Ignore vim swap files.
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...
2012-08-26 Jelmer VernooijSupport MemoryRepo.get_config.
2012-08-03 Jelmer VernooijMerge fix for cloning repositories without HEAD set.
2012-08-03 Jelmer VernooijDon't create a working tree if there is no HEAD in...
2012-08-03 Jelmer VernooijAdd test for cloning a repository without a HEAD.
2012-08-03 Jelmer VernooijFix syntax errors in docstrings.
2012-08-03 Jelmer VernooijFix syntax error in NEWS.
2012-08-03 Jelmer VernooijMerge fix for handling None elements in list of TreeCha...
2012-08-02 D-KeyDo not crash when cloning HEAD-less repo
2012-07-18 Jelmer VernooijMerge support for fallback_app argument to HTTPGitAppli...
2012-07-16 Jonas HaagTest for `fallback_app` (236052093a22fabbb52657f8d36bd0...
2012-07-16 Jonas HaagAdded a `fallback_app` to Smart HTTP support to allow...
2012-07-13 Jelmer VernooijCherry-pick test for large buffer deltas.
2012-07-13 Jelmer VernooijMerge fix for crashing empty time-based walkers.
2012-07-13 Benjamin PollackAdd unit test for crash-on-empty-walk
2012-07-13 Andi McClureTake copy of refs when invoking determine_wants callback.
2012-07-11 Jelmer VernooijRun all tests in ``setup.py test``.
2012-07-11 Benjamin PollackDo not crash when trying to walk an empty set
2012-07-11 Jelmer VernooijUse skipTest rather than skip, as the latter isn't...
2012-07-11 Jelmer VernooijMerge typo fix in docstring from milki.
2012-07-11 milkitypo
2012-07-11 milkiskip isn't a valid function. its skipTest!
2012-06-23 Jelmer VernooijMerge fix for Commit._deserialize actually using passed...
2012-06-22 Yifan Zhangtest for commit _deserialize
2012-06-22 Yifan Zhangtypo fix
2012-06-18 Jelmer VernooijMerge support for ConfigDict behaving more like a dicti...
2012-06-13 Adam 'Cezar... Wrote tests for the ConfigDict dict changes
2012-06-12 Adam "Cezar... ConfigDict should act like a dictionary
2012-06-10 Nick WardUnit test for loading a git submodule
2012-06-10 Nick WardQuick fix for git submodules
2012-04-29 Marcin Kuzminskifixes dulwich issue #54
2012-04-24 Jelmer VernooijRename .bzrignore to .gitignore.
2012-04-24 NixSupport DESTDIR in the Makefile.
2012-04-19 Jelmer Vernooij_pack.c: Check for NULL return from Py_BuildValue.
2012-04-19 Jelmer Vernooij_pack.c: Consistently use tabs for indentation.
2012-04-19 Jelmer Vernooij_objects.c: Cope with sha_to_pyhex returning NULL.
2012-04-02 Jelmer VernooijMake index entry tests a little bit less strict, to...
2012-04-02 Jelmer VernooijRemove explicit testing of uid and gid in tests of...
2012-04-01 Alex HolmesHandle None elements in lists of TreeChange objects
2012-03-29 Jelmer Vernooijdulwich.__init__ no longer imports client, protocol...
2012-03-29 Jelmer VernooijStart on 0.8.6.
2012-03-29 Jelmer VernooijRelease 0.8.5. dulwich-0.8.5
2012-03-29 Jelmer VernooijBe a little bit strict about OS behaviour in index...
2012-03-28 Jelmer VernooijAvoid use of 'with' in dulwich.index, fixes compatibili...
2012-03-28 Jelmer VernooijStart on 0.8.5.
2012-03-28 Jelmer VernooijRelease 0.8.4. dulwich-0.8.4
2012-03-26 Jelmer Vernooijobjects: Fix default type of Commit.extra.
next