summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Simplify java classes-in-classpath-dirs completion.Ville Skyttä2010-01-301-6/+5
* Indentation fixes.Ville Skyttä2010-01-301-8/+8
* Merge branch 'fvu'Freddy Vulto2010-01-291-3/+3
|\
| * Fix _usergroup, cpio and chown completionsFreddy Vulto2010-01-291-3/+3
* | Fix NFS completion if path to showmount contains spaces (Alioth: #312285).Ville Skyttä2010-01-261-2/+2
|/
* Use == instead of =~ for simple suffix matching.Ville Skyttä2010-01-241-1/+1
* Don't bother looking for showmount if not doing NFS completion.Ville Skyttä2010-01-241-8/+10
* Fix NFS mounts completion (Alioth: #312285).Leonard Crestez2010-01-241-3/+3
* Look for showmount in $PATH first for easier mockability (Alioth: #312285).Ville Skyttä2010-01-241-1/+3
* Recognize long equivalents to -f and -C when looking for Makefile or dir option.Ville Skyttä2010-01-191-4/+4
* Avoid use of POSIX character classes with awk for mawk compatibility.Ville Skyttä2010-01-192-8/+7
* Parse pigz options from pigz, not gzip, option completion improvements.Ville Skyttä2010-01-181-2/+9
* Add pbzip2, pbunzip2, and pbzcat completions.Ville Skyttä2010-01-181-4/+10
* Use _parse_help in _bzip2().Ville Skyttä2010-01-181-5/+4
* Add pigz and unpigz completion.Ville Skyttä2010-01-181-2/+2
* sed portability fixes (avoid '\|').Ville Skyttä2010-01-183-7/+7
* Fix leak of 'i' from _yum().Ville Skyttä2010-01-161-1/+1
* Drop -m from --in etc completion getters.Ville Skyttä2010-01-161-1/+2
* Add ipv6calc completion.Adrian Friedli2010-01-141-0/+55
* Protect rpm installed packages and --eval from sed metacharacters in input.Ville Skyttä2010-01-091-6/+6
* More sed \? -> \{0,1\} portability fixes.Ville Skyttä2010-01-092-2/+2
* Small yp-tools completion improvements.Ville Skyttä2010-01-061-6/+8
* sed portability fixes.Ville Skyttä2010-01-041-1/+1
* awk usage portability fixes.Ville Skyttä2010-01-032-2/+2
* Revert "use _split_longopt", as wodim options don't use dashesGuillaume Rousse2010-01-031-25/+26
* Fix some syntax errors.Ville Skyttä2010-01-031-3/+3
* use _get_pwordGuillaume Rousse2010-01-031-3/+3
* use _split_longoptGuillaume Rousse2010-01-031-26/+25
* Split mount and umount completion into contrib/mount.Ville Skyttä2010-01-021-0/+80
* Merge branch 'master' of git+ssh://git.debian.org/git/bash-completion/bash-co...Guillaume Rousse2009-12-311-0/+39
|\
| * Don't list non-working "rtc" in --device completions.Ville Skyttä2009-12-301-1/+1
| * Add rtcwake completion.Ville Skyttä2009-12-301-0/+39
* | use consistent variable names with screen completionGuillaume Rousse2009-12-301-3/+3
* | indentation fixGuillaume Rousse2009-12-302-35/+35
* | no need to quote case argument nor targetsGuillaume Rousse2009-12-3072-181/+181
* | make selection of optionsvs mandatory argument completion similar to othersGuillaume Rousse2009-12-303-29/+13
* | remove individual authorship notices, I'm already present in the AUTHORS fileGuillaume Rousse2009-12-309-33/+9
|/
* Add xsltproc completion (Alioth: #311843).Raphaël Droz2009-12-291-0/+57
* Add cvsps completion.Ville Skyttä2009-12-281-0/+69
* Rewrite CVS roots completion, add $CVSROOT and contents of CVS/Root.Ville Skyttä2009-12-281-9/+11
* Don't complete encrypted passwords from ~/.cvspass as CVS roots, add some TOD...Ville Skyttä2009-12-281-1/+3
* Extract CVS roots completion into _cvs_roots().Ville Skyttä2009-12-281-5/+10
* Add fusermount completion.Ville Skyttä2009-12-281-0/+35
* Use scp remote/local completion functions in sshfs.Ville Skyttä2009-12-261-26/+6
* Add dir-only handling to scp remote/local completion functions, operate direc...Ville Skyttä2009-12-262-13/+37
* Just use _known_hosts directly for generic vncviewer.Ville Skyttä2009-12-261-8/+2
* Install known hosts only completion for generic vncviewer.Ville Skyttä2009-12-261-7/+12
* Add GNU chsh option completions.Ville Skyttä2009-12-261-2/+13
* Extract scp local/remote file treatment into functions, reuse them in rsync.Ville Skyttä2009-12-252-58/+57
* Define _tightvncviewer also when (only) vncviewer is available.Ville Skyttä2009-12-251-3/+5