Commit Briefs

Stefan Sperling

changes for 0.80 (tags/0.80)


Omar Polo

update gotwebd TODOs



Stefan Sperling

sync dist file list




Stefan Sperling

license copyright++



Stefan Sperling

fix indexing of pack files which contain ref-deltas

ok jamsek


Mark Jamsek

refactor got log -d and tog diffstat to compute diff once

This eliminates the previous performance cost by making 'got log -d' and tog diff view compute the diffstat while building the diff in a temp file like we do with 'got diff -d'. Also, keep the current 'got log -d' UI as per stsp's suggestion. ok stsp@


Mark Jamsek

fix diff and log diffstat tests broken in 65dedee0a2cd

I failed to update regress when changing the diffstat summary line in the previous commit to use a singular noun after 1. ok op@ and stsp@


Stefan Sperling

update gotd TODO items


Mark Jamsek

don't use plural noun after 1 in diffstat total

Use singular form when appropriate; for example, turn the top into the bottom: 1 file changed, 1 insertions(+), 1 deletions(-) 1 file changed, 1 insertion(+), 1 deletion(-) ok op@


Omar Polo

gotwebd: delete now unused code

gotweb_escape_html and gotweb_link are now completely unused. ok jamsek


Omar Polo

gotwebd: inline got_output_file_blob into gotweb_process_request

ok jamsek