CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/12/01 11:41:32
Modified files:
devel/got : Makefile distinfo
Log message:
Update to got-0.22
- allow empty diff context context (-C0) in 'got diff' (kn@)
- add '-s search-pattern' option to 'got log' (kn@)
- forward rebased branch if there are no commits to rebase, instead of error
- parse remote repository URLs from gitconfig
- actually forbid new reference names with a leading '-', as intended
- convert tree entries from SIMPLEQ to an array for better performance
- compile static binaries in PROFILE build