commit ea2cd47d415ccea6f97db959f1961ca3aa1b2f18 from: Stefan Sperling date: Wed Jul 19 14:09:16 2023 UTC CHANGES for 0.91 commit - 9332a003d76c710f143e8ff4b5d96f4c36dd7e43 commit + ea2cd47d415ccea6f97db959f1961ca3aa1b2f18 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