mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-02 06:40:55 +01:00
Remove "-2" for _describe in __git_recent_commits. This fixes the duplicate entries issue, because __git_recent_commits gets called twice for _git-checkout (for __git_revisions and __git_tree_ishs): 1. __git_commit_objects_prefer_recent _alternative __git_commits __git_revisions _alternative _git-checkout 2. __git_commit_objects_prefer_recent _alternative __git_commits __git_tree_ishs _alternative _git-checkout |
||
|---|---|---|
| .. | ||
| AIX | ||
| Base | ||
| BSD | ||
| Cygwin/Command | ||
| Darwin | ||
| Debian | ||
| Linux | ||
| Mandriva | ||
| openSUSE/Command | ||
| Redhat | ||
| Solaris | ||
| Unix | ||
| X | ||
| Zsh | ||
| .cvsignore | ||
| .distfiles | ||
| bashcompinit | ||
| compaudit | ||
| compdump | ||
| compinit | ||
| compinstall | ||
| README | ||
The subdirectories contain code for a shell-based system of command-line completion. This is considerably more powerful than the old `compctl' method. For details, see the compsys(1) manual page (`man zshcompsys').