0.91
tagef5d3f64ccdc3dfe93202917b7c92a9168517d1d
object ea2cd47d415ccea6f97db959f1961ca3aa1b2f18
authorStefan Sperling <stsp@stsp.name>
Wed, 19 Jul 2023 14:10:45 +0000 (19 14:10 +0000)
got 0.91

- use _POSIX_HOST_NAME_MAX from <limits.h> 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 <commit> arguments to got and tog