about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2015-05-13 16:14:32 +0200
committerDaniel Hahler <git@thequod.de>2015-05-18 02:48:03 +0200
commit34a1489f436d95bc2404f8e371130a469cbccebe (patch)
tree52166186e48b048a6b0499315041c82a919efa7f /ChangeLog
parent733db1b41126a45ce1ecf5c552e1ad5d8acf9c72 (diff)
downloadzsh-34a1489f436d95bc2404f8e371130a469cbccebe.tar.gz
zsh-34a1489f436d95bc2404f8e371130a469cbccebe.tar.xz
zsh-34a1489f436d95bc2404f8e371130a469cbccebe.zip
35105: completion: git: add distance_from_head to __git_recent_commits
This adds the "HEAD~15" gitrevisions(7) identifier of the commit to the
description, which also uniquifies, isn't redundant, and may be easier
to type.

Ref: zsh-workers/34820 (http://www.zsh.org/mla/workers/2015/msg00744.html)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a00c51162..68b644823 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,9 @@
 
 	* 35106: completion: git: unique name for __git_recent_commits.
 
+	* Daniel Shahaf: 35105: Completion/Unix/Command/_git: add
+	distance_from_head to __git_recent_commits.
+
 2015-05-16  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 35161: Completion/Unix/Command/_git: completion: git: Fix