Commit Briefs

Stefan Sperling

simplify gotweb(8) description


Stefan Sperling

wording tweak for got_show_repo_owner


Stefan Sperling

Xr gotweb 8


Stefan Sperling

typo


Stefan Sperling

wording tweak for got_max_commits_display


Stefan Sperling

document gotweb.conf(5) syntax






Stefan Sperling

tweak gotweb.conf(5) intro blurb















Stefan Sperling

ensure that we always install static binaries to gotweb's chroot

Compile static libexec binaries for gotweb, keeping them separate from the main build. Use the same source files but a separate set of Makefiles. Previously, 'make web-install' installed whichever libexec binaries had already been built, and if those happened to be dynamically linked they failed to run inside the chroot which resulted in "privsep peer process closed pipe" being rendered on the index page.