mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
36304: _git-cat-file: Fix regression in 36237
This broke 'git cat-file blob origin:Etc/<TAB>'.
This commit is contained in:
parent
51f5898dc0
commit
63b1dcd284
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-08-27 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* 36304: Completion/Unix/Command/_git: _git-cat-file: Fix
|
||||
regression in 36237
|
||||
|
||||
2015-08-27 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* unposted (cf. Axel Beckert 36292): Test/A05execution.ztst:
|
||||
|
|
|
@ -6008,6 +6008,7 @@ __git_tree_files () {
|
|||
|
||||
if [[ $1 == --root-relative ]]; then
|
||||
extra_args+=(--full-tree)
|
||||
shift
|
||||
fi
|
||||
|
||||
zparseopts -D -E -a compadd_opts V: J: 1 2 n f X: M: P: S: r: R: q F:
|
||||
|
|
Loading…
Reference in a new issue