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

1157 commits

Author SHA1 Message Date
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