fix run error for re.sub(): KeyError: '\S'
[tools/git-buildpackage.git] / gbp / scripts / common / pq.py
2022-11-30 biao716.wangfix run error for re.sub(): KeyError: '\S' 03/284903/1
2022-11-28 biao716.wangporting code to python3.x with os patch 80/284780/5
2022-10-28 biao716.wangport code from python2.x to python3.x 23/283523/10
2014-11-14 Markus Lehtonencommon/pq: support more flexible pq-branch naming
2014-11-14 Markus Lehtonengbp-pq: readiness to configure the pq branch name
2014-11-14 Markus Lehtonenpq/parse_gbp_commands: return non-matched lines
2014-11-14 Markus Lehtonenpq: make sure we always get a sane author
2014-11-14 Markus Lehtonenpq: deprecate the usage of 'gbp-pq-topic:'
2014-06-05 Markus Lehtonencommon/pq: support more flexible pq-branch naming
2014-06-05 Markus Lehtonengbp-pq: readiness to configure the pq branch name
2014-06-05 Markus Lehtonenpq/parse_gbp_commands: return non-matched lines
2014-06-05 Markus Lehtonenpq: make sure we always get a sane author
2014-05-28 Markus Lehtonenpq: deprecate the usage of 'gbp-pq-topic:'
2014-03-27 Markus Lehtonenpq: minor log message typo fix
2013-10-31 Markus Lehtonenpq: support 'Topic' patch-export command
2013-10-31 Markus Lehtonenpq: add format_diff() function
2013-10-31 Markus Lehtonenpq: support patch-export commands
2013-10-31 Markus Lehtonenpq: properly generate non-ascii patch files
2013-10-31 Markus Lehtonenpq.format_patch: support file path filtering
2013-10-31 Markus Lehtonenpq: rewrite patch export functionality
2013-08-28 Guido GüntherUse open() instead of file()
2016-01-27 Jun WangFix some errors of merging
2016-01-27 Markus Lehtonencommon/pq: support more flexible pq-branch naming
2016-01-27 Markus Lehtonengbp-pq: readiness to configure the pq branch name
2016-01-26 Jun WangMerge commit '1a8e6d12cc94d2b40324fe8f99de012cf2cf5913...
2016-01-26 Jun WangMerge from devel dbfc6276c4aa50b79f1cf27cfc24badc0b18da8f
2016-01-26 Jun WangMerge from devel e374ee5a2381ba30056c1fa33bdb515d99ec704e
2016-01-26 Jun WangMerge to 7f6b72e039efa5e2c3517b9336f9b29b4cb65c71
2016-01-26 Jun WangMerge to 36c8e5cd00fd600be63160b0ef9427a70ab45870
2016-01-26 Jun Wangmerge to 0b1fc0d602d75da30748bbc979fed48aab805503
2016-01-26 Jun Wangmerger to 655a6f0528afcebe1b4493abe865ee568c505bbf
2013-01-16 Markus Lehtonenpq/apply_and_commit_patch: fix date parsing
2013-01-16 Markus Lehtonenpq: do author guessing outside the apply_patch functions
2012-11-25 Guido Günthergbp-pq: Improve patch header write out
2012-11-23 Guido Güntherpq: Allow to pass in custom fucntion to fetch authorshi...
2012-11-23 Guido GüntherUse an absolute path when parsing the control file
2012-11-23 Markus Lehtonenpq: fix "no authorship" warning messages
2012-10-25 Guido GüntherPEP-8 and pyflakes cleanups
2012-07-28 Guido GüntherGitRepository: raise GitRepositoryError on git errors
2012-07-02 Guido GüntherMake exception syntax consistent
2012-06-17 Markus Lehtonencommon/pq: use strip in apply_and_commit_patch()
2012-04-18 Markus LehtonenRefactor gbp-pq as preparation for rpm support