commit 661640238bb42e60d862211cd0c0ac4576558656 from: Stefan Sperling date: Fri Aug 09 08:52:07 2019 UTC sync README with pkg/DESCR from the port commit - 2c00348cb462b21f80f7c1839ed9a5741dfb00d9 commit + 661640238bb42e60d862211cd0c0ac4576558656 blob - 407fa94acf6c6805a8bb118d44a466f54831a3db blob + 556a18ff8b0707538c02fb4d75c6f5b9db56af46 --- README +++ README @@ -1,13 +1,16 @@ Game of Trees (Got) is a version control system which prioritizes ease of use and simplicity over flexibility. -Got is being developed exclusively on OpenBSD. It is not a drop-in -replacement for other version control systems and it does not attempt -to compete with anything else than the use of other version control -systems in the context of the OpenBSD project. -Got's target audience are OpenBSD developers, and its focus is directed -at the particular needs and use cases of the OpenBSD project. +Got is still under development; it is being developed exclusively +on OpenBSD and its target audience are OpenBSD developers. Got is +ISC-licensed and was designed with pledge(2) and unveil(2) in mind. +Got uses Git repositories to store versioned data. At present, Got +supports local version control operations only. Git can be used +for any functionality which has not yet been implemented in Got. +It will always remain possible to work with both Got and Git on +the same repository. + To compile the Got tool suite on OpenBSD, run: $ make obj