summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_git
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2026-03-09 00:12:22 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2026-03-09 00:12:22 +0900
commit8758234470325992217f34ec7ce721b867992369 (patch)
tree6d5720e76dd674c89ce024b8485299e3fd0a7e63 /Completion/Unix/Command/_git
parent54203: missed file from previous commit (diff)
downloadzsh-8758234470325992217f34ec7ce721b867992369.tar
zsh-8758234470325992217f34ec7ce721b867992369.tar.gz
zsh-8758234470325992217f34ec7ce721b867992369.tar.bz2
zsh-8758234470325992217f34ec7ce721b867992369.tar.lz
zsh-8758234470325992217f34ec7ce721b867992369.tar.xz
zsh-8758234470325992217f34ec7ce721b867992369.tar.zst
zsh-8758234470325992217f34ec7ce721b867992369.zip
54185+54209: set default value of verbose style to true
Diffstat (limited to 'Completion/Unix/Command/_git')
-rw-r--r--Completion/Unix/Command/_git2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 8d2239cba..69d3ab609 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -1674,7 +1674,7 @@ _git-reset () {
case $state in
(file)
local tree=HEAD
- if zstyle -t :completion:${curcontext}: verbose; then
+ if zstyle -T :completion:${curcontext}: verbose; then
if ! tree=$(_call_program headed git rev-parse --verify HEAD); then
# well-known sha1 of the empty tree
tree=4b825dc642cb6eb9a060e54bf8d69288fbee4904