CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/10/17 11:51:44
Modified files:
devel/got : Makefile distinfo
Log message:
update to got 0.63
- fix 'got send -T' regression if tag already exists on server (found by Omar)
- fix another regression where a 3-way merge would segfault (naddy)
- tog: add Ctrl-n/Ctrl-p for scrolling one line down/up (patch by Omar Polo)
- always initialize output parameter "n" of get_line() in diff3.c
- set oldo.to in diff3.c's duplicate() even if the file contains no newlines