diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2015-08-30 22:01:55 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2015-08-30 22:01:55 +0200 |
commit | 2a4475bbba3adf67ae6e95dc489ca41d0062483f (patch) | |
tree | be2fec1a3c0487b62b16402c1a73135fe00ccb78 /Completion/Unix/Command/_git | |
parent | a90fb9402a5652391f57e1838399f700ca9a4a4e (diff) | |
parent | 11189c6df725d682a5b0759f83d0bd5afc0e330a (diff) | |
download | zsh-2a4475bbba3adf67ae6e95dc489ca41d0062483f.tar.gz zsh-2a4475bbba3adf67ae6e95dc489ca41d0062483f.zip |
Merge tag 'zsh-5.1' into debian
Diffstat (limited to 'Completion/Unix/Command/_git')
-rw-r--r-- | Completion/Unix/Command/_git | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index a096007d6..740969903 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -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: |