about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2015-10-25 18:35:20 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-10-25 18:47:35 +0000
commitb4f7482e44ec59bfe99c8d0f23503570eda0ca1b (patch)
tree520ab42a430e0885d118c7ebc19c745eb5b26fe3 /ChangeLog
parentf890d442e22fccb94997c400710a88f8415388cf (diff)
downloadzsh-b4f7482e44ec59bfe99c8d0f23503570eda0ca1b.tar.gz
zsh-b4f7482e44ec59bfe99c8d0f23503570eda0ca1b.tar.xz
zsh-b4f7482e44ec59bfe99c8d0f23503570eda0ca1b.zip
36960: _git: Enable slash matcher for more branch and tag completions, include 'git branch <TAB>' and 'git tag <TAB>'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67129de6e..c77e0a525 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2015-10-25  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 36960: Completion/Unix/Command/_git: _git: Enable slash matcher
+	for more branch and tag completions, include 'git branch <TAB>'
+	and 'git tag <TAB>'.
+
 	* 36959: Completion/Unix/Command/_git: _git: Offer @~$n as
 	completion of recent commits.