CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/09/30 12:30:37
Modified files:
devel/got : Makefile distinfo
Log message:
update to got 0.42 (unbreaks 'got clone' into directories other than /tmp)
ok naddy@
- add "branch" keyword to got.conf which specifies a list of branches to fetch
- rework got's commit-time log message modification check
- fix potential type mismatches between format specifiers and arguments (naddy)
- prefer the BSD extension to reset getopt over the GNU one (naddy)
- fix 'bad path' error from 'got clone' by unveiling the repository path again