Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-26 | Add missing bash completion for gbp import-dscs | Guido Günther | 1 | -0/+12 | |
Closes: #727749 | |||||
2013-06-26 | Bash complete on "gbp <command>" too | Guido Günther | 1 | -9/+51 | |
2013-04-24 | bash completion: handle upstream-tree like upstream-branch | Guido Günther | 1 | -1/+1 | |
That's as close as it gets since every ref like is valid | |||||
2011-12-31 | Add "gbp-pq switch" to bash completion | Guido Günther | 1 | -1/+1 | |
2011-07-22 | Add autocompletion for --git-dist= | Guido Günther | 1 | -1/+10 | |
based on the available cowbuilder images | |||||
2011-03-12 | gbp-pq: Allow to specify subdirs for patches | Guido Günther | 1 | -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-11 | Make gbp-create-remote-repo a first class citizen | Guido Günther | 1 | -0/+11 | |
Add manpage, move into path, add bash completion | |||||
2011-01-08 | git-buildpackage: Add support for sending notifications via libnotify | Guido Günther | 1 | -1/+1 | |
after the build finished. | |||||
2011-01-07 | bash completion: avoid space after options taking an argument | Guido Günther | 1 | -1/+6 | |
This makes branch and tag completion more useful. | |||||
2011-01-06 | bash completion: add support for tristate options like --color | Guido Günther | 1 | -10/+22 | |
2011-01-03 | bash completion: add completion for gbp-{pq,pull,clone} | Guido Günther | 1 | -0/+31 | |
2011-01-03 | bash completion: also complete on tags | Guido Günther | 1 | -4/+22 | |
2011-01-03 | bash completion: parse short options too | Guido Günther | 1 | -1/+1 | |
2010-01-31 | bash-completion: Add git-dch, git-import-{orig,dsc} | Guido Günther | 1 | -5/+81 | |
and tab completion for branch names. | |||||
2010-01-31 | Add basic bash completion for git-buildpackage | Guido Günther | 1 | -0/+15 | |
Thanks: Siegfried-Angel Gevatter Closes: #567313 |