Commit Briefs

Tracey Emery

handle all khttp_urlpart errors





Tracey Emery

remove all asprintf from gw_blame_cb



Tracey Emery

remove all asprintf from gw_tags


Tracey Emery

remove all asprintf from gw_briefs


Tracey Emery

remove all asprintf from gw_commits


Tracey Emery

remove all asprintf from gw_index


Tracey Emery

use khtml_printf where possible


Tracey Emery

use khttp_printf where possible


Tracey Emery

remove 'Next' link from tags on summary page where no tags exist and commit briefs have set gw_trans->next_id

if gw_briefs set gw_trans->next_id in gw_summary, it was being carried over to gw_tags, causing the 'Next' link to be displayed.



Tracey Emery

whitespace, remove unneeded jump






Stefan Sperling

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.




Stefan Sperling

got_ref_get_name() cannot fail