Add basic Index object based on libgit2.
[jelmer/dulwich-libgit2.git] / dulwich / tests / test_patch.py
2010-10-24 Jelmer VernooijSupport pseudo headers in patches.
2010-10-17 Jelmer VernooijMerge fix to correctly cope with no-op fetches in the...
2010-10-17 Jelmer VernooijMerge addition of eof() and unread_pkt_line().
2010-10-16 Jelmer VernooijMerge some bare-repo related fixes from Dirk Neumann.
2010-10-05 Jelmer VernooijHandle patches with more than one commit line.
2010-10-05 Jelmer VernooijAdd test for subject parsing in git_am_patch_split.
2010-08-11 Jelmer VernooijMake sure TestCase.setUp() is called, remove unused...
2010-06-28 Jelmer VernooijAllow overriding paths to executables in GitSSHClient.
2010-06-11 Jelmer VernooijMerge support for lazy loading packs.
2010-06-10 Jelmer VernooijAlways import TestCase from dulwich.tests so it can...
2010-06-04 Ross LightMerged changes from trunk
2010-05-30 Jelmer VernooijMerge refactoring of report-status parsing.
2010-05-29 Jelmer VernooijMerge code cleanups from Dave.
2010-05-24 Dave BorowitzClean up file headers.
2010-05-02 Tay Ray ChuanWhen diffstat is available, dulwich.patch.write_commit_...
2010-04-16 Jelmer VernooijMerge various pack improvements from Dave.
2010-04-16 Jelmer VernooijCope with diffstat not being present in test_patch.
2010-04-16 Jelmer VernooijAdd basic test for write_commit_patch.
2010-04-16 Jelmer Vernooijadd git_am_patch_split.
2010-04-15 Jelmer VernooijCope with diffstat not being present in test_patch.
2010-04-15 Jelmer VernooijAdd basic test for write_commit_patch.