index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Completion
/
Unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
49444: libarchive tar can actually extract much more formats
Alex Xu (Hello71)
2021-09-28
1
-1
/
+1
*
Add support for multi-project builds to _gradle
Marlon Richert
2021-09-28
1
-8
/
+30
*
48832: try _gnu_generic first
Bart Schaefer
2021-09-06
1
-1
/
+1
*
49343: Fix file name completion of GNU digest utilities
Shohei YOSHIDA
2021-09-04
1
-1
/
+4
*
49345: fix git file completion for paths starting with ../
Oliver Kiddle
2021-09-04
1
-4
/
+4
*
49327: complete for new git maintenance, for-each-repo, sparse-checkout and b...
Oliver Kiddle
2021-08-29
1
-2
/
+106
*
49319: completion options update
Oliver Kiddle
2021-08-29
35
-157
/
+344
*
49317: cleanup inappropriate use of {...} specs with _arguments or _alternative
Oliver Kiddle
2021-08-29
4
-30
/
+30
*
49316: add (-.) glob qualifier to globs where only files are applicable
Oliver Kiddle
2021-08-29
4
-13
/
+13
*
49315: list units in brackets at the end of group descriptions
Oliver Kiddle
2021-08-29
6
-27
/
+21
*
49234: add missing options in python completion
Štěpán Němec
2021-08-27
1
-2
/
+5
*
github #78: Fix completions in _pandoc
DCsunset
2021-08-24
1
-3
/
+3
*
49268: use an empty string search to find matches for info --index-search= co...
Oliver Kiddle
2021-08-16
1
-2
/
+10
*
49160: fix quoting for xmllint --pretty completion
Oliver Kiddle
2021-08-16
1
-1
/
+1
*
49158: remove superfluous function definitions
Oliver Kiddle
2021-07-11
2
-38
/
+30
*
49157: fix uses of literal % characters in completion descriptions
Oliver Kiddle
2021-07-10
3
-4
/
+4
*
49156: make wider use of the convention of square brackets for defaults
Oliver Kiddle
2021-07-10
15
-33
/
+32
*
49151: remove commas erroneously included in _arguments exclusion lists
Oliver Kiddle
2021-07-09
3
-7
/
+7
*
49150: consistently use singular form for headings on completion match groups
Oliver Kiddle
2021-07-09
48
-154
/
+154
*
49149: add specific values in completion after ssh-keygen -b depending on the...
Oliver Kiddle
2021-07-09
1
-3
/
+8
*
49153: cut off .lua extension from module files that occurs when using lmod f...
Max Voit
2021-07-08
1
-1
/
+1
*
48920: _pgrep: Address issues related to -f completion
dana
2021-06-14
1
-2
/
+5
*
48920: _pgrep: Clarify -x description
dana
2021-06-14
1
-1
/
+1
*
48952: expand octal codes for record separators in perl completion
Oliver Kiddle
2021-06-03
1
-39
/
+60
*
48938: remove vim fold and option markers in completions
Oliver Kiddle
2021-06-03
2
-34
/
+31
*
48939: update completion of options for rsync 3.2.3
Oliver Kiddle
2021-06-03
1
-15
/
+38
*
48897: completion updates for DragonFly 6.0 and OpenBSD 6.9
Oliver Kiddle
2021-05-22
8
-13
/
+29
*
48891: Fix pgrep/pkill -f completion
Marlon Richert
2021-05-21
1
-2
/
+9
*
users/26649: add zstyle for rake targets without description
Jörg Sommer
2021-05-17
1
-1
/
+3
*
48783: update ansible completion to 2.10.8
Oliver Kiddle
2021-05-16
1
-13
/
+25
*
48623: update options in openssh completion to version 8.6
Oliver Kiddle
2021-05-16
1
-40
/
+66
*
_timeout: Fix wrong syntax
Mikael Magnusson
2021-05-16
1
-1
/
+1
*
48702: _pandoc: don't use cache, multiple extensions of format, etc.
Jun-ichi Takimoto
2021-04-28
1
-261
/
+114
*
github/zsh-completions #792: added completions for opus-tools (opusenc, opusd...
André Kugland
2021-04-19
1
-0
/
+71
*
48619: complete inventory plugins in assignments to ANSIBLE_INVENTORY_ENABLED
Oliver Kiddle
2021-04-19
1
-7
/
+7
*
48618: update completions for FreeBSD 13
Oliver Kiddle
2021-04-19
6
-33
/
+89
*
48466: correct indentation and remove tabs and trailing spaces
Marc Chantreux
2021-04-11
1
-29
/
+29
*
48445: pluralize tags in _surfraw
Marc Chantreux
2021-04-11
1
-8
/
+8
*
48338: _git: Support case-insensitive path matching
dana
2021-04-10
1
-3
/
+8
*
48437: fix pid completion when cursor is in the middle of the line
Oliver Kiddle
2021-04-09
1
-2
/
+2
*
48416: update _gcore for macOS and GNU
Jun-ichi Takimoto
2021-04-08
1
-3
/
+13
*
48321 (tweaked per thread): _perl_modules: Don't assume ${words[1]} to be eit...
Daniel Shahaf
2021-04-08
1
-5
/
+6
*
users/26579: changes from review including parameter expansion to replace awk
Marc Chantreux
2021-04-06
1
-13
/
+17
*
48414: quote closing bracket to adapt for change in 43928
Oliver Kiddle
2021-04-06
1
-1
/
+1
*
48218 (+ 48354): various improvements for _gcc
Jacob Gelbman
2021-04-04
1
-989
/
+2052
*
github #74: Drop vcsh completions, maintained upstream
Caleb Maclennan
2021-03-31
1
-89
/
+0
*
48192: Fix _openstack completion for new style clients
Syphdias
2021-03-31
1
-53
/
+64
*
users/26557: add bookmarks support and remove the header from the final list ...
Marc Chantreux
2021-03-31
1
-2
/
+16
*
48166: add completion for ctags language options
Jacob Gelbman
2021-03-29
1
-197
/
+244
*
48231: add missing git --pretty formats and improve descriptions
Štěpán Němec
2021-03-28
1
-7
/
+9
[next]