diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-03-19 06:49:42 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-03-19 06:51:32 +0000 |
commit | e176eff554b592cd649a88cd7de23399755e43f4 (patch) | |
tree | f8767a9593b32cd4eccd9504b9b17ade2cd002bc /ChangeLog | |
parent | d1119bc0726ce27f9a69e2feb6b4c158ebfed8a7 (diff) | |
download | zsh-e176eff554b592cd649a88cd7de23399755e43f4.tar.gz zsh-e176eff554b592cd649a88cd7de23399755e43f4.tar.xz zsh-e176eff554b592cd649a88cd7de23399755e43f4.zip |
34739: git completion: Fix regression in ce80a92
This restores the message when completing a commit object name that isn't one of the most recent 20 commits. e.g., 'git checkout deadbeef<TAB>'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 37d7c7962..319cbb102 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-03-19 Daniel Shahaf <d.s@daniel.shahaf.name> + + * 34739: Completion/Unix/Command/_git: git completion: Fix + regression in ce80a92 (workers/34638) + 2015-03-18 Barton E. Schaefer <schaefer@zsh.org> * 34734: Doc/Zsh/grammar.yo, Src/lex.c, Test/A02alias.ztst: |