about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRamkumar Ramachandra <artagnon@gmail.com>2013-04-20 18:26:12 +0530
committerFrank Terbeck <ft@bewatermyfriend.org>2013-04-25 14:36:08 +0200
commit2ea9cd47752de9bd5b791c9394b3f625a35db3c2 (patch)
tree25da0da1600784c3637f4ba26c3ec7bcc986cb79 /ChangeLog
parentcbdedcfbfe6d6cd2320ce185ded5c8b2596b61db (diff)
downloadzsh-2ea9cd47752de9bd5b791c9394b3f625a35db3c2.tar.gz
zsh-2ea9cd47752de9bd5b791c9394b3f625a35db3c2.tar.xz
zsh-2ea9cd47752de9bd5b791c9394b3f625a35db3c2.zip
31288: _git: fix shortlog completer
Currently, __git-shortlog () says that 'git shortlog' can only accept
commits as arguments (probably because the official documentation says
this).  This is entirely untrue: shortlog can accept
commit-range-or-file, just like log can.  Fix the completer by copying
out segments from the __git-log () function.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f29fe5f7..b91d85ca8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-25  Ramkumar Ramachandra  <artagnon@gmail.com>
+
+	* 31288: Completion/Unix/Command/_git: _git: fix shortlog
+	completer
+
 2013-04-21  Ramkumar Ramachandra  <artagnon@gmail.com>
 
 	* 31286: Completion/Unix/Command/_git: _git: add a couple of