Age | Commit message (Collapse) | Author | Files | Lines |
|
Use ${(v)_comps} instead of going through $fpath again. Use
${functions} as well to find more legitimate matches, such as various
__git_foo() helpers defined in ${^fpath}/_git.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FreeBSD 12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes the double quote introduced by aa160fc8, so that the end result of
the parameter expansion is $pref followed by \* (a quoted star), meaning
`git ls-files` gets a literal star, not an expanded list of matching files, as
was intended in commit cc7437bf.
Fixes completion of `git add ../<TAB>`.
|
|
|
|
|
|
|
|
|
|
|
|
Minor change from the patch as posted to the ML: _php now calls _bind_addresses
with -K, since it can't actually listen on a link-local address.
|
|
|
|
|
|
|
|
|
|
|
|
Minor change from the patch as posted to the ML: BusyBox variant detection has
been expanded to cover dcron (which BusyBox's crontab is forked from).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|