summaryrefslogtreecommitdiff
path: root/debian/git-buildpackage.bash-completion
AgeCommit message (Collapse)Author
2015-02-20bash-completion: Avoid a pointless forkGuido Günther
2015-02-17Drop all gbp-* and git-* commandsGuido Günther
as announced in the deprecation notice from June 2013.
2014-08-24bash completion: make command list dynamicGuido Günther
Use "gbp --list-cmds" so we don't have to hardcode the available commands and get support for the RPM ones as they show up.
2013-10-26Add missing bash completion for gbp import-dscsGuido Günther
Closes: #727749
2013-06-26Bash complete on "gbp <command>" tooGuido Günther
2013-04-24bash completion: handle upstream-tree like upstream-branchGuido Günther
That's as close as it gets since every ref like is valid
2011-12-31Add "gbp-pq switch" to bash completionGuido Günther
2011-07-22Add autocompletion for --git-dist=Guido Günther
based on the available cowbuilder images
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-01-11Make gbp-create-remote-repo a first class citizenGuido Günther
Add manpage, move into path, add bash completion
2011-01-08git-buildpackage: Add support for sending notifications via libnotifyGuido Günther
after the build finished.
2011-01-07bash completion: avoid space after options taking an argumentGuido Günther
This makes branch and tag completion more useful.
2011-01-06bash completion: add support for tristate options like --colorGuido Günther
2011-01-03bash completion: add completion for gbp-{pq,pull,clone}Guido Günther
2011-01-03bash completion: also complete on tagsGuido Günther
2011-01-03bash completion: parse short options tooGuido Günther
2010-01-31bash-completion: Add git-dch, git-import-{orig,dsc}Guido Günther
and tab completion for branch names.
2010-01-31Add basic bash completion for git-buildpackageGuido Günther
Thanks: Siegfried-Angel Gevatter Closes: #567313