1194 Commits

Author SHA1 Message Date
Freddy Vulto
8358f35def Merge branch 'master' of git+ssh://fvu-guest@git.debian.org/git/bash-completion/bash-completion 2009-06-18 21:52:32 +02:00
Freddy Vulto
127eaafb54 Fixed calls to _known_hosts_real
Made _known_hosts_real raise error if there are unprocessed arguments.
2009-06-18 21:51:01 +02:00
David Paleino
ab36c8d29d Added avahi-discovered hosts to _known_hosts_real() (Debian: #518561) 2009-06-18 13:12:52 +02:00
Freddy Vulto
14d0ee38ac Fix _known_hosts calling _known_hosts_real
Added -h argument.  Added "deprecated" notes.
2009-06-13 23:54:14 +02:00
Freddy Vulto
1f63e21ff5 Fix _user_at_host completion
Fixed _known_hosts_real user completion.
Added test for `finger'.  To execute:

    $ cd test && ./runCompletion finger.exp
2009-06-13 11:34:39 +02:00
Freddy Vulto
0b19577ed9 Added -h HOST option to _known_hosts_real
Modified call to _known_hosts_real in ssh, vncviewer and xhost completions.
2009-06-13 08:38:52 +02:00
Ville Skyttä
8c24c1429a Comment spelling fixes. 2009-06-12 20:45:35 +03:00
Freddy Vulto
cd2b62bd62 Fix quotes _known_hosts calling _known_hosts_real
This fixes test "Config file containing space should work".  See test:

   ./runUnit _known_hosts.exp
2009-06-11 21:26:43 +02:00
Freddy Vulto
e847d57e50 Improved test suite from bash-completion-lib
Run the tests with:
$ cd test
$ ./runCompletionUnit
$ ./runCompletionCompletion

The last test of unit/_known_hosts gives UNRESOLVED and needs fixing.
2009-06-09 22:49:53 +02:00
Ville Skyttä
079aca216a Split Slackware pkgtools completion to contrib/pkgtools. 2009-06-08 20:49:52 +03:00
Ville Skyttä
cba4d8faf8 Split various FreeBSD completions to contrib/ . 2009-06-08 20:41:52 +03:00
Guillaume Rousse
acef9e78e3 split cancel completion 2009-06-08 16:55:03 +02:00
Guillaume Rousse
7522b94f33 split configure completion 2009-06-08 16:51:48 +02:00
Guillaume Rousse
7f83cb5816 split route completion 2009-06-08 16:51:17 +02:00
Guillaume Rousse
0d9669892b split yp-tools completion 2009-06-08 16:45:09 +02:00
David Paleino
4c9dcbb836 Split pineaddr completion to contrib/pine 2009-06-05 21:44:02 +02:00
David Paleino
8c88c2283f Split cardctl completion to contrib/cardctl 2009-06-05 21:42:59 +02:00
David Paleino
b5029b732e Split dselect completion to contrib/dselect 2009-06-05 21:42:14 +02:00
David Paleino
c601309ae5 Split gcc completion to contrib/gcc 2009-06-05 21:41:31 +02:00
David Paleino
1924616663 Split dpkg-related completions to contrib/dpkg (and re-enable usage of grep-status if available) 2009-06-05 21:39:46 +02:00
David Paleino
2bc6994409 Split bash builtins completions to contrib/bash-builtins 2009-06-05 21:22:07 +02:00
David Paleino
653fc03d6b Revert "Don't assume "sed" being GNU sed, use "gsed" whenever available (Debian: #501479, Alioth: #311393)"
This reverts commit 6170eb0001510426ccc7461e60e46c68992bcd14.

Conflicts:

	CHANGES
2009-06-05 20:53:51 +02:00
David Paleino
e6b7e5ec64 Split man completion to contrib/man 2009-06-05 08:43:11 +02:00
David Paleino
b85df3b488 Split cvs-related completions to contrib/cvs 2009-06-05 08:41:27 +02:00
David Paleino
34d7032b12 Split rpm-related completions to contrib/rpm 2009-06-05 08:40:33 +02:00
David Paleino
477f3cbae9 Split apt-cache and apt-get completions to contrib/apt 2009-06-05 08:39:28 +02:00
David Paleino
554ab3d1bd Split aptitude-related completions to contrib/aptitude 2009-06-05 08:38:19 +02:00
David Paleino
040841f890 Split apt_build completion to contrib/apt-build 2009-06-05 08:37:30 +02:00
David Paleino
1cd950db89 Split chsh completion to contrib/chsh 2009-06-05 08:36:22 +02:00
David Paleino
69e956e174 Split chkconfig completion to contrib/chkconfig 2009-06-05 08:35:24 +02:00
David Paleino
7dbb6a2e3d Split jar completion to contrib/jar 2009-06-05 08:33:55 +02:00
David Paleino
f844abd042 Split autorpm completion to contrib/autorpm 2009-06-05 08:32:07 +02:00
David Paleino
4bf60b4e9a Split {update,invoke}-rc.d completions to contrib/sysv-rc 2009-06-05 08:29:09 +02:00
David Paleino
b14fdb74b3 Split dict completion to contrib/dict 2009-06-05 08:26:19 +02:00
David Paleino
fe1e044ed1 Split iconv completion to contrib/iconv 2009-06-05 08:25:08 +02:00
David Paleino
6a9c2b191b Split mutt completion to contrib/mutt 2009-06-05 08:23:47 +02:00
David Paleino
6170eb0001 Don't assume "sed" being GNU sed, use "gsed" whenever available (Debian: #501479, Alioth: #311393) 2009-06-05 08:13:46 +02:00
David Paleino
e371d9628e Fix regression on man(1) completion: also complete on local .3pm files (Debian: #531343) 2009-06-05 08:06:10 +02:00
Ville Skyttä
01433f6774 Fix comment about env, netstat and friends filename (non-)usage. 2009-05-29 23:14:23 +03:00
Ville Skyttä
e3a51aa5f1 Split wireless-tools completion. 2009-05-29 23:06:35 +03:00
Ville Skyttä
2961737768 Use _split_longopt in _dpkg. 2009-05-29 23:00:00 +03:00
Guillaume Rousse
b3f8e617ac fix conflict 2009-05-29 09:56:57 +02:00
Guillaume Rousse
82e0b04591 split info completion 2009-05-27 19:01:26 +02:00
Guillaume Rousse
50df6e0aef split tcpdump completion 2009-05-27 18:58:31 +02:00
Guillaume Rousse
4064cd2361 split iptables completion 2009-05-27 18:56:41 +02:00
Guillaume Rousse
4a2e36c2f8 split java completion 2009-05-27 18:53:50 +02:00
Guillaume Rousse
872b8befe8 split update-alternatives completion 2009-05-27 18:51:09 +02:00
Guillaume Rousse
4a71a1c175 split python completion 2009-05-27 18:49:01 +02:00
Guillaume Rousse
7a5ab37896 split perl completion 2009-05-27 18:47:37 +02:00
Guillaume Rousse
709aa84119 split rcs completion 2009-05-27 18:45:51 +02:00