| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
See also users/23635
|
| |
|
| |
|
| |
|
|
|
|
| |
Used by svn 1.11.0-rc1.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|