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:34:58 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-10-25 18:47:26 +0000
commitf890d442e22fccb94997c400710a88f8415388cf (patch)
tree6c687e431a36f1cf4e22d21f48ac50f72b5a97ea /ChangeLog
parent17af119089379ec1b65b327c72eee3aac93fada7 (diff)
downloadzsh-f890d442e22fccb94997c400710a88f8415388cf.tar.gz
zsh-f890d442e22fccb94997c400710a88f8415388cf.tar.xz
zsh-f890d442e22fccb94997c400710a88f8415388cf.zip
36959: _git: Offer @~$n as completion of recent commits.
Suggested-by: Oliver Kiddle (users/20705)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 234f26f11..67129de6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-10-25  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 36959: Completion/Unix/Command/_git: _git: Offer @~$n as
+	completion of recent commits.
+
 	* 36958: Completion/Unix/Command/_git: _git: Fix recent commit
 	completion descriptions.