Age | Commit message (Collapse) | Author | Files | Lines |
|
$git_options in preparation for the after-next commit.
|
|
|
|
|
|
'setrevprop', 'delrevprop'.
|
|
|
|
|
|
|
|
completion of word-style styles for zstyle
|
|
|
|
|
|
positional arguments.
|
|
and menu items
|
|
In particular those for GPG signing a push
|
|
|
|
|
|
|
|
|
|
|
|
default completion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also factor out completion for system calls and new functions for
truss and ltrace.
|
|
|
|
|
|
|
|
|
|
|
|
upon completing values for an unknown option.
For example:
% git config x.y.z <TAB>
+_git-config:834> case x.y.z (alias.*)
+_git-config:834> case x.y.z (remotes.*)
+_git-config:860> local z=$'\C-@'
+_git-config:861> declare -a parts
+_git-config:862> parts=( '' )
+_git-config:863> (( 1 < 2 ))
+_git-config:863> [[ x.y.z == [^.]##.*.[^.]## ]]
+_git-config:864> parts=( '' )
+_git-config:866> (( 1 > 0 ))
+_git-config:867> case (-\>*)
+_git-config:867> case (*)
+_git-config:1197> declare -a action
+_git-config:1198> _description values expl ''
+_git-config:1199> eval 'action=()'
+(eval):1> action=( )
+_git-config:1200> '' -J values
_git-config:1200: permission denied:
+_git-config:1206> return ret
|
|
|
|
|
|
for time specifiers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes 'git cat-file blob HEAD^:<TAB>' and a few other cases.
|
|
|
|
|
|
with getent
|
|
|
|
suggested by Matthew.
|
|
with Nils Luxton)
|
|
|