commit 47d693bd3ebdcb7fd32bb8e1528b24596c6593ed from: Stefan Sperling date: Tue Oct 20 22:54:15 2020 UTC CHANGES for 0.43 commit - 62d463cac1fd99c423acb07c0367c649724a2a9a commit + 47d693bd3ebdcb7fd32bb8e1528b24596c6593ed blob - b2c4d3c6003f73aa2d3e9e943647e9368679e43c blob + 983749113178ce2f8e8b7f0ced8a6bd55f1b366f --- CHANGES +++ CHANGES @@ -1,3 +1,13 @@ +* got 0.43; 2020-10-21 +- do not treat the -h and -V flags as errors (naddy) +- allow regress test data to be stored in locations other than /tmp +- unveil repositories read-write when adding tags with 'got tag' +- rewrite test argument parsing with the POSIX getopts shell built-in (naddy) +- in tests, accommodate ls -l implementations that print "total 0" (naddy) +- fix a bug where 'got status' showed an unchanged empty file as changed +- handle non-const basename(3) and dirname(3) for POSIX compatibility +- properly handle nonexistent remote repository names given to 'got fetch' + * got 0.42; 2020-09-30 - add "branch" keyword to got.conf which specifies a list of branches to fetch - rework got's commit-time log message modification check