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: AS16276 91.121.0.0/16 X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 980381F8C8 for ; Sun, 19 Sep 2021 16:14:39 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1632068077; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=32z4lEEDd3RLTci5TfPbKtJkuHxxD5T3f11Z3RfAmd0=; b=AC7NVWqW4cXSbXVz7d6UmdjsudmK/6jtdE2/aj/Mck0ZszqzOjtMaU9Vgcov52agq//VIw T36Si0QxoIQaxysx7Hmg0M4Dy7FFK5gkO6oY8b3N2md4/bAfm6f1xnm36Kd5P41WWbMmqB l1/nGJ3enW4H5gIQfmAzEmZQKWrAp0wz40TuozXP3nccxwMER1sySLMgjXzBpjOhLtpkMs 3q8+mbNpe8WUivN/Gbxy1RuaynTt9OXHtnPgi9ykqeDpjMpOehSFj7VSZbCQqMwiZJLLKE E3TJNno/6nv7QdqGCSAZEJAkthgMnKCiUF7UNEEv5XfGGnN9icJnBb9GjJVi+g== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 16/16] doc: lei-config: document various knobs In-Reply-To: <20210919125035.6331-17-e@80x24.org> References: <20210919125035.6331-1-e@80x24.org> <20210919125035.6331-17-e@80x24.org> Date: Sun, 19 Sep 2021 12:14:28 -0400 Message-ID: <87sfy08rvf.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: Eric Wong writes: > diff --git a/Documentation/lei-config.pod b/Documentation/lei-config.pod > index a64045ef..daf66fe4 100644 > --- a/Documentation/lei-config.pod > +++ b/Documentation/lei-config.pod > @@ -8,10 +8,99 @@ lei config [OPTIONS] > > =head1 DESCRIPTION > > -Call git-config(1) with C<$XDG_CONFIG_HOME/lei/config> as the > +Call L with C<$XDG_CONFIG_HOME/lei/config> as the Looks like the ')' was unintentionally dropped. > +=item imap.compress > + > +=item nntp.compress > + > +Enable protocol-level compression, this may be incompatible > +or broken with some servers. nit: s/, /. This/ > +=item color.SLOT > + > +C, C, C, C color slots > +are supported for the C<-f text> and C<-f reply> output formats > +of L and L. > + > +The any per-project .git/config, and global ~/.gitconfig files s/The any/Any/ ? > +will also be parsed for diff coloring. git diff color slots > +(C) supported are C, C, C, > +C, C, and C.