diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-06-02 13:29:09 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-06-03 02:21:54 +0000 |
commit | 713eaa055d3914a06b71fe39581486c5b2bef60a (patch) | |
tree | 79aa87812ccf40007e78dd5f9fe24c83404bc26a /ChangeLog | |
parent | c9825f6440602b7475283a5fd0bea50383aa912a (diff) | |
download | zsh-713eaa055d3914a06b71fe39581486c5b2bef60a.tar.gz zsh-713eaa055d3914a06b71fe39581486c5b2bef60a.tar.xz zsh-713eaa055d3914a06b71fe39581486c5b2bef60a.zip |
38576: _git: Also detect _git-${thirdparty} functions in $fpath that are symlinks.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5d679dacc..7572a06b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-06-03 Daniel Shahaf <d.s@daniel.shahaf.name> + + * 38576: Completion/Unix/Command/_git: Also detect + _git-${thirdparty} functions in $fpath that are symlinks. + 2016-06-02 Eric Cook <llua@gmx.com> * 38567: Marko Myllynen: Completion/Unix/Command/_locale: |