LEI-CONFIG(1) | public-inbox user manual | LEI-CONFIG(1) |
lei-config - git-config wrapper for lei configuration file
lei config [OPTIONS]
Call git-config(1) with "$XDG_CONFIG_HOME/lei/config" as the configuration file. All "OPTIONS" are passed through, but those that override the configuration file are not permitted.
All "imap" and "nntp" options may be specified per-host or (if using git 2.26+) with wildcards:
[imap "imap://*.onion"] proxy = socks5h://127.0.0.1:9050 [nntp "nntp://example.com"] proxy = socks5h://127.0.0.1:1080
Note: Net::NNTP compression support is pending: <https://rt.cpan.org/Ticket/Display.html?id=129967>
Disabling imap.compress may be required for readability.
Default: 600 seconds (IMAP); 120 seconds (NNTP)
Small responses for IMAP flags are fetched at 10000 times this value.
Default: 1
Any per-project .git/config, and global ~/.gitconfig files will also be parsed for diff coloring. git diff color slots ("color.diff.SLOT") supported are "new", "old", "meta", "frag", "func", and "context".
Feedback welcome via plain-text mail to <mailto:meta@public-inbox.org>
The mail archives are hosted at <https://public-inbox.org/meta/> and <http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
Copyright 2021 all contributors <mailto:meta@public-inbox.org>
License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
1993-10-02 | public-inbox.git |