summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.99 -- hopefully the last 2.0 preview1.99David Paleino2012-01-083-2/+78
|
* Merge commit '3ccfe02' into 2.xDavid Paleino2012-01-07175-721/+2483
|\
| * dmesg: Adapt to versions returning long options.Ville Skyttä2012-01-011-3/+10
| |
| * Some trivial nounset error fixes.Ville Skyttä2012-01-011-10/+13
| |
| * _filedir, _tilde: Ignore compopt stderr for direct invocations in unit tests.Ville Skyttä2012-01-011-2/+4
| |
| * Revert "testsuite(_filedir): Ignore compopt error msg when invoking _filedir ↵Ville Skyttä2012-01-011-2/+1
| | | | | | | | | | | | directly." This reverts commit 8726cb1970510c4af90cd5655c09818fcef663ce.
| * testsuite(_filedir): Ignore compopt error msg when invoking _filedir directly.Ville Skyttä2012-01-011-1/+2
| | | | | | | | The error message is printed since commit 5fcaad8.
| * pgrep, pkill, killall: Base pkill on pgrep, add more option completions.Ville Skyttä2011-12-274-18/+30
| |
| * cleanups: Drop some no longer needed stderr redirections.Ville Skyttä2011-12-261-2/+2
| |
| * Fix BASH_COMPLETION_COMPAT_DIR comment.Ville Skyttä2011-12-261-1/+1
| |
| * udevadm: New completion.Ville Skyttä2011-12-214-0/+98
| |
| * gcc: Don't use \t in sed as it's not POSIX compliant.Igor Murzov2011-12-211-3/+2
| |
| * Revert "route: Don't check $OSTYPE (Alioth: #311407)."Igor Murzov2011-12-211-0/+2
| | | | | | | | | | This reverts commit dab2f3c5519d01902e795e583b0546eb30bd04c7. It broke at least FreeBSD route completion.
| * 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
| | | | | | | | | | Somehow they were abandoned in 156656c16d4302d059221a06eb7c1bd460e41fe9. Also resort bashcomp_DATA alphabetically.
| * 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
| |\ | | | | | | | | | | | | | | | | | | | | | | | | * mount: testsuite: Add basic tests for umount. umount: Real fix for completion of relative paths. umount: Half-fix for completion of relative paths. mount: Don't suggest short options. mount, umount: Add linux-specific completions.
| | * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This linux-specific completion won't parse /etc/fstab as a lot of people including myself find it useless. And there is no reliable way to guess what user wants to mount. Some examples of what is ok for mount: $ mount /home $ mount /dev/sda1 /home $ mount file.iso /media/iso -o loop $ mount LABEL=mydisk /media/disk It is more sane to provide just filenames completion for mount.
| * | _parse_help, _parse_usage: More command arg sanitization.Ville Skyttä2011-12-141-4/+10
| | | | | | | | | | | | http://thread.gmane.org/gmane.comp.shells.bash.completion.devel/3620
| * | 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
| | | | | | | | | | | | Somehow "id" was abandoned in 156656c16d4302d059221a06eb7c1bd460e41fe9.
| * | 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
| | | | | | | | | | | | Modified-by: Ville Skyttä <ville.skytta@iki.fi>
| * | _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
| | |