about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2015-05-19 01:54:51 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-05-19 01:55:15 +0000
commit6bfe6fd84b2c5d62f95ebd1afcd241050515f512 (patch)
tree1ddd4f742f709941f807395f5f8bf36e053f8fef /ChangeLog
parentff190946690b5e770721462b706029559c0f9587 (diff)
downloadzsh-6bfe6fd84b2c5d62f95ebd1afcd241050515f512.tar.gz
zsh-6bfe6fd84b2c5d62f95ebd1afcd241050515f512.tar.xz
zsh-6bfe6fd84b2c5d62f95ebd1afcd241050515f512.zip
users/20222: completion: git: Add matchspec for heads
Allows 'git checkout o/m<TAB>' to complete 'origin/master'.

Moreover, '/x<TAB>' would complete 'foo/bar/xyzzy/baz', since the matchspec
uses not '*' but '**'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 568a3b7c1..88376c078 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-05-19  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* users/20222: Completion/Unix/Command/_git: users/20222:
+	completion: git: Add matchspec for heads
+
 2015-05-18  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 35193: Doc/Zsh/builtins.yo, Src/builtin.c, Src/hashtable.h,