about summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore27log plain blame
-rw-r--r--LICENSE35149log plain blame
-rw-r--r--Makefile699log plain blame
-rw-r--r--README.72504log plain blame
-rw-r--r--catgirl.19264log plain blame
-rw-r--r--chat.c6651log plain blame
-rw-r--r--chat.h5425log plain blame
-rw-r--r--command.c6982log plain blame
-rw-r--r--complete.c4198log plain blame
-rw-r--r--config.c3198log plain blame
-rwxr-xr-xconfigure630log plain blame
-rw-r--r--edit.c4822log plain blame
-rw-r--r--handle.c18433log plain blame
-rw-r--r--irc.c6031log plain blame
-rw-r--r--ui.c24518log plain blame
-rw-r--r--url.c4723log plain blame
-rw-r--r--xdg.c3340log plain blame
class='logmsg'> 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroea href='/cgit-pink/commit/README?id=d523dacc3b1c93bb186cdd0ddb5e721162aa927e&follow=1'>README: Fix dependenciesLukas Fleischer * Remove the dependency on Git (which can be obtained automatically when building, using either the Git submodule or `make get-git`). * Use proper upstream names of dependencies. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08README: Spelling and formatting fixesLukas Fleischer * Several small spelling and capitalization fixes. * Use consistent and better-looking formatting that is compatible with AsciiDoc (and partly compatible with RST). Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch Previously the script tried to encode output from Pygments with the ASCII codec, which failed. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Add a suggestion to the manpagePřemysl Janouch So that people wishing to use "enable-http-clone" don't have to find out the correct settings on their own. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix the example configurationPřemysl Janouch "enable-git-clone" doesn't exist, replaced with "enable-http-clone". Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix about-formatting.shPřemysl Janouch dash failed to parse the script. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix some spelling errorsPřemysl Janouch Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts