CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/12/27 02:43:25
Modified files:
devel/got : Makefile distinfo
Log message:
update to got 0.47
- update got.1 CAVEATS section; prompted by feedback from otto@
- fix assignment to wrong pointer in got_ref_dup()
- fix performance on repositories with many references (e.g. freebsd src.git):
o implement an object ID map for reference lists
o use reflist object id maps in got log, tog log, and tog diff (with naddy)
o switch reflist to TAILQ; insert elements more efficiently for sorted input