From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 355DA1F670; Sat, 16 Oct 2021 07:07:54 +0000 (UTC) Date: Sat, 16 Oct 2021 07:07:53 +0000 From: Eric Wong To: Kyle Meyer Cc: meta@public-inbox.org Subject: Re: [PATCH 2/2] doc: lei: add manpages for remaining commands Message-ID: <20211016070753.M426387@dcvr> References: <20211016053944.494064-1-kyle@kyleam.com> <20211016053944.494064-3-kyle@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20211016053944.494064-3-kyle@kyleam.com> List-Id: Kyle Meyer wrote: > At this point all of the current lei commands, aside from -help and > -sucks, should be covered. Thanks, pushed as commit 9d72cc3f876e3d2bd1ecb2fc0f33c43a9a72b933 > diff --git a/MANIFEST b/MANIFEST > index b89513d5..c4cc6e33 100644 > --- a/MANIFEST > +++ b/MANIFEST > @@ -47,6 +53,7 @@ Documentation/lei-q.pod > Documentation/lei-rediff.pod > Documentation/lei-refresh-mail-sync.pod > Documentation/lei-rm.pod > +Documentation/lei-rm-watch.pod > Documentation/lei-security.pod > Documentation/lei-store-format.pod > Documentation/lei-tag.pod Curious, was that from `git ls-files >MANIFEST' ? Because that puts lei-rm.pod after lei-rm-watch.pod on different systems I tested. I don't see git using LC_COLLATE anywhere, but locale(1) gives: FreeBSD: LANG= LC_CTYPE="C" LC_COLLATE="C" LC_TIME="C" LC_NUMERIC="C" LC_MONETARY="C" LC_MESSAGES="C" LC_ALL= Debian: LANG=en_US.UTF-8 LANGUAGE= LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL= No big deal, I can just flip and push it; I just don't want a reproducibility issue popping up.