about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2015-06-18 23:47:40 +0200
committerOliver Kiddle <opk@zsh.org>2015-06-18 23:47:40 +0200
commit8ebb4e65a9b47d68b730ff02e70d9ba28d3ccd3f (patch)
tree732d88d4b627fdb05139efaf07aaff0d7ad171ca /ChangeLog
parent2c301822ca4c19e028b0ef978ee7b7a84d64fe81 (diff)
downloadzsh-8ebb4e65a9b47d68b730ff02e70d9ba28d3ccd3f.tar.gz
zsh-8ebb4e65a9b47d68b730ff02e70d9ba28d3ccd3f.tar.xz
zsh-8ebb4e65a9b47d68b730ff02e70d9ba28d3ccd3f.zip
35504: complete % placeholders for git log --format
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9614924d6..2b4dfb4a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-06-18  Oliver Kiddle  <opk@zsh.org>
 
+	* 35504: Completion/Unix/Command/_git: complete % placeholders
+	for git log --format
+
 	* 35521: Completion/Zsh/Type/_file_descriptors: sort matches
 	numerically and use pfiles on Solaris