From 0e510f0c3522c9b18e9320388dd232a84fa79351 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 31 Oct 2015 12:54:56 +0000 Subject: 37032: Temporarily revert 36959. --- Completion/Unix/Command/_git | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 320bfa712..df7a7d900 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -5696,7 +5696,10 @@ __git_recent_commits () { else label="[HEAD~$distance_from_head]" fi - descr+=("@~${distance_from_head}":"${label} $k") # CROSSREF: use the same label as below + ## Disabled because _describe renders the output unhelpfuly when this function + ## is called twice during a single completion operation, and list-grouped is + ## in its default setting (enabled). + #descr+=("@~${distance_from_head}":"${label} $k") # CROSSREF: use the same label as below # Prepare for the next first-parent-ancestry commit. (( ++distance_from_head )) -- cgit 1.4.1