mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
37032: Temporarily revert 36959.
This commit is contained in:
parent
1eef57b3d1
commit
0e510f0c35
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-10-31 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* 37032: Completion/Unix/Command/_git: Temporarily revert 36959.
|
||||
|
||||
2015-10-30 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* unposted (after 37018): Src/params.c, Test/E01options.ztst: Fix
|
||||
|
|
|
@ -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 ))
|
||||
|
|
Loading…
Reference in a new issue