diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-10-25 18:34:58 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-10-25 18:47:26 +0000 |
commit | f890d442e22fccb94997c400710a88f8415388cf (patch) | |
tree | 6c687e431a36f1cf4e22d21f48ac50f72b5a97ea /ChangeLog | |
parent | 17af119089379ec1b65b327c72eee3aac93fada7 (diff) | |
download | zsh-f890d442e22fccb94997c400710a88f8415388cf.tar.gz zsh-f890d442e22fccb94997c400710a88f8415388cf.tar.xz zsh-f890d442e22fccb94997c400710a88f8415388cf.zip |
36959: _git: Offer @~$n as completion of recent commits.
Suggested-by: Oliver Kiddle (users/20705)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 234f26f11..67129de6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-10-25 Daniel Shahaf <d.s@daniel.shahaf.name> + * 36959: Completion/Unix/Command/_git: _git: Offer @~$n as + completion of recent commits. + * 36958: Completion/Unix/Command/_git: _git: Fix recent commit completion descriptions. |