Commits


free all the things allocated by gw_summary() in one place


simplify error return from pledge failure in gw_summary


allow callers of gw_get_repo_age to tell which error occured, if any


don't use stdbool.h


call strdup("") instead of asprintf(&var, "")


remove superfluous braces around asprintf calls


just return 0 instead of EXIT_SUCCESS


prevent a NULL deref in gw_get_commits()


ensure that the result of gw_init_header() is always freed


plug memory leaks on error in gw_tag()


plug memory leaks on error in gw_tree()


plug memory leaks on error in gw_briefs()


plug memory leaks on error in gw_commits()


perform the check for an empty histedit commit list earlier


don not open log message editor if there are no changes during 'histedit -c'


display branch name and first commit to be edited at top of histedit script


improve wording of hint displayed for the histedit 'fold' command


don't display author email on summary or commit briefs, introduced with gw_tag updates


add tag link for each tag on summary page for repos display tag commit info from link close leak in gw_tree


with removal of got_www_path, get rid of default definition


simplify repository child path check in got_repo_map_path()


add gotweb files to distfile list


simplify gotweb(8) description


wording tweak for got_show_repo_owner


Xr gotweb 8