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<git-config(1> 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<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 s/The any/Any/ ? > +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>.
