summaryrefslogtreecommitdiff
path: root/patchtracker/Patch.py
AgeCommit message (Expand)AuthorFilesLines
2011-09-17Fix small bug with filenames that contain commas.Giovanni Mascellani1-2/+2
2011-09-17Added ghost patches support.Giovanni Mascellani1-18/+50
2010-03-05Allow blank lines and comments in quilt series filesSean Finney1-3/+12
2010-03-01allow a "3.0 (quilt)" format packages without patches.Bernhard R. Link1-3/+7
2009-12-02store the patches in Quilt30Series without the dir nameSean Finney1-2/+2
2009-12-02initial support for source package format 3.0 (quilt)Sean Finney1-23/+42
2009-09-06Revert "try both utf8 and latin-1 for contents in Patch constructor"Sean Finney1-5/+1
2009-09-06Revert "Revert "remove some extra print statements that only cause problems""Sean Finney1-5/+5
2009-09-06Revert "remove some extra print statements that only cause problems"Sean Finney1-5/+5
2009-09-06try both utf8 and latin-1 for contents in Patch constructorSean Finney1-1/+5
2009-09-05remove some extra print statements that only cause problemsSean Finney1-5/+5
2008-06-28force -p1 for diffstat generationSean Finney1-2/+2
2008-06-28strip surrounding ws from diffstat outputSean Finney1-1/+1
2008-06-24add support for displaying "direct" changesSean Finney1-5/+22
2008-06-11initial stab at cgi-based patch generationSean Finney1-1/+1
2008-06-10updates to Patch/DiffGzHandlerSean Finney1-10/+69
2008-06-05new classes for diff/diff.gz handlingSean Finney1-0/+66