summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* keep all automake options in a single placeGuillaume Rousse2009-12-292-2/+1
* add support for test suiteGuillaume Rousse2009-12-293-2/+12
* set BASH_COMPLETION_COMPAT_DIR to BASH_COMPLETION_DIR, to avoid sourcing actu...Guillaume Rousse2009-12-291-0/+1
* ensure HOME is changed before running test, to avoid polluting known_hosts re...Guillaume Rousse2009-12-291-0/+1
* Add xsltproc completion (Alioth: #311843).Raphaël Droz2009-12-295-0/+84
* Re-fix *.okular addition, this time without matching compressed ones.Ville Skyttä2009-12-281-1/+1
* Add cvsps completion.Ville Skyttä2009-12-285-2/+95
* 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-283-1/+38
* Revert "Fix *.okular addition."David Paleino2009-12-281-1/+1
* Fix *.okular addition.Ville Skyttä2009-12-281-1/+1
* Added .okular completion to okular (Debian: #545530)David Paleino2009-12-272-1/+2
* Use scp remote/local completion functions in sshfs.Ville Skyttä2009-12-262-27/+7
* 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
* (testsuite) _vncviewer_bootstrap getting unset is expected, don't fail on it.Ville Skyttä2009-12-261-1/+3
* Add GNU chsh option completions.Ville Skyttä2009-12-262-3/+14
* 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-252-5/+7
* Fix comment spelling and line wrapping.Ville Skyttä2009-12-251-1/+2
* Drop dead code.Ville Skyttä2009-12-251-9/+7
* Add scp option completion.Ville Skyttä2009-12-251-2/+41
* Split sshfs from contrib/ssh to contrib/sshfs.Ville Skyttä2009-12-244-1/+58
* Add ssh -o BindAddress suboption completion.Ville Skyttä2009-12-241-2/+11
* Use the usual (local) $prev and $cur in _ssh_suboption.Ville Skyttä2009-12-241-15/+15
* Eliminate some duplicate code.Ville Skyttä2009-12-241-11/+17
* Improve ssh -o suboption completion (Alioth: #312122).Leonard Crestez2009-12-242-2/+79
* Fix $2 example in _get_cword doc.Ville Skyttä2009-12-241-1/+1
* Fixed `quote_readline'.Freddy Vulto2009-12-2416-27/+788
* (testsuite) Added shell script `run'Freddy Vulto2009-12-241-0/+31
* (testsuite) Added function `assert_bash_list_dir'Freddy Vulto2009-12-241-4/+15
* Fix rsync remote path completion (Alioth: #312173).Jeremie Lasalle Ratelle2009-12-232-1/+4
* Sync rsync options with rsync 3.0.6, add --compress-level arg completion.Ville Skyttä2009-12-222-16/+32
* Indentation fixes.Ville Skyttä2009-12-221-66/+60
* Use awk more to reduce number of invoked commands a bit.Ville Skyttä2009-12-215-8/+8
* Replace some echos with printfs.Ville Skyttä2009-12-2110-21/+24
* Replace some uses of ls with printf.Ville Skyttä2009-12-203-5/+5
* Add echo/printf and command/builtin considerations.Ville Skyttä2009-12-151-0/+4
* Protect grep invocations from user aliases (Alioth: 312143).Ville Skyttä2009-12-1522-36/+40
* Make k3b option vs filename completion work more like others.Ville Skyttä2009-12-151-2/+5
* Get rid of use of unportable -r argument to sed.Ville Skyttä2009-12-151-6/+7
* Complete aliases also when there are no known hosts files (RedHat: #546905).Ville Skyttä2009-12-131-6/+8
* Include avahi host completions in known hosts completions no matter if we hav...Ville Skyttä2009-12-131-13/+12
* Get rid of one unnecessary local variable.Ville Skyttä2009-12-131-4/+3
* Doc and line wrapping fixes.Ville Skyttä2009-12-131-5/+7
* (testsuite) Unset COMP_ variables at setup()Freddy Vulto2009-12-122-10/+5
* (testsuite) Fix commentFreddy Vulto2009-12-121-1/+1