diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-06-08 13:15:46 +0000 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-06-08 13:16:47 +0000 |
commit | 64ebbcaf44568347a69f000339027ca6875f396d (patch) | |
tree | e00167bb6fc84f9eb129a0c5994d2be5b2ec10f6 | |
parent | 2fa715dd9ea99b240a0bc0cdc1176f8c82d536dd (diff) | |
download | cgit-64ebbcaf44568347a69f000339027ca6875f396d.tar cgit-64ebbcaf44568347a69f000339027ca6875f396d.tar.gz cgit-64ebbcaf44568347a69f000339027ca6875f396d.zip |
Mention IRCwiki
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | faq | 2 | ||||
-rw-r--r-- | index | 5 |
2 files changed, 4 insertions, 3 deletions
@@ -5,7 +5,7 @@ This is a compilation of frequently asked questions on the cgit mailing list. If you've got a cgit problem and cannot find an answer here, please send a request to cgit@lists.zx2c4.com (and consider sending a patch to the cgit wiki branch to update this faq if you get a nice answer to your -question). +question). The project also maintains the #cgit channel on Libera.Chat. ### Why doesn't cgit find/show my repo? @@ -1,9 +1,10 @@ cgit Quick Facts ---------------- - * web interface ([cgi][]) for [Git][git] repositories, written in [C][] - * licensed under [GPLv2][] + * web interface ([cgi][]) for [Git][git] repositories, written in [C][]. + * licensed under [GPLv2][]. * discussions, patches etc. go to the [list][] ([signup][], [archive][]). + * real time chat available in #cgit on Libera.Chat. * common questions are answered in the [FAQ][faq]. [cgi]: https://tools.ietf.org/html/rfc3875 |