diff options
| author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2026-03-09 00:12:22 +0900 |
|---|---|---|
| committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2026-03-09 00:12:22 +0900 |
| commit | 8758234470325992217f34ec7ce721b867992369 (patch) | |
| tree | 6d5720e76dd674c89ce024b8485299e3fd0a7e63 /Completion/Unix/Command/_git | |
| parent | 54203: missed file from previous commit (diff) | |
| download | zsh-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/_git | 2 |
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 |
