aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/git-buildpackage.bash-completion
Commit message (Collapse)AuthorAge
* bash completion: ensure autoloadGuido Günther2015-09-26
| | | | The completion needs to be named like the command to be autoloaded
* bash completion: use _have() instead of have()Guido Günther2015-09-26
| | | | the later not being deprecated
* Add back completion for pq subcommandsGuido Günther2015-05-22
| | | | This got lost in 270f41.
* bash-completion: Disable config section deprecation warningsGuido Günther2015-05-05
| | | | | It's of no use if we get these warnings on bash completion it only confuses users. They're still shown when running the actual command.
* bash-completion: Drop redundant functionsGuido Günther2015-05-04
| | | | | | Due to the previous commit most function are redundant so use a generic one. This automatically gives us completion support for the *rpm commands.
* bash-completion: Avoid passing around default optionsGuido Günther2015-05-04
| | | | | | | All commands except for 'buildackage' share the same option names. Don't pass them around needlesly. Since these names only indicate the type of completion it doesn't matter if we have them for commands that don't support them.
* Use a single space consistentlyGuido Günther2015-05-04
| | | | | | to save some electrons Gbp-Dch: Ignore
* bash_completion: Quote all variablesGuido Günther2015-05-04
| | | | | | for consistency Gbp-Dch: Ignore
* bash-completion: remove useless echoGuido Günther2015-05-04
|
* bash-completion: Avoid a pointless forkGuido Günther2015-02-20
|
* Drop all gbp-* and git-* commandsGuido Günther2015-02-17
| | | | as announced in the deprecation notice from June 2013.
* bash completion: make command list dynamicGuido Günther2014-08-24
| | | | | 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.
* Add missing bash completion for gbp import-dscsGuido Günther2013-10-26
| | | | Closes: #727749
* Bash complete on "gbp <command>" tooGuido Günther2013-06-26
|
* bash completion: handle upstream-tree like upstream-branchGuido Günther2013-04-24
| | | | That's as close as it gets since every ref like is valid
* 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