summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authorØystein Walle <oystwa@gmail.com>2013-09-22 12:48:25 +0200
committerFrank Terbeck <ft@bewatermyfriend.org>2013-09-22 14:01:14 +0200
commitcf0eae5d961dae491baea0d2f8810b4293f993f6 (patch)
tree738a0316f8730cd44ecda695bd58660903ba9a2d /Completion/Unix/Command
parentab05a3d6d48ffaa9bb17621fe5843cd8a446d078 (diff)
downloadzsh-cf0eae5d961dae491baea0d2f8810b4293f993f6.tar.gz
zsh-cf0eae5d961dae491baea0d2f8810b4293f993f6.zip
31751: _git: remove TODOs of actually documented options
No functional changes.
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_git4
1 files changed, 0 insertions, 4 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index eaff1b30a..4bb9d2402 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -1746,7 +1746,6 @@ _git-config () {
value_arg=': :->value'
fi
- # TODO --local is undocumented.
_arguments -w -C -S -s \
'( --system --local -f --file)--global[use user-global config file]' \
'(--global --local -f --file)--system[use system-wide config file]' \
@@ -6045,11 +6044,8 @@ __git_setup_revision_options () {
'--log-size[print log message size in bytes before the message]'
'--use-mailmap[use mailmap file to map author and committer names and email]'
- # TODO: --reflog is undocumented.
'--reflog[show all commits from reflogs]'
- # TODO: --default is undocumented.
'--default[use argument as default revision]:default revision:__git_revisions'
- # TODO: --abrev is undocumented.
'--abbrev=[set minimum SHA1 display-length]: :__git_guard_number length'
# TODO: --no-abbrev is undocumented.
'--no-abbrev[undocumented]'