about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2015-05-28 20:23:37 +0200
committerDaniel Hahler <git@thequod.de>2015-05-29 01:56:18 +0200
commitda603d0a002128661fa4497043f0efed1072f9ef (patch)
tree2f4cd0f0940e83d7a743a6c29d498ca07d706054 /ChangeLog
parenta711b2abef9334116b84b6ddaa4707af31c99720 (diff)
downloadzsh-da603d0a002128661fa4497043f0efed1072f9ef.tar.gz
zsh-da603d0a002128661fa4497043f0efed1072f9ef.tar.xz
zsh-da603d0a002128661fa4497043f0efed1072f9ef.zip
35098: completion: git: provide --amend also with "message" group
Especially during a git rebase, you would use `git commit -m foo
--amend`.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fdee045c0..75d21bc11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-05-28  Daniel Hahler  <zsh@thequod.de>
+
+	* 35098: Completion/Unix/Command/_git: provide --amend also with
+	"message" group.
+
 2015-05-28  Oliver Kiddle  <opk@zsh.org>
 
 	* 35315: Completion/Unix/Command/_git, Completion/X/Command/_matlab;