v0.4.0
This release adds support for configuring the behavior of git-spice
with use of the git config command.
See https://abhinav.github.io/git-spice/cli/config/ for details.
Added
- cli: Support custom shorthands with the
spice.shorthand.*configuration option. - submit: Support opting out or reducing navigation comment frequency with the --nav-comment flag.
The accompanyingspice.submit.navigationCommentconfiguration option may also be used instead. - log: Add a
spice.log.allconfiguration option to default to--allforgs lsandgs ll. - GitHub Enterprise: Allow setting the GitHub URL and API URL with the
spice.forge.github.urlandspice.forge.github.apiUrlconfiguration options.
Changed
- GitHub Enterprise:
GITHUB_API_URLis now optional. If not set, we'll guess it from the GitHub URL.