diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-03-18 21:21:45 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-03-21 16:12:15 +0000 |
commit | 9f7040471473f5dedf0ae71a1973bc2606624aea (patch) | |
tree | 3bbd02acfb5c641ad3e6c136f769f542846e3d14 /ChangeLog | |
parent | ce4c9eafc491aad1213a1cc8e3c6e07057a01e4b (diff) | |
download | zsh-9f7040471473f5dedf0ae71a1973bc2606624aea.tar.gz zsh-9f7040471473f5dedf0ae71a1973bc2606624aea.tar.xz zsh-9f7040471473f5dedf0ae71a1973bc2606624aea.zip |
38182: _git: Invoke reflog completion from the 'complete commit objects' codepath.
The reflog will only be used if the user has typed as "@" by hand.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ab799d1eb..d8f5cb50a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-03-21 Daniel Shahaf <d.s@daniel.shahaf.name> + * 38182: Completion/Unix/Command/_git: Invoke reflog completion + from the 'complete commit objects' codepath. + * 38181: Completion/Unix/Command/_git: _git reflog: Complete '@{N}' instead of 'HEAD@{N}'. |