1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 04:40:59 +01:00

Jörg Sommer: 25824: make it possible to use abbreviated paths for tree files.

This commit is contained in:
Clint Adams 2008-10-09 21:54:09 +00:00
parent ad3e2aa215
commit ca3182ad3d
2 changed files with 6 additions and 1 deletions

View file

@ -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.,