Commit Briefs

Omar Polo

gotd: print configuration errors without -d

Defer the absolute path check on argv[0] and log_init so that it becomes possible to run `gotd -n' to check the configuration file and get errors without specifying -d. Erorrs in the configuration now are actually always printed regardless of -d. While here also tweak an error message and print 'configuration OK' if -n ok stsp@


Stefan Sperling

fix what is probably a typo in changelog


Stefan Sperling

fix missed attribution in changelog


Stefan Sperling

bump version number


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@