Commit Briefs




Stefan Sperling

show a list of paths changed in a commit with 'got log -P', and in tog

requested by matthieu@








Christian Weisgerber

Subtract the status line from the number of lines to page up/down in the

log view. ok stsp@




Stefan Sperling

fix typo in comment; found by mpi@



Christian Weisgerber

fix "tog diff object1 object2" by actually extracting the repository path

from the work tree








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.