Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 17:44
· 99 commits to main since this release
0a3a739

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 accompanying spice.submit.navigationComment configuration option may also be used instead.
  • log: Add a spice.log.all configuration option to default to --all for gs ls and gs ll.
  • GitHub Enterprise: Allow setting the GitHub URL and API URL with the
    spice.forge.github.url and spice.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.