Commits


create full logs page


start shortlog page and fix for actual single line


cleanup shortlog css


set shorlog display limit define


fix shorlog css


we have shortlog!


start shortlog


summary styling


commit before rebase


pledge early. apply_unveil before repo functions. no more functions in the template area other than simple html items


add err.tmpl


display asctime_r


convert for different time formats


Initial gotweb branch import


move got_repo_cmp_tags() to got_ref_cmp_tags()


move cmp_tags() into the library


move match_object_id() into the library; supersedes got_repo_resolve_commit_arg


fix 'tog log -c' with tags


bump version number


changes for 0.25


fix suspending and resuming tog with Ctrl-Z and fg; issue reported by naddy@


fix 'tog tree' usage displayed in error case (patch by naddy@)


remove unneeded done jumps


support Git-style "lightweight" tags as arguments for 'got diff'


handle Git-style "lightweight" tags in got tag -l