Kyle Meyer <[email protected]> wrote: > Eric Wong writes: > > +Call L<git-config(1> with C<$XDG_CONFIG_HOME/lei/config> as the > > Looks like the ')' was unintentionally dropped.
> > +Enable protocol-level compression, this may be incompatible > > +or broken with some servers. > > nit: s/, /. This/ > > +The any per-project .git/config, and global ~/.gitconfig files > > s/The any/Any/ ? Thanks, will squash the below. I'll also clarify the sentence on imap.debug vs imap.compress diff --git a/Documentation/lei-config.pod b/Documentation/lei-config.pod index daf66fe4..c91f36ee 100644 --- a/Documentation/lei-config.pod +++ b/Documentation/lei-config.pod @@ -8,7 +8,7 @@ lei config [OPTIONS] =head1 DESCRIPTION -Call L<git-config(1> with C<$XDG_CONFIG_HOME/lei/config> as the +Call L<git-config(1)> with C<$XDG_CONFIG_HOME/lei/config> as the configuration file. All C<OPTIONS> are passed through, but those that override the configuration file are not permitted. @@ -48,7 +48,7 @@ connecting to a Tor .onion or localhost. =item nntp.compress -Enable protocol-level compression, this may be incompatible +Enable protocol-level compression. This may be incompatible or broken with some servers. Note: L<Net::NNTP> compression support is pending: @@ -64,7 +64,7 @@ If using L<imap.proxy> or L<nntp.proxy> point to a SOCKS proxy, debugging output for L<IO::Socket::Socks> will be enabled, as well. -Disabling L<imap.compress> may be required to improve output. +Disabling L<imap.compress> may be required for readability. =item imap.timeout @@ -96,7 +96,7 @@ C<quoted>, C<hdrdefault>, C<status>, C<attachment> color slots are supported for the C<-f text> and C<-f reply> output formats of L<lei-lcat(1)> and L<lei-q(1)>. -The any per-project .git/config, and global ~/.gitconfig files +Any per-project .git/config, and global ~/.gitconfig files will also be parsed for diff coloring. git diff color slots (C<color.diff.SLOT>) supported are C<new>, C<old>, C<meta>, C<frag>, C<func>, and C<context>. -- unsubscribe: one-click, see List-Unsubscribe header archive: https://public-inbox.org/meta/
