aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/patch_series.py
Commit message (Expand)AuthorAge
* patch_series: Ignore whitespace linesGuido Günther2023-05-31
* Make flake8 E741 happyGuido Günther2020-07-01
* Fix over intended linesGuido Günther2019-07-21
* Dep3Patch: Ignore MIME headersSimon McVittie2019-03-21
* PatchSeries: Don't fail if there's only a patch end markerGuido Günther2018-12-16
* PatchSeries: Only pass patch description and header to git-mailinfoGuido Günther2018-11-08
* Fix flake8's W605 (invalid escape sequence)Guido Günther2018-10-15
* pq import: Always put DEP-3 headers as pseudo-headersBen Hutchings2018-08-24
* pq import: Look for DEP-3 header fields even if git mailimport succeedsBen Hutchings2018-08-24
* 8bit GuidoGuido Günther2018-02-26
* Make flake8 happyGuido Günther2018-01-01
* patch_series: Don't fail on decoding errors when looking for DEP3 headersGuido Günther2017-12-31
* patch_series: Remove duplicate functionsGuido Günther2017-12-31
* patch_series: don't read dep3 info multiple timesGuido Günther2017-12-31
* patch_series: Properly chain up to parent classGuido Günther2017-12-31
* pq: Parse DEP3 headersMaximiliano Curia2017-12-24
* Don't fail on unicode errors when importing patchesGuido Günther2017-09-15
* patch_series: don't let "git mailinfo" sanitize the subjectGuido Günther2017-08-31
* patch_series: Make sure we close the temp fileGuido Günther2017-08-28
* patch_seris: report decoding errors when reading patch filesGuido Günther2017-08-27
* patch_series: port to python3Guido Günther2017-08-02
* Use cls consistentlyGuido Günther2016-11-16
* pq: strip comments with multiple leading whitespaceGuido Günther2016-07-31
* PatchSeries: compile patch level regex only onceGuido Günther2016-05-28
* PatchSeries: Strip comment from patch namesGuido Günther2016-05-28
* Patch$eries: minor indentation cleanupGuido Günther2016-05-28
* Change "it's" to "its" in comments where appropriateAnthony Fok2015-09-10
* Fix FSF address - thanks rpmlintEvgeni Golov2015-06-22
* Make pylint happyGuido Günther2015-06-02
* Don't use dict.has_key()Guido Günther2015-02-20
* patchseries: strip numbering when guessing subject from filenameMarkus Lehtonen2015-02-18
* Use open() instead of file()Guido Günther2013-08-28
* Discard git mailinfo's error messageGuido Günther2013-04-27
* Make exception syntax consistentGuido Günther2012-07-02
* Rename gbp.pq to gbp.patch_seriesGuido Günther2011-12-26