summaryrefslogtreecommitdiffstats
path: root/bash_completion
Commit message (Expand)AuthorAgeFilesLines
* Silence the completion of the push scriptMartin Quinson2012-01-231-1/+1
* Add bash completion for revert command.Jean Delvare2010-11-021-2/+2
* don't show stderr on tab-completionVincenzo Tibullo2009-12-121-10/+10
* - Bash completion fix for fold command fromAndreas Gruenbacher2008-09-031-0/+1
* - bash_completion: Code refactoring, indentation fixes.Jean Delvare2006-02-031-14/+6
* - bash_completion: Update import and mail commands options.Jean Delvare2006-01-301-3/+3
* - quilt/files.in, bash_completion: Command files only works on appliedJean Delvare2006-01-291-1/+1
* - quilt/patches.in, quilt/refresh.in: Update usage line.Jean Delvare2006-01-291-17/+42
* - quilt/annotate.in: New option "-p patch" to stop checking for changesJean Delvare2005-09-131-2/+9
* - quilt/delete.in: Add options -r (remove patch file) and --backupJean Delvare2005-08-261-1/+1
* add completion of the header command [Joe Green]Martin Quinson2005-08-111-2/+5
* Updating my email addressMartin Quinson2005-08-061-1/+1
* - quilt delete: Add option -n, which deletes the next patchJean Delvare2005-07-061-1/+1
* - 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 (ma...Martin Quinson2005-01-201-8/+21
* - 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
* - 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
* 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 [Jo...Martin Quinson2004-07-071-58/+13
* make it work with recent versions, dealing with patchs/ search and meta-data ...Martin Quinson2004-06-111-36/+82
* 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 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