summaryrefslogtreecommitdiff
path: root/gbp/scripts/common/pq.py
AgeCommit message (Expand)AuthorFilesLines
2024-07-22Fix some build errors on ubuntu 24.04HEADmasterdevelxuhy1-2/+2
2023-06-13fix build error during gbs funtion testbiao716.wang1-11/+19
2023-05-04fix run error: re.error: bad escape \S at position 7biao716.wang1-0/+1
2022-11-30fix run error for re.sub(): KeyError: '\S'biao716.wang1-1/+1
2022-11-28porting code to python3.x with os patchbiao716.wang1-13/+13
2022-10-28port code from python2.x to python3.xbiao716.wang1-5/+5
2014-11-14common/pq: support more flexible pq-branch namingMarkus Lehtonen1-24/+43
2014-11-14gbp-pq: readiness to configure the pq branch nameMarkus Lehtonen1-25/+82
2014-11-14pq/parse_gbp_commands: return non-matched linesMarkus Lehtonen1-1/+4
2014-11-14pq: make sure we always get a sane authorMarkus Lehtonen1-1/+25
2014-11-14pq: deprecate the usage of 'gbp-pq-topic:'Markus Lehtonen1-16/+3
2014-03-27pq: minor log message typo fixMarkus Lehtonen1-1/+1
2013-10-31pq: support 'Topic' patch-export commandMarkus Lehtonen1-2/+1
2013-10-31pq: add format_diff() functionMarkus Lehtonen1-1/+27
2013-10-31pq: support patch-export commandsMarkus Lehtonen1-0/+23
2013-10-31pq: properly generate non-ascii patch filesMarkus Lehtonen1-11/+28
2013-10-31pq.format_patch: support file path filteringMarkus Lehtonen1-5/+27
2013-10-31pq: rewrite patch export functionalityMarkus Lehtonen1-141/+72
2013-08-28Use open() instead of file()Guido Günther1-4/+4
2013-01-16pq/apply_and_commit_patch: fix date parsingMarkus Lehtonen1-2/+4
2013-01-16pq: do author guessing outside the apply_patch functionsMarkus Lehtonen1-16/+13
2012-11-25gbp-pq: Improve patch header write outGuido Günther1-20/+119
2012-11-23pq: Allow to pass in custom fucntion to fetch authorship informationGuido Günther1-4/+4
2012-11-23Use an absolute path when parsing the control fileGuido Günther1-3/+5
2012-11-23pq: fix "no authorship" warning messagesMarkus Lehtonen1-2/+3
2012-10-25PEP-8 and pyflakes cleanupsGuido Günther1-12/+10
2012-07-28GitRepository: raise GitRepositoryError on git errorsGuido Günther1-3/+2
2012-07-02Make exception syntax consistentGuido Günther1-2/+2
2012-06-17common/pq: use strip in apply_and_commit_patch()Markus Lehtonen1-1/+1
2012-04-18Refactor gbp-pq as preparation for rpm supportMarkus Lehtonen1-0/+190