commit 2b451e1aef28a44c2e25e2bc6098ca0c8982271b from: Stefan Sperling date: Wed Sep 30 16:44:01 2020 UTC changes for 0.42 commit - f535bcd44604b1994b9d4fe351236dc1a69758d8 commit + 2b451e1aef28a44c2e25e2bc6098ca0c8982271b blob - bf239d0345b214b3284b41a22565f37dfa65ce7f blob + b2c4d3c6003f73aa2d3e9e943647e9368679e43c --- CHANGES +++ CHANGES @@ -1,3 +1,10 @@ +* 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 +- fix potential type mismatches between format specifiers and arguments (naddy) +- prefer the BSD extension to reset getopt over the GNU one (naddy) +- fix 'bad path' error from 'got clone' by unveiling the repository path again + * got 0.41; 2020-09-25 - make 'got ref -d' delete both loose and packed representations of the ref - make dangling symbolic references show up in 'got ref -l'