1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-09 10:01:16 +02:00
Commit graph

1551 commits

Author SHA1 Message Date
Luka Perkov
99e3aa58da 31723: _systemd: add more system commands
While at it move suspend command so the order of the
sytem commands equals the one in the systemd help.

Signed-off-by: Luka Perkov <luka@openwrt.org>
2013-09-14 11:21:34 +02:00
Luka Perkov
c721356646 31708: _git: add --fixup and --squash options to commit
Signed-off-by: Luka Perkov <luka@openwrt.org>
2013-09-07 10:09:11 +02:00
Luka Perkov
a4245da999 31702: check for git rebase -i for autosquash 2013-09-06 21:48:00 +01:00
Peter Stephenson
1a4730b8ee based on 31641, 31642: completion for more make variants 2013-08-29 10:46:52 +01:00
Jun T
c5d9abc6c8 31756: further make completion improvements.
ake care of mutually exclusive options.
Add _description using $state_descr.
Add completions for --debug=flag.
Fix typo (pointed out by Daniel Shahaf).
2013-07-25 09:47:47 +01:00
Richard Hartmann
f9851d817f 31571: Completion/Unix/Command/_vcsh: Update 2013-07-24 22:03:55 +02:00
Eric Cook
4e3f838269 31558: name of qemu executable changed in completion. 2013-07-22 19:03:54 +01:00
Peter Stephenson
9a192dddd2 c.f. 31531: complete xcf files for image manipulation packages 2013-07-19 19:30:27 +01:00
Jun T
29256a7c96 31525: Fix some options in _make 2013-07-17 19:27:20 +01:00
Nick Cross
a71b8df9b2 Update make completion with gnu options 2013-07-12 09:37:36 +01:00
Peter Stephenson
7e17ea8016 users/17856: rewrite _make to use _arguments.
No new option handling yet, but this should make it easier to add.
2013-07-11 11:14:38 +01:00
Peter Stephenson
95c044372a 31433: zcat -f doesn't need suffix .gz 2013-05-29 19:21:34 +01:00
Peter Stephenson
aa7467b0bf Improve Perforce jobs completion to limit
potentially huge output using jobview by default;
fix quoting of arguments passed on to eval within _call_program.
2013-05-14 14:25:14 +01:00
Jun T
cbf6f144a9 31357: _cp: add support for Mac OS X
If not GNU nor darwin, assume POSIX.
2013-04-29 17:11:05 +02:00
Peter Stephenson
8ab3a7b0e6 31356: typo in new _comp_locale noted by Bart 2013-04-29 15:07:30 +01:00
Peter Stephenson
8cdb57b3b7 31355: _comp_locale tries to sanitise locales but keep CTYPE;
use this for subversion completion.
2013-04-29 10:08:07 +01:00
Ramkumar Ramachandra
2ea9cd4775 31288: _git: fix shortlog completer
Currently, __git-shortlog () says that 'git shortlog' can only accept
commits as arguments (probably because the official documentation says
this).  This is entirely untrue: shortlog can accept
commit-range-or-file, just like log can.  Fix the completer by copying
out segments from the __git-log () function.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
2013-04-25 14:36:08 +02:00
Ramkumar Ramachandra
cbdedcfbfe 31289: _git: branch.*.pushremote, remote.pushdefault
The configuration variables branch.*.pushremote and remote.pushdefault
are relatively new, and are currently not completed by ZSH.  Fix this.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
2013-04-21 12:12:44 +02:00
Ramkumar Ramachandra
d1a3075293 31286: _git: add a couple of browsers
Add google-chrome/chromium to the list of builtinbrowsers in
__git_browsers ().

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
2013-04-21 12:12:43 +02:00
Torstein Hegge
cc7437bf2f 31159: git: Pass prefix filter to ls-files even if it matches no files
When a branch or tag name is completed with zsh in a large git repo, the
completion is slow if the given prefix doesn't match a file or directory in
the current working directory. Testing with linux.git, which contains release
tags like v3.9 and a directory virt/:

  git log v<tab>

takes about 0.5 seconds, while

  git log v3<tab>

takes about 25 seconds.

(Timed using zsh 4.3.17, on a fairly slow cpu. zsh from git appears to be
quite a bit faster, but the difference between completing v and v3 is still
large.)

The difference between the two is that v<tab> passes the result of v* to git
ls-files while v3<tab> determines that v3* matches no files, and passes an
empty prefix to git ls-files. So git ls-files lists all files in the repo
and passes that on to _multi_parts.

Making git do the expansion of the * after the prefix lets git ls-files v3*
return an empty list, making _multi_parts job easier.

This does not affect the behavior of git log <tab>, but improves the
performance of partial tag and branch tab-completion in the common case where
file names and tag/branch names don't overlap.
2013-04-20 22:29:02 +02:00
Jun T
452aa5157a 31281: _du: add support for Mac OS X 2013-04-20 11:56:04 +02:00
Peter Stephenson
7514fe4a66 Daniel Friesel: 31265: improved option handling for devtodo. 2013-04-16 09:46:46 +01:00
Peter Stephenson
18bba82101 unposted: fix some .distfiles which mention files that have gone 2013-04-08 20:23:42 +01:00
Frank Terbeck
abb32da0e7 31221: Handle zero defined aliases better 2013-04-05 20:19:33 +02:00
Peter Stephenson
0c32aa6274 31203: add new etags completion. 2013-04-04 16:02:52 +01:00
Mikael Magnusson
7c50da8394 31182: _awk: Allow sticked arguments 2013-03-29 09:46:18 +00:00
Peter Stephenson
275ba0fdca Han Pingtian: 31167 (with tweak): limit use of colons for recognising
remote path in ssh completion
2013-03-20 20:33:45 +00:00
Mikael Magnusson
ba88c42a5b 30490: _java: -keystore takes a file argument, so complete files 2013-03-10 12:38:18 +00:00
Oliver Kiddle
ac22eab0d9 31077: update for new options in GNU sort 2013-02-27 22:17:29 +00:00
Oliver Kiddle
c2e00298c2 c.f. 31071: remove duplicate _osc and rename _ps to avoid name clash 2013-02-27 21:43:15 +00:00
Oliver Kiddle
a409dbf74c 31058: add completion of options from newer versions of some commands 2013-02-21 10:49:22 +00:00
Peter Stephenson
01f4ac2782 Eric P Mangold: 31016: updated twisted completion using internally
generated function
2013-02-03 19:40:23 +00:00
Mikael Magnusson
af68fb3cf4 Fix _prove completer commit (was html) 2013-02-01 13:30:35 +00:00
Peter Stephenson
f90cb99208 Jesper Nygårds: 31012: gradle completion update 2013-01-29 19:32:22 +00:00
Peter Stephenson
0969fb91fa 30960: Alexey Bezhan: compatibility issue with django completion 2013-01-14 09:56:07 +00:00
Peter Stephenson
eac4352342 30958: Jeremy Mates: new prove completion 2013-01-10 20:37:22 +00:00
Peter Stephenson
7152094541 Missing .distfiles entries 2012-12-16 18:48:35 +00:00
Peter Stephenson
1869eeb393 30876: fix obscure failures to propagate non-zero status
from optimised simple commands within lists
2012-12-13 10:36:59 +00:00
Oliver Kiddle
968a7a2a51 30811: new completion for btrfs and complete btrfs and ext4 mount options
and new linux mount flags
2012-11-20 23:08:15 +00:00
Oliver Kiddle
ee040c6ba5 30802: add new command switches 2012-11-16 23:01:06 +00:00
Peter Stephenson
1446625072 Michal Halenka: 30800: fix arpping option 2012-11-15 21:04:07 +00:00
Oliver Kiddle
431eac1278 30795: new xz completion and comple --fast and --best for bzip2 2012-11-12 08:47:16 +00:00
Oliver Kiddle
599ad93a93 30794: update completions for new options 2012-11-12 08:21:15 +00:00
Oliver Kiddle
3f8decaf7d 30793: account for eglibc in _pick_variant patterns 2012-11-11 22:18:16 +00:00
Oliver Kiddle
ce658b3c3c Benjamin R. Haskell: 30737: make custom completions for git aliases easier 2012-11-07 21:23:06 +00:00
Oliver Kiddle
a8ffff2cb7 users/17382: complete URLs for vim and make _remote_files more
consistent with _files
2012-11-07 20:59:09 +00:00
Peter Stephenson
c74171da36 Roman Kaminski: 30738: bzr send command 2012-10-19 12:53:48 +00:00
Peter Stephenson
4e38ba5e4c Greg Bouzakis: 30741: add suspend command to systemd completion 2012-10-19 12:49:42 +00:00
Oliver Kiddle
fff9a871e4 add evince, zathura, dwb to command lists of basic completions 2012-10-07 12:57:24 +00:00
Peter Stephenson
059501fa7d Aaron Schrab: 30710: perldoc completion updates 2012-09-30 16:14:30 +00:00
Oliver Kiddle
1ca9f9d5d0 30697: new completion definition for dbus-send and dbus-monitor 2012-09-27 23:33:57 +00:00
Peter Stephenson
0c5526bec0 Александр Балезин: 30667: add addrlabl subcommand. 2012-09-15 18:25:17 +00:00
Peter Stephenson
1f5ef83f0f Jun T.: 30658: complete more uniq options 2012-09-05 14:54:39 +00:00
Peter Stephenson
a090655b16 Silas Silva: users/17223: lp page-ranges option. 2012-09-05 09:09:48 +00:00
Peter Stephenson
32438824c0 Aaron Schrab: 30636: telnet-ssl option completion 2012-08-23 09:10:12 +00:00
Peter Stephenson
fb7fceebea Aaron Schrab: 30637: -b telnet option completion 2012-08-23 09:09:22 +00:00
Peter Stephenson
eaff57eb12 Aaron Schrab: 30638: IPv4 and IPv6 telnet option completion 2012-08-23 09:07:58 +00:00
Peter Stephenson
6bd2befae7 Stepan Koltsov: 30632: new _clay completion 2012-08-17 15:47:41 +00:00
Peter Stephenson
3bc4f8f6a2 30632: gcc completion enhancements for clang etc. 2012-08-17 15:43:25 +00:00
Peter Stephenson
787df27854 ChangeLog-5.0 should be ChangeLog-4.3, Bart says 2012-08-14 09:04:55 +00:00
Peter Stephenson
a4c85df8eb Michal Halenika: 30608: _ip syntax fix 2012-08-13 19:39:13 +00:00
Peter Stephenson
a00b866099 cat_in_136: 17200: new lha and nkf completions 2012-08-07 18:43:40 +00:00
Peter Stephenson
c5c3cd9af1 add _mosh to .distfiles 2012-07-15 18:11:22 +00:00
Peter Stephenson
b2722856e2 Danek: 30562: Solaris completion updates 2012-07-08 17:54:01 +00:00
Peter Stephenson
71052cb69c Danek (plus .distfiles): 30520: updated Solaris 11 copmletion 2012-06-21 08:50:14 +00:00
Clint Adams
f9257b66c8 30503: rudimentary completion for mosh. 2012-06-10 03:35:51 +00:00
Mikael Magnusson
02a3fc7271 Jeremy Mates: 30505: Allow multiple --header= in _wget 2012-06-10 03:25:39 +00:00
Peter Stephenson
d65a9da50a 30497: xsltproc option completion issue 2012-06-06 13:22:15 +00:00
Peter Stephenson
07933936f3 Foudil Brétel: _systemctl -> _systemd plus enhancements 2012-05-31 08:38:55 +00:00
Peter Stephenson
7d09ec507c Jun T.: 30483: improved completion on MacOS 2012-05-22 08:58:41 +00:00
Peter Stephenson
338c70ff56 c.f 30482 (Peter Jaros): typo in description. 2012-05-21 16:31:11 +00:00
Mikael Magnusson
95f02efe7e 30474: add ssh -O cancel completion 2012-05-17 13:37:08 +00:00
Mikael Magnusson
8da652f6ae 30456: Completion/Unix/Command/_getconf: Use new array syntax. 2012-05-01 12:33:13 +00:00
Mikael Magnusson
8afbb00962 30429: avoid error in _init_d when service doesn't exist 2012-04-25 09:12:58 +00:00
Mikael Magnusson
8bb9818cd4 30378: new gradle completion 2012-03-25 14:50:44 +00:00
Mikael Magnusson
511fc6e367 30368: _tmux: complete arguments to unambiguous partial subcommands 2012-03-24 22:49:20 +00:00
Mikael Magnusson
9db1831828 30372: _tmux: redirect errors to /dev/null 2012-03-24 22:47:34 +00:00
Mikael Magnusson
f3a1ac84b0 30371: _ssh: you can specify -i multiple times 2012-03-24 22:46:04 +00:00
Peter Stephenson
6985875634 30354: Luka Perkov: quilt completion update 2012-03-13 09:48:14 +00:00
Peter Stephenson
a0d24f0bf3 Alexey: 30322: Completion/Unix/Command/_xmlsoft: accept more
file types.
2012-03-06 20:08:54 +00:00
Mikael Magnusson
43ddb73297 unposted: fix a typo in _git from previous commit (reolved) 2012-03-06 16:38:25 +00:00
Clint Adams
45090b19df 30317: complete git merge --ff-only 2012-03-06 02:36:12 +00:00
Clint Adams
50a3065dc2 30314: add completion for ssh-copy-id. 2012-03-05 16:03:11 +00:00
Oliver Kiddle
1fe821a8a1 30198: fix environ style lookup to be done in conventional manner 2012-02-14 17:01:17 +00:00
Mikael Magnusson
cbbed5ed84 30206: Fix ldd completion 2012-02-11 12:56:15 +00:00
Oliver Kiddle
c5fce37bce 30199: add (-.) to many completion _files globs 2012-02-10 17:09:05 +00:00
Oliver Kiddle
32eb4faf7c 30197: complete subversion changelists 2012-02-10 16:00:59 +00:00
Peter Stephenson
9c21d0baae seiler via Ismail: 30174: osc completion update 2012-01-31 11:49:50 +00:00
Peter Stephenson
a14bba1ae8 Ben: 30118: sqlite completion 2012-01-23 10:03:08 +00:00
Peter Stephenson
737a87654f Richard Hartmann: 30110: new vcsh Completion 2012-01-15 18:08:27 +00:00
Peter Stephenson
cd40e8caf6 Stepan Koltsov: 30105: fix stgit delete completion 2012-01-09 19:48:12 +00:00
Peter Stephenson
1ea6009209 T.C. Hollingsworth: 30036: new systemctl argument completion 2011-12-21 22:24:45 +00:00
Peter Stephenson
0082320b79 Simon Olofsson: fix matching of subversion help text 2011-12-16 09:18:34 +00:00
Mikael Magnusson
fd1c2364f4 30019: _tar: fix parsing of argument to -C. 2011-12-13 19:33:15 +00:00
Mikael Magnusson
02dc5c681e 29998: _git: fix a typo (--rerbose). 2011-12-13 19:28:19 +00:00
Mikael Magnusson
a7794bd153 29961: _ssh: extend option completion. 2011-12-10 19:37:35 +00:00
Mikael Magnusson
ac78bd010c 29962: Actually return ret in _ssh. 2011-12-10 19:35:49 +00:00
Simon Ruderich
d374f2b180 29918: Completion: Add new _remote_files() helper and use it to reduce code duplication. 2011-12-09 22:39:08 +00:00
Simon Ruderich
3e1146677f 29917: Completion/Unix/Command/_ssh: Tabs to spaces. 2011-12-09 22:32:52 +00:00
Mikael Magnusson
45cd289e49 29876: Update getent completion. 2011-12-09 14:51:54 +00:00
Peter Stephenson
d6d0297b10 complete directories in _nm 2011-12-01 14:55:28 +00:00
Simon Ruderich
6540e8d8cf 29916: Completion/Unix/Command/_git: Prevent clash with _remote_files() in _ssh. 2011-11-24 21:21:46 +00:00
Peter Stephenson
d47847c5f5 29915: new nm completion 2011-11-24 09:16:40 +00:00
Peter Stephenson
b0602dc5b4 Ignacy Gawędzki: 29912: add "--" to ls in ssh completion 2011-11-23 09:50:56 +00:00
Peter Stephenson
7d04b8f486 Foudil Brétel: 29911: systemctl completion updates 2011-11-21 11:31:24 +00:00
Peter Stephenson
5d1b11027b gi1242: users/16587: _lp tidy up 2011-11-20 21:47:10 +00:00
Peter Stephenson
c6722cf086 g1242: printing completion improvements 2011-11-14 09:51:06 +00:00
Peter Stephenson
970adcc4d0 Haakon Riiser: 29895, 29897: _ffmpeg, _nmcli 2011-11-08 09:51:31 +00:00
Simon Ruderich
b337296b93 29893: Completion/Unix/Command/_ssh: Update (mostly) for 5.9. 2011-11-07 20:57:44 +00:00
Peter Stephenson
19550e7713 users/16547: quote p4 arguments with colons in from _describe 2011-10-30 19:39:43 +00:00
Peter Stephenson
e5f1efa5a2 Foudil Brétel: 29842: major update to systemctl completion 2011-10-24 11:32:41 +00:00
Simon Ruderich
7cfd2fcccd 29823: Completion/Unix/Command/_perl: Update for 5.14.1. 2011-10-22 19:47:10 +00:00
Peter Stephenson
4685aae843 small _perforce documentation update 2011-10-17 17:00:48 +00:00
Peter Stephenson
664675dc10 Luka Perkov: 29788: improved quilt completion 2011-09-21 09:31:02 +00:00
Mikael Magnusson
1c2ff68529 29764, 29765: fix various problems with _pgrep. 2011-09-16 12:18:40 +00:00
Peter Stephenson
fdfd451861 unposted: Perforce completion for 2010.2 release 2011-09-07 15:58:54 +00:00
Mikael Magnusson
0e0f259540 29755: add -O stop to to _ssh. 2011-09-07 07:32:57 +00:00
Mikael Magnusson
f3a6bf454d 29740: _wget: add --content-disposition. 2011-09-06 16:19:40 +00:00
Mikael Magnusson
ecbdf148a2 29739: _rsync: redefine _rsync(), -e takes cuddled args 2011-09-06 16:17:46 +00:00
Mikael Magnusson
76524a7f7d 29738: _ssh: Add PreferredAuthentications completion. 2011-09-06 16:15:06 +00:00
Nikolai Weibull
cfdb417a6b 29707: Completion/Unix/Command/_ln: New _ln completer 2011-08-20 07:44:39 +00:00
Mikael Magnusson
cf845a396e 29705: add correct number of slashes when completing //TRANSLIT. 2011-08-18 14:28:49 +00:00
Peter Stephenson
5bbedb3df3 Anthony R Fletcher: users/16260: new systemctl completion 2011-08-17 18:54:30 +00:00
Nikolai Weibull
9e8cdf31b9 29698: Completion/Unix/Command/_git: Complete diff options for git log 2011-08-17 10:50:26 +00:00
Mikael Magnusson
2a79494070 29690: new _twidge and _cryptsetup completers from Daniel Friesel. 2011-08-17 10:24:34 +00:00
Mikael Magnusson
7ae7996614 29683: add -O forward to _ssh. 2011-08-17 10:20:00 +00:00
Frank Terbeck
d557905eb6 Luka Perkov: 29624: _quilt: Improve push' and pop' completion. 2011-07-29 13:07:52 +00:00
Nikolai Weibull
6b42b83f41 * 29582, 29589: Update handling of third-party Git commands 2011-07-22 13:08:25 +00:00
Nikolai Weibull
53998c2cf5 unposted: Completion/Unix/Command/_git: Use _files, not _path_files. 2011-07-22 09:44:22 +00:00
Nikolai Weibull
aad36667de unposted: Completion/Unix/Command/_git: Adjust some TODO items. 2011-07-21 11:37:45 +00:00
Nikolai Weibull
3eb0846645 unposted: Completion/Unix/Command/_git: Update git-add completion to not
complete already given file arguments and also to not list file completions if
an option is being completed.
2011-07-21 10:03:09 +00:00
Nikolai Weibull
d37eda52f3 unposted: Completion/Unix/Command/_git: Fix bug in git-add completion that
prevented -f option from being used correctly.
2011-07-21 09:15:41 +00:00
Nikolai Weibull
e3c1917345 unposted: Completion/Unix/Command/_git: Move _gitk and _tig to correct
location.
2011-07-21 09:08:32 +00:00
Nikolai Weibull
6502b38277 29272: Completion/Unix/Command/_git: Use return values correctly accross all
completion functions.
2011-07-21 09:05:57 +00:00
Peter Stephenson
5f275faa95 Matthieu Baerts: 29547: bzr: cdiff subcommand. 2011-07-18 09:04:00 +00:00
Peter Stephenson
d1a557d008 Eric Moors: 29531: Android debugger completion 2011-07-04 20:14:51 +00:00
Frank Terbeck
eefe297228 29521: _git: Add `user-commands' support again. 2011-07-01 07:38:45 +00:00
Frank Terbeck
77b0e65eda 29519: _git: Pick up addon completions from $fpath. 2011-07-01 07:38:16 +00:00
Frank Terbeck
f5ba9011f0 29527: _git: Make file-completion fallback optional. 2011-07-01 07:37:44 +00:00
Frank Terbeck
3761265e45 29518: _git: Fall back to file completion for unknown sub-commands. 2011-07-01 07:36:48 +00:00
Doug Kearns
67ef9605f1 unposted: clean up completion descriptions as per Etc/completion-style-guide 2011-06-20 02:24:56 +00:00
Doug Kearns
65f7cbeaed 29483: add --servername completion to _vim 2011-06-16 06:23:32 +00:00
Mikael Magnusson
e468775400 29448: complete symlinks to files in _initctl too 2011-06-03 20:53:16 +00:00
Frank Terbeck
8101886e48 29412: _tmux: Disable sub-command completions if tmux is not found in `$path'. 2011-06-01 21:30:11 +00:00
Mikael Magnusson
70e0128c0f users/16057: add _tree 2011-05-31 12:38:32 +00:00
Nikolai Weibull
23102b3a9b unposted: Completion/Unix/Command/_git: Update git-branch completion to deal
with -r and -d correctly.
2011-05-29 15:10:30 +00:00
Mikael Magnusson
4e6035312b 29387: add completion for at and friends 2011-05-27 14:55:55 +00:00
Mikael Magnusson
2865dc2157 29334: complete with _arguments -- for zsh 2011-05-27 14:48:06 +00:00
Mikael Magnusson
ac8c1304ec 29376: redefine _initctl too 2011-05-27 00:12:51 +00:00
Mikael Magnusson
a75cbae6b7 29365: redefine _make() in _make. 2011-05-27 00:10:46 +00:00
Peter Stephenson
9d1976518e Bernhard Tittelbach: 29371: completion for initctl etc. 2011-05-25 19:48:05 +00:00
Mikael Magnusson
5fd16e59db 29364: partial fix for make completion in dirs with spaces. 2011-05-24 01:48:12 +00:00
Peter Stephenson
e051cb908f minor typo 2011-05-23 13:10:24 +00:00
Peter Stephenson
67ce57d609 29341, corrected: go programming language 2011-05-23 12:44:14 +00:00
Mikael Magnusson
59a0b52e61 29328: Another missing backslash in _git, remove some not needed backslashes in array definitions. 2011-05-22 02:13:55 +00:00
Mikael Magnusson
72cb7cfc6f 29307, 29308 + replies: Fix some doubled words in docs and comments. 2011-05-19 16:10:46 +00:00
Wayne Davison
a88f38b2c4 29315: add a missing backslash. 2011-05-18 22:12:18 +00:00
Frank Terbeck
c02d14eae3 Nikolai Weibull: 29166: _git: Speed improvements for file completion. 2011-05-17 18:42:57 +00:00
Nikolai Weibull
62444c9bfc 29273: Completion/Unix/Command/_git: Fix __git_guard_number 2011-05-17 17:15:13 +00:00
Peter Stephenson
23a057a4fa unposted (late commit): updates for 4.3.11-dev-3 2011-05-13 11:56:40 +00:00
Mikael Magnusson
9a5fcb3c31 Nikolai Weibull: 29124: Fix -l option in _git. 2011-05-12 16:01:19 +00:00
Wayne Davison
15180bc0ec 29187: add a missing backslash. 2011-05-08 21:19:29 +00:00
Peter Stephenson
9893f864ba Haakon: 29137: handling of flags in _ffmpeg 2011-05-03 18:38:56 +00:00
Peter Stephenson
f16ab40c06 Haakon: more ffmpeg tweaks 2011-05-01 15:46:46 +00:00
Peter Stephenson
5cd5510eba Haakon Riiser: 29100: clean up of _ffmpeg 2011-04-30 20:58:49 +00:00
Mikael Magnusson
6a69eb2978 _make: add _make- prefix to helper functions 2011-04-27 13:03:41 +00:00
Frank Terbeck
e38f65bba4 Simon Ruderich: 29041: _git: Add completion for `tig'. 2011-04-25 15:04:47 +00:00
Frank Terbeck
12d12ebc92 Felipe Contreras: 29028: _git: Add useful completion for `gitk'. 2011-04-25 11:50:14 +00:00
Frank Terbeck
2b9f9b59e2 29027: _screen: support "/dev/ttyUSB0 [baud]"-style arguments. 2011-04-21 21:05:48 +00:00
Frank Terbeck
37bb9f7353 Valentin Haenel: 29019: Fix git stash completion (apply and pop subcommands). 2011-04-21 20:57:51 +00:00
Peter Stephenson
6112308057 Don't complete p4 reopen to same change. 2011-04-19 15:06:07 +00:00
Frank Terbeck
fe5109bc43 Simon Ruderich: 28927: Fix "git tag -v" completion. 2011-04-15 14:32:09 +00:00
Mikael Magnusson
2c6c147bd3 28998: use correct return status in _make 2011-04-15 09:57:40 +00:00
Peter Stephenson
8020750b3c gi1242+zsh: 28991: fix _svn caching policy 2011-04-13 08:13:04 +00:00
mikamika
c9b0a25bb7 Fix typo in _vim 2011-03-29 10:08:52 +00:00
Frank Terbeck
2895154f89 Johan Sundström: 28890: New _npm completion. 2011-03-20 10:34:33 +00:00
Frank Terbeck
cce858f5ae Nikolai Weibull: 28913: Fix typo which broke `send-email' completion. 2011-03-18 22:43:19 +00:00
Frank Terbeck
b85b9a229d Nikolai Weibull: 28911: Only show modified files for git-checkout without tree. 2011-03-18 22:39:41 +00:00
Frank Terbeck
9e2278e0c1 Nikolai Weibull: 28914: Typo fix in `cvsexportcommit' description 2011-03-18 22:35:52 +00:00
Peter Stephenson
b9cdf11d4f Mikael: users/15875: fix _gpg to use _arguments return status 2011-03-16 14:22:56 +00:00
Peter Stephenson
6a015133bd Baptiste: 28819: FreeBSD completion tweaks 2011-03-01 20:21:59 +00:00
Wayne Davison
f2c4bb42f0 Nikolai Weibull's latest version. 2011-02-27 23:29:53 +00:00
Peter Stephenson
6be3fe2fca 28761: file completion for sccs 2011-02-17 19:54:06 +00:00
Clint Adams
bc71ffe6c9 28648: notmuch completion by Ingmar Vanhassel. 2011-01-24 01:26:13 +00:00
Peter Stephenson
6e95fc9602 28631: gi1242+zsh@gmail.com (as in 28633): completion updates 2011-01-16 20:37:32 +00:00
Clint Adams
53da3d5725 unposted: fix typo in pattern 2011-01-16 15:11:42 +00:00
Peter Stephenson
e72999c092 gi1242+zsh@gmail.com: 28594:
Various new and improved completions
2011-01-09 16:57:01 +00:00
Peter Stephenson
21ee383e28 Mikael: 28585: don't set ret=0 on failure in _mkdir 2011-01-07 09:41:49 +00:00
Peter Stephenson
77281a0905 28574: Ben: use bs format in ri 2011-01-06 19:30:10 +00:00
Bart Schaefer
5d2a7bc3bf 28579: propagate failure status from _arguments in _du so that _complete
will try other completions.
2011-01-06 16:57:40 +00:00
Peter Stephenson
564fd4e8db 28557: Alexey: update 2011-01-05 17:26:17 +00:00
Clint Adams
24622be01c 28548: match psmisc in any case. 2010-12-25 15:31:57 +00:00
Peter Stephenson
dacb22ecbf Mikael: 28484: GNU du completion 2010-12-06 10:17:45 +00:00
Wayne Davison
ddee5deb2d Add completion for help subcommand to _git. 2010-12-04 18:08:12 +00:00
Peter Stephenson
e5ddd5b62f 28468: allow man page completion for files when / is present 2010-12-03 17:24:40 +00:00
Clint Adams
7be8594c8c 28411: complete submodule and annex as subcommands; complete files when the subcommand is unknown. 2010-11-14 19:43:01 +00:00
Peter Stephenson
91564ce04c not quite posted: screen: complete sessions after -S 2010-10-22 16:31:13 +00:00
Peter Stephenson
27a317b168 not quite posted, exactly: improvement to previous _man change 2010-10-21 19:29:09 +00:00
Peter Stephenson
f2081c6bc3 Silas Silva: completion support for man -M 2010-10-21 19:15:29 +00:00
Peter Stephenson
7a4d9bba55 Mikael: 28343: fix setfacl completion 2010-10-12 08:45:06 +00:00
Peter Stephenson
dd061dc2ce Baptiste: 28264: remove the need for sed from _ffmpeg 2010-09-16 12:20:00 +00:00
Peter Stephenson
3865cd0df9 unposted: update Perforce completion for 2010.1 2010-08-23 09:07:09 +00:00
Peter Stephenson
49af8cc847 unposted: more todo.sh commands 2010-08-19 16:08:30 +00:00
Peter Stephenson
42cd6020ea unposted: yet another update to _todo.sh 2010-08-10 17:18:44 +00:00
Peter Stephenson
d2e3b6eb62 unposted: further update to _todo.sh
also I forgot to commit the previous one
2010-08-10 17:13:42 +00:00
Peter Stephenson
0fa931ab7f Holger Macht: 28130: new osc completion 2010-08-05 19:33:47 +00:00
Frank Terbeck
efa5e34c6c 28101: Fix window completion for tmux version 1.3 and newer 2010-07-26 13:56:30 +00:00
Peter Stephenson
b116f33f9a Update version to 4.3.10-dev-2 2010-07-25 21:44:16 +00:00
Wayne Davison
c0325f5233 28000: make the branch arg for "git log" optional. 2010-07-24 19:01:22 +00:00
Peter Stephenson
baee5347e4 28092: let _getconf find more configuration variables 2010-07-20 09:06:55 +00:00
Doug Kearns
af0bfaea08 28078: update _xmlsoft 2010-07-15 14:05:08 +00:00
Doug Kearns
39f8865732 Michael Hwang: 28075: add gpg-zip completion and other improvements to _gpg 2010-07-15 03:16:43 +00:00
Peter Stephenson
50f322298c Jörg Sommer: 28063: suppress warning messages in rubber completion 2010-07-13 08:53:14 +00:00
Clint Adams
4085b07dbd 28060: xmlsoft --nodtdattr completion thanks to Vincent Lefevre. 2010-06-30 12:59:12 +00:00
Doug Kearns
20b3a40783 28056: add option descriptions to _lynx 2010-06-23 01:03:29 +00:00
Doug Kearns
2f4e224103 28055: add some missing options to _vim 2010-06-22 21:59:59 +00:00
Doug Kearns
d455c70fde 28052: remove duplicated completion of the cvs version subcommand 2010-06-22 02:20:44 +00:00
Doug Kearns
9b0e0f348a 28051: update elinks completion for version 0.12pre5 2010-06-22 01:01:07 +00:00
Frank Terbeck
ce22f32bcb Holger Weiss: Completion/Unix/Command/_git: various fixes and enhancements. 2010-06-17 12:22:32 +00:00
Peter Stephenson
48fe737779 Haakon Riiser: 28009: new ffmpeg completion 2010-06-09 08:48:37 +00:00
Doug Kearns
4c2fe82872 Simon Ruderich: 28002: fix bad _feh update commit 2010-06-07 04:59:54 +00:00
Doug Kearns
a54fdc70be unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
Frank Terbeck
c617e5a07b Holger Weiss: 27977: _git shouldn't return 0 if there are no matches. 2010-06-03 10:34:08 +00:00
Peter Stephenson
5068080f78 Daniel Friesel: 27982: feh completion update 2010-06-01 19:15:35 +00:00
Frank Terbeck
b0aec8054c * 27813: Simon Ruderich: Completion/Unix/Command/_git: Complete some generic symbolic references as heads. 2010-05-02 08:56:25 +00:00
Peter Stephenson
c613f33635 unposted: update to _kfmclient
unposted: update to _perforce for Perforce 2009.2
2010-04-26 13:17:24 +00:00
Peter Stephenson
b230a690fa "Akinori MUSHA: 27892: update service & init completion for FreeBSD 2010-04-20 08:59:32 +00:00
Frank Terbeck
d4bf6fcb84 27798: Alexey I. Froloff: Completion/Unix/Command/_git: support for the `--interactive' option of "git commit". 2010-04-14 22:29:25 +00:00
Clint Adams
2e69c9ffd2 27847: completion for uzbl. 2010-03-30 18:37:36 +00:00
Peter Stephenson
7f3590c68f Alexey: 27789: use _arguments in _sudo 2010-03-15 19:35:26 +00:00
bewater
b2daf9a6fa _git: support for user-specific sub commands 2010-03-04 16:13:54 +00:00
Andrey Borzenkov
0ec69e36e5 27715: fixes for current StGIT version 2010-02-16 15:59:21 +00:00
Peter Stephenson
0951a9ad8d unposted: update .distfiles 2010-02-16 10:50:58 +00:00
Peter Stephenson
35971d292b Frank: 27705: git notes completion 2010-02-13 19:09:28 +00:00
Peter Stephenson
efaf292480 Frank: 27702: git notes completion 2010-02-13 19:04:42 +00:00
Peter Stephenson
a13752e2cb Frank: 27696: another tmux completion update 2010-02-09 17:17:07 +00:00
Peter Stephenson
b8d5ad137c 27665: Frank: tmux completion 2010-02-08 10:30:20 +00:00
Peter Stephenson
5d71d12ed2 27658: work around globbing problems in zip completion 2010-02-08 10:24:38 +00:00
Peter Stephenson
7e9952e016 Mikael: 27647: _cp update 2010-02-02 20:47:26 +00:00
Clint Adams
b49746d827 27617: graphicsmagick completion based on _imagemagick. 2010-01-23 07:16:24 +00:00
Peter Stephenson
6190f5f5e2 Frank: 27606: tmux -d 2010-01-19 09:48:23 +00:00
Clint Adams
fd526797f2 Frank Terbeck: 27586: more tmux completion support. 2010-01-10 03:34:20 +00:00
Clint Adams
b1e8b11abe 27579: allow ssh -S argument to follow immediately the option letter. 2010-01-07 14:02:59 +00:00
Clint Adams
c38161461f 27559: espeak language codes and voice names. 2010-01-04 20:34:34 +00:00
Clint Adams
31ec41022c Jesse Weinstein: 27558: completion for espeak. 2010-01-04 20:16:22 +00:00
Clint Adams
f080ccb15a Chris Lamb: 27545: runserver_plus and files completion for django. 2009-12-29 19:56:14 +00:00
Peter Stephenson
5355700992 Greg: 27529: ULR schemas in subversion completion 2009-12-17 09:47:58 +00:00
Peter Stephenson
c4b72029cd 27518: suggest some more configure argument patterns 2009-12-14 21:35:02 +00:00
Andrey Borzenkov
d9c5241fc5 unposted: add --exclude-dir grep option 2009-12-14 16:53:34 +00:00
Peter Stephenson
c7767889b0 Alexey I. Froloff: 27470: _git update 2009-12-13 22:30:29 +00:00
Wayne Davison
45eef71215 Fixed --human-readable options and arg-acceptance of -f. 2009-12-13 18:22:51 +00:00
Peter Stephenson
2fc15d198a Frank: 27450: another tmux completion update 2009-12-05 19:11:49 +00:00
Clint Adams
e6e2c7f3f8 Frank Terbeck: 27458: set-option -w completion. 2009-12-05 17:38:23 +00:00
Clint Adams
f35932958f 27448: mild understanding of xz-compressed tarballs. 2009-12-03 05:33:14 +00:00
Peter Stephenson
dc71720709 27446: Frank: tmux completion update
27447: document change for waiting for $!
2009-12-02 09:56:42 +00:00
Peter Stephenson
bc51b97d53 Alexey: 27445: ruby completion argument 2009-12-01 19:34:03 +00:00
Peter Stephenson
b7c0ab63f3 Baptiste Daroussin: 27431: _make: fix for FreeBSD 2009-11-24 15:46:54 +00:00
Peter Stephenson
d81fb9f1a8 27430: extend make variable value completion 2009-11-24 11:04:25 +00:00
Peter Stephenson
85842387f8 27429: _make: restore variable value completion
make indentation more standard
2009-11-24 10:14:33 +00:00
Peter Stephenson
b97284cde2 Michael Hwang <michael.a.hwang@gmail.com>: 27428:
improved _make
2009-11-24 10:01:01 +00:00
Clint Adams
f1a8b0ca38 27417: fix completion after gpg --verify-files. 2009-11-20 23:01:17 +00:00
Peter Stephenson
be1e9c189d Greg: 27416: repository path enhancement 2009-11-19 09:48:42 +00:00
Peter Stephenson
9e260715c4 unposted: improvement to whole-path Perforce completion 2009-11-17 14:16:32 +00:00
Peter Stephenson
76e087f4b2 Greg Klanderman: 27409: subversion and URL paths 2009-11-15 17:52:02 +00:00
Peter Stephenson
51f1c08fd7 c.f. 27408: remove _mercurial and put back some 2> /dev/null 2009-11-15 17:50:12 +00:00
Peter Stephenson
ee5574b063 Frank Terbeck: 27407: tmux switch-client completion 2009-11-15 17:44:33 +00:00
Peter Stephenson
d1c26dca90 Benjamin R. Haskell: 27399: argument problem in env completion 2009-11-15 17:42:09 +00:00
Peter Stephenson
6383453f57 Benjamin R. Haskell: users/14565: argument problem in env completion 2009-11-15 17:38:46 +00:00
Bart Schaefer
31012c47d5 Greg K: Replace 27377 with 27391. 2009-11-12 04:19:42 +00:00
Bart Schaefer
816e6be1e0 Alexey Froloff: 27367: Completion/Unix/Command/_ri: update for Ruby 1.9
and later
2009-11-11 16:26:00 +00:00
Bart Schaefer
c864e7790e Frank Terbeck: 27364: Completion/Unix/Command/_tmux: fix cut'n'paste error
in descriptions
2009-11-11 15:54:14 +00:00
Bart Schaefer
f91f79c457 Greg Klanderman: 27377 (slightly tweaked): fix ignored (duplicate) file names 2009-11-10 22:17:02 +00:00
Clint Adams
bce9aa947d Frank Terbeck: 27359: completion for tmux 1.1. 2009-11-07 18:58:45 +00:00
Clint Adams
ce8bb05546 Frank Terbeck: 27359: completion for tmux 1.1. 2009-11-07 18:18:44 +00:00
Clint Adams
ff1a8cff74 27315: update for mpc 0.17. 2009-10-24 04:40:32 +00:00
Clint Adams
5cd9c4b500 27314: update list of mpc search types. 2009-10-24 04:17:39 +00:00
Peter Stephenson
8ed0fad414 27308, based on 27305 from Edgar Merino:
search for init scripts in other locations
2009-10-04 18:20:00 +00:00
Peter Stephenson
1138599033 27244: Daniel Friesel: new feh completion 2009-09-05 19:56:08 +00:00
Peter Stephenson
5b80d50ad3 27233: improved _values handling of optional arguments
mount -o loop= argument is optional
2009-08-28 15:10:27 +00:00
Clint Adams
4a2b5b9137 Mikael Magnusson: 27204: remove stray curly brace. 2009-08-05 00:35:16 +00:00
Peter Stephenson
0cc033db7c Brendan Cully: 27088: new Mercurial completion 2009-07-05 19:24:49 +00:00
Peter Stephenson
7a1f580c03 Nicolas Pouillard: 27028: new darcs completion 2009-07-02 09:00:45 +00:00
Andrey Borzenkov
486c21ad3a unposted: support lzma compression of man pages used in Mandriva 2009-06-28 17:19:59 +00:00
Peter Stephenson
cf87e2562c 27061: Nicolas Lalevée: importing files into ant 2009-06-27 20:22:48 +00:00
Peter Stephenson
96eb8faa7c Baptiste Daroussin: 27033: FreeBSD portaudit and mount completion 2009-06-04 15:32:06 +00:00
Clint Adams
35e80f207e Colin Watson: 27027: completion for bzr switch. 2009-06-02 18:13:05 +00:00
Peter Stephenson
7769912b3f Akinori MUSHA: private communication: fix typo in _subversion 2009-06-02 08:46:56 +00:00
Peter Stephenson
4e5ac964e6 Jun T.: 27010: _date in Darwin 2009-05-28 11:57:18 +00:00
Peter Stephenson
a1d6616455 Julien Langer: 26978: stgit patch name completion 2009-05-22 20:13:17 +00:00
Peter Stephenson
8edf8a0658 26970: Greg Klanderman: _subversion: fix caching. 2009-05-22 15:48:32 +00:00
Clint Adams
cfd6be99ee 26939: clean up xmms2 jump completion. 2009-05-22 02:03:19 +00:00
Clint Adams
9d17392c14 Patrick Schoenfeld: 26977: complete .t files for perl. 2009-05-22 02:01:05 +00:00
Peter Stephenson
a4106e0523 Greg Klanderman: 26964 (modified): PROMPT_EOL_MARK 2009-05-17 18:23:09 +00:00
Andrey Borzenkov
cfd3eab3d6 unposted: fix _getfacl 2009-05-09 13:57:29 +00:00
Peter Stephenson
b2176aa525 update _sudo 2009-05-08 08:42:05 +00:00
Clint Adams
4f622ad570 26937: have git log complete files after branch/range. 2009-05-06 16:38:39 +00:00
Peter Stephenson
0b61406ea9 martin f. krafft: 26922: extend xmms2 completion 2009-05-05 08:47:54 +00:00
Bart Schaefer
7125514c46 users/14076 + workers/26906: Completion/Unix/Command/_ssh: fix autoremoval
of some suffixes.
2009-04-30 18:02:08 +00:00
Peter Stephenson
65168c749c 26900: Ben Haskell: ssh -Y, -x and -X are mutually exclusive 2009-04-29 16:36:53 +00:00
Peter Stephenson
e84adfe6cb 26899: Ingmar Vanhassel: complete ssh -Y 2009-04-29 12:32:37 +00:00
Peter Stephenson
7293813b4e unposted: some .distfiles 2009-04-24 09:11:58 +00:00
Clint Adams
af014926d7 Kalle Olavi Niemitalo: 26850: fix breakage in git write-tree and git send-pack. 2009-04-20 03:15:43 +00:00
Peter Stephenson
9961acc566 Alexey I. Froloff: 26830: stripping of manual page suffixes in completion 2009-04-16 10:03:25 +00:00
Peter Stephenson
28dac24fc6 Evgenii Terechkov: 26831: filter out redundant information in _screen 2009-04-16 10:02:00 +00:00
Peter Stephenson
29684e7c81 26829: Alexey I. Froloff: _rsync miscounts fields 2009-04-16 10:00:26 +00:00
Clint Adams
5f26203583 Simon Ruderich: 26800: Completion/Unix/Command/_git: fixes for "git add" completion. 2009-04-04 14:53:01 +00:00
Peter Stephenson
1e7c14ee35 26801: add completion for calendar function
add tracking of precommand modifiers that are in effect
2009-04-01 10:57:10 +00:00
Peter Stephenson
6a2d06e5d9 derf@sievert.tabularazor.org: 26701: new devtodo completion 2009-03-09 09:58:01 +00:00
Peter Stephenson
d968acfacd unposted: fix definition of _perforce_whole_path in 26690 2009-03-06 11:23:17 +00:00
Peter Stephenson
3d5474eb60 add whole-path style to _perforce completer 2009-03-04 18:36:14 +00:00
Clint Adams
7c6a25409c Frank Blendinger: 26656: improved gnupod completion. 2009-03-01 23:53:47 +00:00
Clint Adams
e47333d0a9 Chris Lamb: 26655: complete custom Django management commands. 2009-03-01 16:14:33 +00:00
Clint Adams
3b3ff37cc5 Mikael Magnusson: 26596: new git options. 2009-02-25 02:52:47 +00:00
Peter Stephenson
6d52e0ae1a Jörg Sommer: 26582 2009-02-18 21:49:03 +00:00
Peter Stephenson
4ae72f2255 Danek Duvall: 26571: Additions for Solaris 2009-02-14 18:11:44 +00:00
Clint Adams
6ddb18ce29 26565: fix breakage in 26482. 2009-02-12 18:43:54 +00:00
Clint Adams
7b31a15de8 26544: complete pdf files as well as ps. 2009-02-10 18:33:14 +00:00
Clint Adams
debd4b826a 26494: completion for pydoc. 2009-01-30 16:29:06 +00:00
Clint Adams
4b2549e2f4 Ingmar Vanhassel: 26474: add "git describe --tags" completion and fix typos. 2009-01-29 18:10:45 +00:00
Clint Adams
8489d8eb01 Ingmar Vanhassel: 26473: complete "git commit --cleanup=" and "git commit --allow-empty". 2009-01-29 18:09:26 +00:00
Clint Adams
2d61198457 Ingmar Vanhassel: 26472: complete "git add --intent-to-add". 2009-01-29 18:06:37 +00:00
Clint Adams
c1f0bf30a3 Ingmar Vanhassel: 26471: update "git rebase" completion. 2009-01-29 18:05:28 +00:00
Clint Adams
218a7258b4 Ingmar Vanhassel: 26470: update "git svn" completion. 2009-01-29 18:03:06 +00:00
Clint Adams
0b9e0fc3c5 Ingmar Vanhassel: 26469: complete "git clone --verbose". 2009-01-29 17:40:07 +00:00
Clint Adams
f958e846e4 Ingmar Vanhassel: 26468: "git stage" is now a synonym for "git add". git diff: --staged is a synonym for --cached. 2009-01-29 17:37:48 +00:00
Clint Adams
4ddc411d71 Ingmar Vanhassel: 26467: add "git remote rename" completion. 2009-01-29 17:34:27 +00:00
Clint Adams
844b8b33d3 26483: Completion/Unix/Command/_getfacl, Completion/Unix/Command/_setfacl: handle SGI's acl programs as well as Cygwin's. 2009-01-29 16:27:36 +00:00
Clint Adams
8b7a0fb104 ARGH 2009-01-29 16:06:48 +00:00
Clint Adams
8ac7193c23 unposted: move _getfacl and _setfacl from Completion/Cygwin/Command to
Completion/Unix/Command.
2009-01-29 16:05:27 +00:00
Clint Adams
268357abc0 unposted: move _getfacl and _setfacl from Completion/Cygwin/Command to Completion/Unix/Command. 2009-01-29 16:02:54 +00:00
Clint Adams
3bd094b1bc 26482: complete patch -U, --unified-reject-files, --global-reject-file. 2009-01-29 15:54:42 +00:00
Doug Kearns
7d8db3f1a3 26413: update ant completion for version 1.7.1 2009-01-24 15:07:20 +00:00
Clint Adams
e23b86b716 26405: completion for xmms2, from Louis-David Mitterand. 2009-01-22 15:11:51 +00:00
Doug Kearns
7361b28c9c 26372: update antiword completion for version 0.37 2009-01-20 02:04:27 +00:00
Peter Stephenson
8541ccb842 Doug Kearns: 26365: new python 3.0 options 2009-01-19 10:28:30 +00:00
Doug Kearns
de41104d67 26361: update rake completion for version 0.8.3 2009-01-19 04:48:18 +00:00
Doug Kearns
351ebc1d09 26360: add --work-tree option to git completion 2009-01-19 02:58:06 +00:00
Clint Adams
4a2cd0410f Richard Hartmann: 26175: updates for vim completion. 2008-12-29 00:52:36 +00:00
Clint Adams
61e692400b Richard Hartmann: 26114: add color options. 2008-12-09 00:44:49 +00:00
Clint Adams
bda2edb4c5 Brendan Cully: 26057: mercurial completion updates. 2008-11-26 02:13:20 +00:00
Bart Schaefer
6636282a16 users/13477: call _files instead of _path_files to correctly handle
cycling through choices.
2008-11-23 18:23:28 +00:00
Clint Adams
0e8d56723a 26023: skeletal completion for tg (topgit). 2008-11-11 12:13:50 +00:00
Clint Adams
3a8803a411 26016: treat "bzr co" as an alias of "bzr checkout"; patch from Ryo IGARASHI. 2008-11-07 02:34:51 +00:00
Clint Adams
6dbf2f2f4a 25988: declare temporary cache array as local, thanks to problem noticed by Kazuhiro NISHIYAMA. 2008-11-02 14:12:29 +00:00
Bart Schaefer
b37952c37b Phil Pennock: 25854: fix Devel module completion for "perl -d:". 2008-10-15 06:17:39 +00:00
Clint Adams
9b3a41d529 Jörg Sommer: 25882: run ssh with -oBatchMode=yes. 2008-10-14 21:08:00 +00:00
Peter Stephenson
5f83b99605 Marc Chantreux: 25816: promiscuous ip links 2008-10-11 21:49:56 +00:00
Bart Schaefer
7783d398c3 25029: : "environ" style to allow a different search path when completing
as a different user.
2008-10-10 09:56:25 +00:00
Clint Adams
dc9f889867 25833: remove zparseopts line obsoleted by 25824. 2008-10-09 22:15:19 +00:00
Clint Adams
ca3182ad3d Jörg Sommer: 25824: make it possible to use abbreviated paths for tree files. 2008-10-09 21:54:09 +00:00