Commits


add gotweb files to distfile list


simplify gotweb(8) description


wording tweak for got_show_repo_owner


Xr gotweb 8


typo


wording tweak for got_max_commits_display


document gotweb.conf(5) syntax


don't document gotweb.conf(5) location twice; FILES section is good enough


Xr gotweb(8) in gotweb.conf(5) example section; mention defaults


remove got_www_path which is not actually used


Wording tweaks for gotweb.conf(5) global configuration section.


tweak gotweb.conf(5) intro blurb


sync the names of tunables in gotweb.conf(5) with reality


link to gotweb(8) from gotweb.conf(5); remove tog(1) reference


remove history section from gotweb.conf(5); we're not part of OpenBSD base


add gotweb(8) man page and move README info there; discussed with tracey


remove a Makefile chunk which is obsolete since bb5b19e3


kill left-over debug code snippet from a46b9f33fb3018765180eb67cc954d863a5cd525


get rid of a goto in gotweb that jumped upwards rather than down


remove unnecessary NULL checks; if header is NULL we don't get here


ensure that gotweb's reference list heads are always initialized


plug memory leaks in error cases of gw_diff()


ensure that header->refs is always initialized


plug memory leaks in error cases of gw_blame()


make gotweb check for kcgi errors where feasible