summaryrefslogtreecommitdiff
path: root/debian/git-buildpackage.bash-completion
AgeCommit message (Collapse)AuthorFilesLines
2013-10-26Add missing bash completion for gbp import-dscsGuido Günther1-0/+12
Closes: #727749
2013-06-26Bash complete on "gbp <command>" tooGuido Günther1-9/+51
2013-04-24bash completion: handle upstream-tree like upstream-branchGuido Günther1-1/+1
That's as close as it gets since every ref like is valid
2011-12-31Add "gbp-pq switch" to bash completionGuido Günther1-1/+1
2011-07-22Add autocompletion for --git-dist=Guido Günther1-1/+10
based on the available cowbuilder images
2011-03-12gbp-pq: Allow to specify subdirs for patchesGuido Günther1-2/+1
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ünther1-0/+11
Add manpage, move into path, add bash completion
2011-01-08git-buildpackage: Add support for sending notifications via libnotifyGuido Günther1-1/+1
after the build finished.
2011-01-07bash completion: avoid space after options taking an argumentGuido Günther1-1/+6
This makes branch and tag completion more useful.
2011-01-06bash completion: add support for tristate options like --colorGuido Günther1-10/+22
2011-01-03bash completion: add completion for gbp-{pq,pull,clone}Guido Günther1-0/+31
2011-01-03bash completion: also complete on tagsGuido Günther1-4/+22
2011-01-03bash completion: parse short options tooGuido Günther1-1/+1
2010-01-31bash-completion: Add git-dch, git-import-{orig,dsc}Guido Günther1-5/+81
and tab completion for branch names.
2010-01-31Add basic bash completion for git-buildpackageGuido Günther1-0/+15
Thanks: Siegfried-Angel Gevatter Closes: #567313