From 8f6823b710dc69f2fad5d1a0158b3ba8b74840e3 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 19 May 2015 08:25:38 +0200 Subject: __git_commit_objects: do not use _guard, but only a pattern With using `_guard` there like it's been done, the completion could not be selected, probably because of the call to `_message` therein. This changes it to use only the logic/check from `_guard` that we want here. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f385ac3ae..f55552b4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,9 @@ __git_recent_commits gets called twice for _git-checkout (for __git_revisions and __git_tree_ishs). + * 35211: Completion/Unix/Command/_git: __git_commit_objects: + do not use _guard, but only a pattern for skipping. + 2015-05-19 Daniel Shahaf * users/20222: Completion/Unix/Command/_git: users/20222: -- cgit 1.4.1