commit 37d566256d30c7c910cd5ce14c2233a6a5ef4ba5 from: Stefan Sperling via: Thomas Adam date: Wed Jul 19 21:08:21 2023 UTC CHANGES for 0.91 commit - 8167070b4db90c31b86eea9dbd9be99eae7826c3 commit + 37d566256d30c7c910cd5ce14c2233a6a5ef4ba5 blob - c99dcf42b514f0d2778afb91240eb9d384d3b03a blob + 9a08a73e588c8383f4d6c4d38d7928ce6b69a82e --- CHANGES +++ CHANGES @@ -1,3 +1,18 @@ +* got 0.91; 2023-07-19 + see git repository history for per-change authorship information +- use _POSIX_HOST_NAME_MAX from for portability +- add merge -M option which tells 'got merge' not to fast-forward a reference +- make gitwrapper ignore "permission denied" errors for repository paths +- add cvg(1), a CVS-like Git client; still WIP and not installed by default yet +- add initial implementation of 'gotadmin dump' which creates Git bundle files +- add initial implementation of 'gotadmin load' which loads Git bundle files +- gotadmin cleanup: consider object reachability while cleaning packfiles +- gotadmin cleanup: don't delete pack files that are too young +- prevent useless EEXIST errors filling up the global custom error array +- abort histedit if the user quits the editor without saving the script +- fix double-free in tog blame view error path +- add support for keywords as arguments to got and tog + * got 0.90; 2023-06-23 see git repository history for per-change authorship information - fix segfault in 'got diff' when a root commit is passed to -c