CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/08/26 07:26:47
Modified files:
devel/got : Makefile distinfo
Log message:
update to got-0.12
- add support for path arguments to 'got cat'
- make 'got log -p path' display patches for the specified path only
- allow creating branches based on commit IDs
- prevent deletion of the work tree's current branch
- detect and ignore Git submodules
- indicate non-existent path arguments in 'got status'
- make 'got diff' error for non-existent path arguments
- make 'got tag -l' list tags by time stamp in descending order
- fix reading pack index files with large offsets (patch by Hiltjo Posthuma)