CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/01/11 08:44:48
Modified files:
devel/got : Makefile distinfo
Log message:
update to got 0.66
- only open raw objects if necessary while writing out pack file data
- map raw object files into memory while packing if possible
- encode short deltas in memory instead of writing them to a temporary file
- add missing checks for reads beyond the mapped memory area of a pack file
- fix file corruption regression in 'got checkout' from 0.65 (reported by naddy)