summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Add break, lock, say, and state to perldoc -f completions.Ville Skyttä2010-02-171-4/+4
* Include *.pl, *.pm, and *.pod files in perldoc completions.Ville Skyttä2010-02-171-1/+2
* Merge branch 'mount-fix'Crestez Dan Leonard2010-02-151-6/+80
|\
| * (mount) Handle escapes in LABEL= lines from fstab.Crestez Dan Leonard2010-02-151-8/+18
| * (umount) Parse /proc/mounts instead of mount output on LinuxCrestez Dan Leonard2010-02-151-4/+10
| * (mount) Split __linux_fstab_unescape function. Deal with \ at the end of stri...Crestez Dan Leonard2010-02-091-2/+11
| * (mount) Make mount work properly with ' in fstabCrestez Dan Leonard2010-02-091-4/+5
| * (mount) Make it clear that $' strings are not supportedCrestez Dan Leonard2010-02-091-10/+2
| * (mount) Fix leaking fs_* vars to the environment. Explicitly save/restore IFS...Crestez Dan Leonard2010-02-091-2/+8
| * _reply_compgen_array: Fix leaking to environmentCrestez Dan Leonard2010-02-041-1/+1
| * Separate _linux_fstab functionCrestez Dan Leonard2010-02-041-9/+21
| * Initial implementation of _reply_compgen_arrayCrestez Dan Leonard2010-02-041-1/+39
* | Fix nfs mount completion if the path to showmount contains a space.Crestez Dan Leonard2010-02-021-1/+1
|/
* 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
|/