aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/git-buildpackage.bash-completion
Commit message (Collapse)AuthorAge
* Add "gbp-pq switch" to bash completionGuido Günther2011-12-31
|
* Add autocompletion for --git-dist=Guido Günther2011-07-22
| | | | based on the available cowbuilder images
* 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
* Make gbp-create-remote-repo a first class citizenGuido Günther2011-01-11
| | | | Add manpage, move into path, add bash completion
* git-buildpackage: Add support for sending notifications via libnotifyGuido Günther2011-01-08
| | | | after the build finished.
* bash completion: avoid space after options taking an argumentGuido Günther2011-01-07
| | | | This makes branch and tag completion more useful.
* bash completion: add support for tristate options like --colorGuido Günther2011-01-06
|
* bash completion: add completion for gbp-{pq,pull,clone}Guido Günther2011-01-03
|
* bash completion: also complete on tagsGuido Günther2011-01-03
|
* bash completion: parse short options tooGuido Günther2011-01-03
|
* bash-completion: Add git-dch, git-import-{orig,dsc}Guido Günther2010-01-31
| | | | and tab completion for branch names.
* Add basic bash completion for git-buildpackageGuido Günther2010-01-31
Thanks: Siegfried-Angel Gevatter Closes: #567313