about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2015-02-01 11:45:29 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-02-02 15:32:59 +0000
commita5333cc34431ae962265b9b10b8a6071f04c6c50 (patch)
tree179952b1fe015085ba6583644ef333de7a27d964 /ChangeLog
parent3ae6fb965f260eb1aaade68ff9c4d60d4c9c8e79 (diff)
downloadzsh-a5333cc34431ae962265b9b10b8a6071f04c6c50.tar.gz
zsh-a5333cc34431ae962265b9b10b8a6071f04c6c50.tar.xz
zsh-a5333cc34431ae962265b9b10b8a6071f04c6c50.zip
34444: git completion: minor improvements
- 'git rebase': complete arguments in the same word as the option

- 'git commit': provide message for --fixup/--squash
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e2a014c0..a9cc4e3f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-02-02  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 34444: Completion/Unix/Command/_git: git completion: minor
+	improvements to 'commit' and 'rebase'
+
 2015-02-01  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 34446: Doc/Zsh/mod_db_gdbm.yo, Src/Modules/db_gdbm.c: add