Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
section matching
|
|
|
|
|
|
|
|
|
|
|
|
variety of systems
|
|
|
|
|
|
|
|
|
|
directly from it
|
|
assignment where args+= was needed
|
|
|
|
If alias expands to !cmd-name, complete as a normal command
line after cmd-name.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
has -x
|
|
This adds the signals after arguments are filtered according to
$optchars.
|
|
|
|
|
|
|
|
Offer all compressed archives if no compression flag is specified
because libarchive can automaticaly recoginize them.
cf. 42574 (Eitan Adler).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Show product as description by default
Add zstyle for naming devices via serial number
Add --user to uninstall
and other improvements
|
|
|
|
|
|
|
|
completion
make always includes relative to the current directory rather than
relative to the including Makefile.
|
|
for mosh and git
|
|
|
|
Before this patch "git branch -d master<tab>" would result in
"no matches found", while "master" itself should get completed here.
The "(bQ)" (added in 527badc23, via 38129?!) does not seem to be necessary
anymore: with files "f\[a-z\]o" and "foo", "git add f[a-z]o <tab>"
offers "f\[a-z\]o", but not "foo".
|