From dc9f8898674aa20b6a1b8dbdf6c37586aaa7ccf3 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 9 Oct 2008 22:15:19 +0000 Subject: 25833: remove zparseopts line obsoleted by 25824. --- ChangeLog | 3 +++ Completion/Unix/Command/_git | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8b25e70c0..ec10017cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-10-09 Clint Adams + * 25833: Completion/Unix/Command/_git: remove zparseopts line + obsoleted by 25824. + * Jörg Sommer: 25824: Completion/Unix/Command/_git: make it possible to use abbreviated paths for tree files. 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 -- cgit v1.3.1