summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sudoedit: New completion.sudoIgor Murzov2011-12-293-1/+10
* sudo: Fix option list parsingIgor Murzov2011-12-201-1/+1
* sudo: Handle options (Alioth: #311414).Igor Murzov2011-12-204-1/+59
* htop: Get user names directly with `compgen -u`.Igor Murzov2011-12-201-1/+1
* gcc: Remove unnecessary calls to `tr` and `sort`.Igor Murzov2011-12-201-3/+2
* gcc: Don't allow "[]<>" in options list.Igor Murzov2011-12-201-1/+2
* route: Don't check $OSTYPE (Alioth: #311407).Igor Murzov2011-12-201-2/+0
* cc, c++: Install gcc completion if compiler looks like GCC (Alioth: #311408).Ville Skyttä2011-12-201-4/+5
* kcov: kcov has man page now.Igor Murzov2011-12-191-1/+1
* avctrl, dnsspoof: Add "avctrl" and "dnsspoof" to completions/Makefile.amIgor Murzov2011-12-191-3/+5
* htop: New completoin.Igor Murzov2011-12-184-0/+54
* xv: Add *.eps and *.ps to filename completions (Alioth: #313477).Florian Hubold2011-12-171-1/+2
* Merge branch 'mount'Igor Murzov2011-12-158-106/+416
|\
| * testsuite: Add basic tests for umount.mountIgor Murzov2011-12-042-0/+21
| * umount: Real fix for completion of relative paths.Igor Murzov2011-12-041-8/+19
| * umount: Half-fix for completion of relative paths.Igor Murzov2011-12-041-0/+12
| * mount: Don't suggest short options.Igor Murzov2011-11-241-5/+4
| * mount, umount: Add linux-specific completions.Igor Murzov2011-11-206-106/+373
* | _parse_help, _parse_usage: More command arg sanitization.Ville Skyttä2011-12-141-4/+10
* | cppcheck: Several ids separated by commas can be given for --enable=.Igor Murzov2011-12-142-0/+20
* | id: Add "id" to completions/Makefile.am.Igor Murzov2011-12-141-0/+1
* | cppcheck: Add new options introduced in cppcheck-1.52.Igor Murzov2011-12-141-3/+3
* | quote: Preserve leading, trailing, and consecutive whitespace.Ville Skyttä2011-12-122-1/+71
* | _ip_addresses: Make it locale agnostic.Raphaël Droz2011-12-111-1/+1
* | Document $split && return.Ville Skyttä2011-12-111-0/+20
* | lzip: New completion.Ville Skyttä2011-12-104-0/+66
* | _known_hosts_real: Support > 1 files per *KnownHostsFile line (Debian: #650514).Ville Skyttä2011-12-054-10/+19
* | curl: Add bunch of new option argument completions.Ville Skyttä2011-12-051-3/+13
* | Added a word about compopt -o nospace in styleguide.txt.Raphaël Droz2011-12-041-0/+14
* | _modules: Follow symlinks in /lib/modules/$(uname -r) (Alioth: #313461)Igor Murzov2011-12-041-1/+1
* | lrzip: -T no longer takes an argument since version 0.570.Ville Skyttä2011-12-041-4/+0
* | _known_hosts_real: Include hosts reported by ruptime (Alioth: #313308).Ville Skyttä2011-12-031-0/+4
* | rpm: Treat -r as --root (RedHat: #759224).Jan Kratochvil2011-12-011-1/+1
* | _muttconffiles: Use printf instead of echo (Alioth: #312163).Ville Skyttä2011-11-271-1/+1
* | export: Fix many use cases, add option completion.Ville Skyttä2011-11-263-12/+104
* | testsuite/assert_complete_dir: Add note about OLDPWD filtering.Ville Skyttä2011-11-261-2/+3
* | testsuite/assert_complete_dir: Fix passing $args to assert_complete.Ville Skyttä2011-11-261-1/+1
* | _variables: New function split from _init_completion.Ville Skyttä2011-11-261-6/+15
* | koji: New completion.Ville Skyttä2011-11-265-0/+270
* | dequote: Use printf instead of echo (Alioth: #312163).Ville Skyttä2011-11-261-1/+1
* | lintian: Use <<< instead of echo and a pipe (Alioth: #312163).Ville Skyttä2011-11-261-3/+3
* | lintian: Remove spurious echo.Ville Skyttä2011-11-261-1/+0
* | vi and friends: Fix /etc/ld.so.conf.d/* completion (Alioth: #312409).Ville Skyttä2011-11-257-1/+24
* | testsuite: Fix ssh first arg partial hostname test case.Ville Skyttä2011-11-251-1/+1
* | perldoc: Add some option arg completions, use _parse_help.Ville Skyttä2011-11-252-11/+10
* | declare, typeset: Use _parse_usage.Ville Skyttä2011-11-251-1/+1
* | sqlite3: Use _parse_help.Ville Skyttä2011-11-251-3/+1
* | iperf: New completion.Ville Skyttä2011-11-254-0/+85
* | _parse_help, _parse_usage: If first arg is "-", read from stdin.Ville Skyttä2011-11-253-4/+16
* | nethogs: New completion.Igor Murzov2011-11-254-0/+47