Age | Commit message (Collapse) | Author | Files | Lines |
|
Differences from ML post:
* Properly fix escaping issue with $usr (needs unescaped first)
* Make $shell emptiness check easier to read (per feedback)
|
|
|
|
empty message
|
|
Signed-off-by: Eitan Adler <lists@eitanadler.com>
|
|
|
|
Technically all timezone formats support the "-local" suffix but it is
not meaningful for all of them. As such just list out the specific
formats which it does.
Also adjust the 'default' description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We cannot use the --no-motd option because it inhibits the modules
listing.
We cannot look for a blank line because there will not be a blank line
if the "motd file" does not end with a newline.
Looking for tabs is an improvement. Any tabs in the motd will still
cause extraneous matches, but there's nothing we can do about that.
While here, show the modules in the order listed.
|
|
|
|
|
|
|
|
|
|
and the short options and descriptions on the other hand.
|
|
|
|
--show-item=<TAB>."
This reverts commit b06117ad21ce8be928e64700f34f7610d45c738a.
Reverted upstream in r1870750.
|
|
|
|
|
|
|
|
|
|
and 'x-unshelve' subcommands.
|
|
|
|
|
|
|
|
|
|
--show-item=<TAB>.
Upstream revision: r1869578 (for 1.14.0)
|
|
|
|
|
|
|
|
|
|
instead of aclmode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also: Remove unnecessary quoting of helper function calls.
|
|
|
|
|