Add basic Index object based on libgit2.
[jelmer/dulwich-libgit2.git] / dulwich / 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-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-11 Jelmer VernooijCope with missing newlines in patches.
2010-04-16 Jelmer VernooijMerge various pack improvements from Dave.
2010-04-16 Jelmer VernooijAvoid mixing iterators/readline.
2010-04-16 Jelmer Vernooijadd git_am_patch_split.
2010-03-14 Jelmer VernooijUse syntax understood by git am.
2010-03-12 Jelmer VernooijFix trailing newlines in generated patch files.
2009-10-10 Jelmer VernooijSupport diffstats in git am-style patches.
2009-10-10 Jelmer VernooijAdd function for writing the diff between two files.
2009-10-10 Jelmer VernooijAdd function for writing diff file headers.
2009-10-09 Jelmer VernooijAdd functionality for writing patches in dulwich.patch.