summaryrefslogtreecommitdiffhomepage
path: root/debian/gbp.completion
Commit message (Collapse)AuthorAge
* Fix typo in env var namesGuido Günther2018-01-12
| | | | Thanks: Nish Aravamudan for pointing this out
* bash completion: don't accidentaly match subcommands as optionsGuido Günther2017-09-14
| | | | | | We match on option first so we need to make sure we don't accidentaly match on subcommands. This unbreaks command completion for e.g. "gbp tag"
* bash completion: add some missing branch and file optsGuido Günther2017-09-14
| | | | | This unbreaks completion of options on some of the newer commands such as gbp export-orig --tarball-dir=<tab>
* bash completion: complete filenames on hooks, cleaners and buildersGuido Günther2016-12-20
|
* bash completion: complete tags on --upstream-vcs-tag tooGuido Günther2016-12-20
|
* bash completion: don't complete options values with optionsGuido Günther2016-12-20
| | | | | So far hitting <tab. on --bar= would have all other options as suggestions.
* gbp create-remote-repo: Autocomplete --remote-config= tooGuido Günther2016-12-09
|
* Avoid deprecation on bash completionGuido Günther2016-11-15
|
* bash completion: ensure autoloadGuido Günther2015-09-26
The completion needs to be named like the command to be autoloaded