summaryrefslogtreecommitdiffstats
path: root/Completion/Unix
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-06-26 18:06:39 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-06-28 13:01:09 +0000
commitc1c1fb9b2c39757e210bd047ceee97d8d91ed3f8 (patch)
tree35d94414e6dfdfb4b1950d5b1c562ed7a10d4a26 /Completion/Unix
parent46140: _git: Fix insufficiently quoted pattern (diff)
downloadzsh-c1c1fb9b2c39757e210bd047ceee97d8d91ed3f8.tar
zsh-c1c1fb9b2c39757e210bd047ceee97d8d91ed3f8.tar.gz
zsh-c1c1fb9b2c39757e210bd047ceee97d8d91ed3f8.tar.bz2
zsh-c1c1fb9b2c39757e210bd047ceee97d8d91ed3f8.tar.lz
zsh-c1c1fb9b2c39757e210bd047ceee97d8d91ed3f8.tar.xz
zsh-c1c1fb9b2c39757e210bd047ceee97d8d91ed3f8.tar.zst
zsh-c1c1fb9b2c39757e210bd047ceee97d8d91ed3f8.zip
46130: _git-config: Complete some more options.
Diffstat (limited to 'Completion/Unix')
-rw-r--r--Completion/Unix/Command/_git93
1 files changed, 68 insertions, 25 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 602d0d008..d8e1743b5 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -2387,12 +2387,15 @@ __git_config_option-or-value () {
advice.nestedTag:'show advice if a user attempts to recursively tag a tag object::->bool:true'
author.email:'email address used for author in commits::_email_addresses -c'