diff options
| author | Eitan Adler <lists@eitanadler.com> | 2020-01-11 13:46:13 +0000 |
|---|---|---|
| committer | Oliver Kiddle <okiddle@yahoo.co.uk> | 2020-01-11 17:37:44 +0100 |
| commit | 5482d65d5c9b933db8df3d3f39d36df9c5f63bdd (patch) | |
| tree | 48071c1ecf1554217cca3bf7e138e4b145e7c509 /Completion/Unix | |
| parent | users/24628 (fixed): More doc for selectw-word-style widgets. (diff) | |
| download | zsh-5482d65d5c9b933db8df3d3f39d36df9c5f63bdd.tar zsh-5482d65d5c9b933db8df3d3f39d36df9c5f63bdd.tar.gz zsh-5482d65d5c9b933db8df3d3f39d36df9c5f63bdd.tar.bz2 zsh-5482d65d5c9b933db8df3d3f39d36df9c5f63bdd.tar.lz zsh-5482d65d5c9b933db8df3d3f39d36df9c5f63bdd.tar.xz zsh-5482d65d5c9b933db8df3d3f39d36df9c5f63bdd.tar.zst zsh-5482d65d5c9b933db8df3d3f39d36df9c5f63bdd.zip | |
45280: _git: add -local variants
Technically all timezone formats support the "-local" suffix but it is
not meaningful for all of them. As such just list out the specific
formats which it does.
Also adjust the 'default' description
Diffstat (limited to 'Completion/Unix')
| -rw-r--r-- | Completion/Unix/Command/_git | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 2906a2276..7f2c206c1 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -6116,15 +6116,22 @@ __git_date_formats () { date_formats=( relative:'show dates relative to the current time' - local:'show timestamps in local timezone' + local:'show timestamps in the local timezone' iso{,8601}:'show timestamps in ISO 8601 format' + iso{,8601}-local:'show timestamps in ISO 8601 format in the local timezone' |
