CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/04/19 03:59:45
Modified files:
devel/got : Makefile distinfo
Log message:
update to got 0.34
- make use of new convenience API functions of kcgi 0.12 in gotweb
- make 'got update' skip conflicted files (prevents loss of local changes)
- show a summary of conflicts and related problems after updating/merging files
- add 'got log' -x option to stop logging when a specific commit was traversed
- add 'got log' -R option to reverse commit display order
- clarify wording in got.1 related to local changes/commits/branches
- show bad object ID in "object not found" error messages where possible