summaryrefslogtreecommitdiffstats
path: root/bash_completion
Commit message (Collapse)AuthorAgeFilesLines
* - quilt delete: Add option -n, which deletes the next patchJean Delvare2005-07-061-1/+1
| | | | after topmost (rather than the specified or topmost patch).
* - annotate: temp file leak; add bash completions (Jean Delvare).Andreas Gruenbacher2005-06-221-2/+6
|
* - Remove obsolete remnants of removed -n flag (Jean Delvare).Andreas Gruenbacher2005-06-121-5/+5
|
* - Add rename command from Jean Delvare <khali@linux-fr.org>.Andreas Gruenbacher2005-06-081-1/+11
|
* Fix file completion; use string comparison when dealing with BASH_VERSION ↵Martin Quinson2005-01-201-8/+21
| | | | (may contain letters)
* - bash_completion: Change [ x '>' y ] to [ x -gt y ].Andreas Gruenbacher2004-11-081-1/+1
|
* - Missing quotation in bash_completionAndreas Gruenbacher2004-11-081-1/+1
| | | | (Axel Grossklaus <ag@pre-secure.de>).
* - Fix the version check in bash_completion for bash 3.v0.36Andreas Gruenbacher2004-09-221-1/+3
|
* Complete options for a partial command as long as it's unique.Martin Quinson2004-07-151-2/+8
| | | | quilt will accept such a partial command as valid. [Joe Green]
* Make bash_completion usable on non Debian Boxes [Joe Green]Martin Quinson2004-07-131-3/+72
|
* Fix bash_completion by not using quilt internal but the external commands ↵Martin Quinson2004-07-071-58/+13
| | | | [Joe Green]
* make it work with recent versions, dealing with patchs/ search and meta-data ↵Martin Quinson2004-06-111-36/+82
| | | | version checking
* Add completion for editMartin Quinson2004-02-251-0/+8
|
* - Add some fixes from Manuel Estrada Sainz <ranty@debian.org>.Andreas Gruenbacher2004-02-051-2/+12
| | | | | - Add QUILT_SERIES setting: Override the location of the series file to use.
* Add new commands to bash_completion (argument expansion still missing)Andreas Gruenbacher2003-10-261-2/+3
|
* What is needed to have an inteligent completion in bash when using quiltMartin Quinson2003-06-261-0/+157