From 7542732df6b7aee0a77ef6e6097e71055cd2a257 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 4 Jan 2020 14:39:44 +0000 Subject: 45231: _rsync: When completing remote modules, ignore more of the motd. 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. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b88ed8631..17fd01b46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-01-06 Daniel Shahaf + + * 45231: Completion/Unix/Command/_rsync: When completing remote + modules, ignore more of the motd. + 2020-01-05 dana * unposted: Completion/Unix/Command/_tac: Eliminate superfluous -- cgit 1.4.1