aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp-pq
Commit message (Collapse)AuthorAge
* gbp-pq: Drop GitBranch in favour of repo.create_branch()Guido Günther2011-07-30
| | | | Git-Dch: Ignore
* Move GbpPatchQueue and GbpPatch into gbp.pqGuido Günther2011-07-29
|
* Split out GbpPatchQueue and GbpPatchGuido Günther2011-07-29
| | | | | | to handle "-p<num>" without munging the code further Closes: #635873
* Report errors reading the patch fileGuido Günther2011-07-29
| | | | | | instead of throwing an exception. Closes: #635872
* gbp-pq: add some simple doctestsGuido Günther2011-04-17
| | | | Git-Dch: Ignore
* gbp-pq: Allow to specify subdirs for patchesGuido Günther2011-03-12
| | | | | | | via the "Gbp-Pq-Tag: <subdir>" directive in the patch header. This also gets rid sed callouts. Add "apply" action to apply single patches
* gbp-pq: move write_patches into separate functionGuido Günther2011-03-12
| | | | Git-Dch: Ignore
* Use tristate option for --color=valueGuido Günther2011-01-08
| | | | this allows true and false as alias for on and off.
* Allow to drop numbers from patch names via --no-patch-numbersGuido Günther2010-12-27
| | | | | | so patch names remain constant when interim patches are dropped. Closes: #592129
* Rewrite gbp-pq in pythonGuido Günther2010-12-26
| | | | so we get consistent logging and debugging options.
* Use the maintainer of the Debian package as fallback patch authorGuido Günther2010-08-03
|
* fix typotwerner@debian.org2010-07-01
|
* gbp-pq: Use run_git to catch git errorsGuido Günther2010-05-15
|
* gbp-pq export: Instead of failing switch branchGuido Günther2010-05-15
| | | | if on a patch-queue branch.
* Improve manpage and help outputGuido Günther2010-05-13
|
* Make gbp-clone, gbp-pull and gbp-pq first class citizensGuido Günther2009-11-22
by moving them from examples/ to /usr/bin/