about summary refs log tree commit diff
Commit message (Expand)AuthorAge
* ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse2016-10-04
* ui-plain: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse2016-10-04
* ui-patch: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse2016-10-04
* ui-log: replace get_sha1() with get_oid()Christian Hesse2016-10-04
* ui-commit: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse2016-10-04
* ui-blob: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse2016-10-04
* cgit: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse2016-10-04
* Makefile: remove extra spaceJason A. Donenfeld2016-10-01
* Simplify http_parse_querystring()Lukas Fleischer2016-10-01
* ui-tree: remove a fixed size bufferJohn Keeping2016-10-01
* ui-tag: clean up taginfoJohn Keeping2016-10-01
* shared: make cgit_free_taginfo() publicJohn Keeping2016-10-01
* shared: remove return value from cgit_free_commitinfo()John Keeping2016-10-01
* tree: allow skipping through single-child treesJohn Keeping2016-10-01
* ui-ssdiff: fix decl-after-statement warningsJohn Keeping2016-10-01
* ui-shared: fix decl-after-statement warningsJohn Keeping2016-10-01
* configfile: fix EOF handlingJohn Keeping2016-10-01
* git: update to v2.10.0Christian Hesse2016-09-04
* Fix qry.head leak on errorRichard Maw2016-07-12
* git: update to v2.9.1Christian Hesse2016-07-12
* Link with -ldl on GNU/kFreeBSDPeter Colberg2016-07-06
* Fix spelling in man pagePeter Colberg2016-07-06
* ui-shared: fix segfault when defbranch is NULLEric Wong2016-07-06
* css: consistent use of empty linesChristian Hesse2016-07-05
* ui-log: color line changesChristian Hesse2016-07-05
* Avoid ambiguities when prettifying snapshot namesLukas Fleischer2016-07-05
* git: update to v2.9.0Christian Hesse2016-06-17
* cgit.mk: Use $PKG_CONFIGKylie McClain2016-06-17
* md2html: use utf-8 and flush output bufferJason A. Donenfeld2016-06-17
* Hosted on HTTPS nowJason A. Donenfeld2016-06-07
* Bump version.Jason A. Donenfeld2016-06-07
* git: update to v2.8.3Christian Hesse2016-05-20
* ui-diff: action='.' is not correctJason A. Donenfeld2016-05-12
* forms: action should not be emptyJason A. Donenfeld2016-05-12
* ui-shared: Remove a name attribute with an empty valueJuuso Lapinlampi2016-05-12
* ui-shared: HTML-ize DOCTYPE and <html>Juuso Lapinlampi2016-05-12
* ui-shared: Simplify cgit_print_error_page() logicJuuso Lapinlampi2016-05-12
* git: update to v2.8.2Christian Hesse2016-05-12
* ui-log: Simplify decoration codeTim Nordell2016-05-12
* ui-log: Do not always emit decoration spanTim Nordell2016-05-12
* Renamed repo-specific configuration for enable-html-serving in cgitrc.5.txtMatt Comben2016-03-08
* ui-shared: redirect should not exit early for cacheJason A. Donenfeld2016-02-26
* about: path_info might not be validJason A. Donenfeld2016-02-26
* tabs: do not use target=_blankJason A. Donenfeld2016-02-23
* css: fix indentationJason A. Donenfeld2016-02-23
* css: use less blurry icon for external linkChristian Hesse2016-02-23
* md2html: Do syntax highlighting tooJason A. Donenfeld2016-02-23
* git: update to v2.7.2Christian Hesse2016-02-23
* ui-plain: fix to show a repo's root directory listing in plain viewJoe Anakata2016-02-22
* cmd: redirect empty about/ to homepage or summaryJason A. Donenfeld2016-02-22
2&follow=1'>Factor out common parts of downgrade messagesJune McEnroe Also bump the message cap to 1024 because that is ostensibly useful for replying to older messages. 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe