diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-03-07 05:05:05 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-03-07 05:05:05 +0000 |
commit | 0e319ecadc86a589c9f28819efae9e0bf972ee1b (patch) | |
tree | 73d19002aa192d7602c11b1892cf0a1e8297bc6c /ChangeLog | |
parent | ce80a925d69ed446d0cae8fb9c46f1f5398b8b93 (diff) | |
download | zsh-0e319ecadc86a589c9f28819efae9e0bf972ee1b.tar.gz zsh-0e319ecadc86a589c9f28819efae9e0bf972ee1b.tar.xz zsh-0e319ecadc86a589c9f28819efae9e0bf972ee1b.zip |
Fix ChangeLog
('git commit --amend' and 'git commit --amend -a' are too similar.)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index cd470ee2e..65d73074c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2015-03-07 Daniel Shahaf <d.s@daniel.shahaf.name> - * 34638: Completion/Unix/Command/_git: 34638 with tweaks: + * Daniel Hahler: 34638 with tweaks: Completion/Unix/Command/_git: git completion: complete commit hashes and --fixup 2015-03-05 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> |