commit 06c0a1750f743c9a23c94fe422f99f5b3706728f from: Stefan Sperling date: Mon Nov 25 23:22:33 2019 UTC changes for 0.21 commit - 3b6470856ee51fa2c923b54719c254b5dedde8e8 commit + 06c0a1750f743c9a23c94fe422f99f5b3706728f blob - df93da3e784811c0fac7612e001d34d4c44064f7 blob + 4d898922beca30a648382e9d4bc1b46997f03506 --- CHANGES +++ CHANGES @@ -1,3 +1,10 @@ +* got 0.21; 2019-11-25 +- add -R option to 'got add' for recursive addition (patch by Tracey Emery) +- reduce the amount of memcpy() and strdup() while parsing tree entries +- fix tog display issue caused by Tab in commit messages; reported by mpi@ +- cache delta data buffers in an LRU cache to improve performance +- add -c option to 'got branch', replacing the optional second argument + * got 0.20; 2019-11-09 - fix reading pack files larger than 2GB - try not to hide errors from helper programs when got exits