about summary refs log tree commit diff
path: root/Completion/Unix/Command
Commit message (Collapse)AuthorAgeFilesLines
* Patrick Schoenfeld: 26977: complete .t files for perl.Clint Adams2009-05-221-1/+1
|
* Greg Klanderman: 26964 (modified): PROMPT_EOL_MARKPeter Stephenson2009-05-171-3/+2
|
* unposted: fix _getfaclAndrey Borzenkov2009-05-091-3/+4
|
* update _sudoPeter Stephenson2009-05-081-18/+37
|
* 26937: have `git log` complete files after branch/range.Clint Adams2009-05-061-2/+2
|
* martin f. krafft: 26922: extend xmms2 completionPeter Stephenson2009-05-051-0/+14
|
* users/14076 + workers/26906: Completion/Unix/Command/_ssh: fix autoremovalBart Schaefer2009-04-301-5/+5
| | | | of some suffixes.
* 26900: Ben Haskell: ssh -Y, -x and -X are mutually exclusivePeter Stephenson2009-04-291-3/+3
|
* 26899: Ingmar Vanhassel: complete ssh -YPeter Stephenson2009-04-291-0/+1
|
* unposted: some .distfiles zsh-4.3.9-dev-3Peter Stephenson2009-04-241-0/+3
|
* Kalle Olavi Niemitalo: 26850: fix breakage in git write-tree and git send-pack.Clint Adams2009-04-201-2/+2
|
* Alexey I. Froloff: 26830: stripping of manual page suffixes in completionPeter Stephenson2009-04-161-2/+2
|
* Evgenii Terechkov: 26831: filter out redundant information in _screenPeter Stephenson2009-04-161-3/+3
|
* 26829: Alexey I. Froloff: _rsync miscounts fieldsPeter Stephenson2009-04-161-2/+5
|
* Simon Ruderich: 26800: Completion/Unix/Command/_git: fixes for "git add" ↵Clint Adams2009-04-041-3/+3
| | | | completion.
* 26801: add completion for calendar functionPeter Stephenson2009-04-011-9/+31
| | | | add tracking of precommand modifiers that are in effect
* derf@sievert.tabularazor.org: 26701: new devtodo completionPeter Stephenson2009-03-092-0/+175
|
* unposted: fix definition of _perforce_whole_path in 26690Peter Stephenson2009-03-061-2/+4
|
* add whole-path style to _perforce completerPeter Stephenson2009-03-041-14/+64
|
* Frank Blendinger: 26656: improved gnupod completion.Clint Adams2009-03-011-8/+25
|
* Chris Lamb: 26655: complete custom Django management commands.Clint Adams2009-03-011-0/+9
|
* Mikael Magnusson: 26596: new git options.Clint Adams2009-02-251-1/+12
|
* Jörg Sommer: 26582Peter Stephenson2009-02-181-0/+1
|
* Danek Duvall: 26571: Additions for SolarisPeter Stephenson2009-02-142-440/+1
|
* 26565: fix breakage in 26482.Clint Adams2009-02-121-1/+2
|
* 26544: complete pdf files as well as ps.Clint Adams2009-02-101-1/+1
|
* 26494: completion for pydoc.Clint Adams2009-01-301-0/+16
|
* Ingmar Vanhassel: 26474: add "git describe --tags" completion and fix typos.Clint Adams2009-01-291-2/+3
|
* Ingmar Vanhassel: 26473: complete "git commit --cleanup=" and "git commit ↵Clint Adams2009-01-291-0/+5
| | | | --allow-empty".
* Ingmar Vanhassel: 26472: complete "git add --intent-to-add".Clint Adams2009-01-291-0/+1
|
* Ingmar Vanhassel: 26471: update "git rebase" completion.Clint Adams2009-01-291-0/+2
|
* Ingmar Vanhassel: 26470: update "git svn" completion.Clint Adams2009-01-291-15/+29
|
* Ingmar Vanhassel: 26469: complete "git clone --verbose".Clint Adams2009-01-291-1/+2
|
* Ingmar Vanhassel: 26468: "git stage" is now a synonym for "git add". git ↵Clint Adams2009-01-291-1/+7
| | | | diff: --staged is a synonym for --cached.
* Ingmar Vanhassel: 26467: add "git remote rename" completion.Clint Adams2009-01-291-1/+6
|
* 26483: Completion/Unix/Command/_getfacl, Completion/Unix/Command/_setfacl: ↵Clint Adams2009-01-292-2/+40
| | | | handle SGI's acl programs as well as Cygwin's.
* ARGHClint Adams2009-01-291-16/+0
|
* unposted: move _getfacl and _setfacl from Completion/Cygwin/Command toClint Adams2009-01-291-0/+16
| | | | Completion/Unix/Command.
* unposted: move _getfacl and _setfacl from Completion/Cygwin/Command to ↵Clint Adams2009-01-293-0/+26
| | | | Completion/Unix/Command.
* 26482: complete patch -U, --unified-reject-files, --global-reject-file.Clint Adams2009-01-291-0/+3
|
* 26413: update ant completion for version 1.7.1Doug Kearns2009-01-241-1/+3
|
* 26405: completion for xmms2, from Louis-David Mitterand.Clint Adams2009-01-221-0/+200
|
* 26372: update antiword completion for version 0.37Doug Kearns2009-01-201-1/+2
|
* Doug Kearns: 26365: new python 3.0 optionsPeter Stephenson2009-01-191-7/+23
|
* 26361: update rake completion for version 0.8.3Doug Kearns2009-01-191-4/+10
|
* 26360: add --work-tree option to git completionDoug Kearns2009-01-191-0/+1
|
* Richard Hartmann: 26175: updates for vim completion.Clint Adams2008-12-291-8/+15
|
* Richard Hartmann: 26114: add color options.Clint Adams2008-12-091-0/+6
|
* Brendan Cully: 26057: mercurial completion updates.Clint Adams2008-11-261-23/+869
|
* users/13477: call _files instead of _path_files to correctly handleBart Schaefer2008-11-231-1/+1
| | | | cycling through choices.