Commits


Add minimum kcgi version information to README


add tests for 'got clone' and 'got fetch'; requires 'ssh 127.0.0.1' to work


make our README file point at our website


make tmp dir location a compile-time setting and change gotweb's tmp dir We are not sure whether a gotweb package can own /var/www/tmp on OpenBSD. Moving gotweb's tmp dir to /var/www/got/tmp sidesteps that issue.


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


document that slowcgi(8) is needed for gotweb, too


merge gotweb's README into top-level README; ok kn tracey


make it possible to run regress tests with packed repositories


direct patch reviews and other discussion away from my private inbox


sync README with pkg/DESCR from the port


trim down 'submitting patches' section of README


retire C tests which depended on Got's own Git repository to run


add 'make release' target; programs now have a version number


README: Use `man -l' not `mandoc | less' Honours MANPAGER and is easier to type.


point people looking for a quick-start guide at got.1 EXAMPLES