CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/11/25 16:49:13
Modified files:
devel/got : Makefile distinfo
Log message:
update to got 0.21
- add -R option to 'got add' for recursive addition (patch by Tracey Emery)
- reduce the amount of memcpy() and strdup() while parsing tree entries
- fix tog display issue caused by Tab in commit messages; reported by mpi@
- cache delta data buffers in an LRU cache to improve performance
- add -c option to 'got branch', replacing the optional second argument