diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-10-25 18:35:38 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-10-25 18:52:13 +0000 |
commit | cc19bb96b91904cc650512297df63b834aa42d28 (patch) | |
tree | 1d8c5b4d5ce4716724f42d7f67108b5945090416 /ChangeLog | |
parent | b4f7482e44ec59bfe99c8d0f23503570eda0ca1b (diff) | |
download | zsh-cc19bb96b91904cc650512297df63b834aa42d28.tar.gz zsh-cc19bb96b91904cc650512297df63b834aa42d28.tar.xz zsh-cc19bb96b91904cc650512297df63b834aa42d28.zip |
36964: _git: Complete remotes branch names with slashes correctly.
For example, 'git push remote HEAD:foo/bar' creates such branches.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c77e0a525..2e5b99cd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-10-25 Daniel Shahaf <d.s@daniel.shahaf.name> + * 36964: Completion/Unix/Command/_git: _git: Complete remotes + branch names with slashes correctly. + * 36960: Completion/Unix/Command/_git: _git: Enable slash matcher for more branch and tag completions, include 'git branch <TAB>' and 'git tag <TAB>'. |