summaryrefslogtreecommitdiff
path: root/gbp-pq
AgeCommit message (Collapse)Author
2011-04-17gbp-pq: add some simple doctestsGuido Günther
Git-Dch: Ignore
2011-03-12gbp-pq: Allow to specify subdirs for patchesGuido Günther
via the "Gbp-Pq-Tag: <subdir>" directive in the patch header. This also gets rid sed callouts. Add "apply" action to apply single patches
2011-03-12gbp-pq: move write_patches into separate functionGuido Günther
Git-Dch: Ignore
2011-01-08Use tristate option for --color=valueGuido Günther
this allows true and false as alias for on and off.
2010-12-27Allow to drop numbers from patch names via --no-patch-numbersGuido Günther
so patch names remain constant when interim patches are dropped. Closes: #592129
2010-12-26Rewrite gbp-pq in pythonGuido Günther
so we get consistent logging and debugging options.
2010-08-03Use the maintainer of the Debian package as fallback patch authorGuido Günther
2010-07-01fix typotwerner@debian.org
2010-05-15gbp-pq: Use run_git to catch git errorsGuido Günther
2010-05-15gbp-pq export: Instead of failing switch branchGuido Günther
if on a patch-queue branch.
2010-05-13Improve manpage and help outputGuido Günther
2009-11-22Make gbp-clone, gbp-pull and gbp-pq first class citizensGuido Günther
by moving them from examples/ to /usr/bin/