diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-10-09 22:15:19 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-10-09 22:15:19 +0000 |
commit | dc9f8898674aa20b6a1b8dbdf6c37586aaa7ccf3 (patch) | |
tree | 2429d43ee4c9378afbd071aac1a55c72915889ec /Completion/Unix/Command | |
parent | ca3182ad3dd0b616c31abd035dd0209b7528a2f5 (diff) | |
download | zsh-dc9f8898674aa20b6a1b8dbdf6c37586aaa7ccf3.tar.gz zsh-dc9f8898674aa20b6a1b8dbdf6c37586aaa7ccf3.tar.xz zsh-dc9f8898674aa20b6a1b8dbdf6c37586aaa7ccf3.zip |
25833: remove zparseopts line obsoleted by 25824.
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_git | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 366cc5d97..b0fcc707f 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -2791,9 +2791,6 @@ __git_changed_files () { (( $+functions[__git_tree_files] )) || __git_tree_files () { local multi_parts_opts - - zparseopts -D -E -a multi_parts_opts M: J: V: 1 2 n F: X: - local tree Path integer at_least_one_tree_added local -a tree_files |