From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 3493 invoked from network); 4 Jul 2020 19:58:59 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 4 Jul 2020 19:58:59 -0000 Received: (qmail 28745 invoked by alias); 4 Jul 2020 19:58:47 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: Sender: zsh-workers@zsh.org X-Seq: 46179 Received: (qmail 8834 invoked by uid 1010); 4 Jul 2020 19:58:46 -0000 X-Qmail-Scanner-Diagnostics: from mail-oo1-f54.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.3/25857. spamassassin: 3.4.4. Clear:RC:0(209.85.161.54):SA:0(-1.9/5.0):. Processed in 3.316009 secs); 04 Jul 2020 19:58:46 -0000 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.161.54 as permitted sender) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=HgB+b/qw3p1SZwb9JIJfkDlBX8qqEUi3k1faFtE8Yq0=; b=BjnSU2g0/0vvS2np2m/LK8hYLI1oVZk+jygs1vPZR5sYQyhXiJG83nCy5mhUWSNDki qs1RRVlz6SW84pFfSxhvdj1ZTwds3g9UN0eSMJtlAa8XK+SKCoT1Ya/TstYiB6fzDpll GrjKnxPLkfpcYPfV612PBW0t+TztVnjqM4mwDadW2iL48Z2HH7ZmG5w5UZEX/d9RVwO+ UVt34ZjcQ3844iq5ukobbJO/mJlMT5ZprQJfBsYVTNKqjDqr69LJio4Ke5mzt+WMY49I pM/1oCi0JeSKaTKGWhucOk1bWZjBM+JHB2rXV93LWJroZ7koQ+II01iQMmRwIuRSFUgu NuIQ== X-Gm-Message-State: AOAM53047bHne3G//SbU1SNVRRv7iqrf5ox+hmrykmJh6z10VJfafzwX kWQcAiw4FZO/jMwWhvhcUNG4GK56tDwncT8u7WSxWw== X-Google-Smtp-Source: ABdhPJwjJSEFctOm0GsrGu/LcsN4hN5+YmQ526WSCRRlw59Jga/QmpZh4LjTu+YlnvO0JQacKl6o5jbxAu2g4D9Gxnk= X-Received: by 2002:a4a:d849:: with SMTP id g9mr7655046oov.78.1593892689834; Sat, 04 Jul 2020 12:58:09 -0700 (PDT) MIME-Version: 1.0 References: <20200703125615.18344b05@tarpaulin.shahaf.local2> In-Reply-To: <20200703125615.18344b05@tarpaulin.shahaf.local2> From: Bart Schaefer Date: Sat, 4 Jul 2020 12:57:59 -0700 Message-ID: Subject: Re: GitHub/GitLab PRs backlog To: Daniel Shahaf Cc: "zsh-workers@zsh.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, Jul 3, 2020 at 5:57 AM Daniel Shahaf wrote= : > > completion: Allow specifying directory name for _remote_files > #53 opened on Apr 20 by insidewhy > https://github.com/zsh-users/zsh/pull/53 Documentation? How does one use this? Do all the callers need zstyle update to be able to specify the directory? > _ssh_hosts: Complete hosts in "Match" directive > #50 opened on Mar 8 by fumiyas > https://github.com/zsh-users/zsh/pull/50 > [author pinged us today] This looks OK to me. > Add zstd file completion to tar > #45 opened on Jan 16 by svenstaro =E2=80=A2 Changes requested > https://github.com/zsh-users/zsh/pull/45 > [predates zsh-5.8-129-g494f6bcb3, and possibly obsoleted thereby] The discussion for this one seems not to have been resolved? There's still only one commit about which there are questions. I don't have a host where tar supports --zstd to check. > Fix hexdump command used for mercurial dirstate parsing > #11 opened on Oct 29, 2016 by reedriley > https://github.com/zsh-users/zsh/pull/11 > [remaining is confined to Misc/vcs_info-examples] This needs someone who uses mercurial.