From ca3182ad3dd0b616c31abd035dd0209b7528a2f5 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 9 Oct 2008 21:54:09 +0000 Subject: Jörg Sommer: 25824: make it possible to use abbreviated paths for tree files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog | 5 +++++ Completion/Unix/Command/_git | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 16e9150ed..8b25e70c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-09 Clint Adams + + * Jörg Sommer: 25824: Completion/Unix/Command/_git: make it + possible to use abbreviated paths for tree files. + 2008-10-09 Peter Stephenson * 25831: Doc/Zsh/expn.yo, Doc/Zsh/options.yo, Src/params.c, diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index f3196b895..366cc5d97 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -2811,7 +2811,7 @@ __git_tree_files () { fi local expl - _wanted files expl 'tree file' compadd $multi_parts_opts -f -a tree_files + _wanted files expl 'tree file' _multi_parts -f $@ -- / tree_files } # TODO: deal with things that __git_heads and __git_tags has in common (i.e., -- cgit 1.4.1