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.navigationComment
configuration option may also be used instead. - log: Add a
spice.log.all
configuration option to default to--all
forgs ls
andgs ll
. - GitHub Enterprise: Allow setting the GitHub URL and API URL with the
spice.forge.github.url
andspice.forge.github.apiUrl
configuration options.
Changed
- GitHub Enterprise:
GITHUB_API_URL
is now optional. If not set, we'll guess it from the GitHub URL.