CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/09/08 11:10:21
Modified files:
devel/got : Makefile distinfo
devel/got/pkg : PLIST
Log message:
update to got-0.15
- use author name/email from ~/.gitconfig if GOT_AUTHOR is not set
- obtain repo format version and commit author name/email from .git/config
- fix line-wrap for lines spanning the terminal in tog diff view
- make 'got status' ignore inaccessible directories (reported by semarie)
- unstage may need to write to repository; fix unveil(2) call accordingly
- fix modified files not shown by 'got status' after committing staged changes