Skip to content

Overcommit 0.26.0

Compare
Choose a tag to compare
@sds sds released this 11 Jun 03:24
· 700 commits to main since this release

Includes a pretty crucial fix for a bug where renaming a file as part of a commit amendment would cause pre-commit hooks to crash. Other cool feature to look out for is the new env hook option, which allows you to configure the environment variables you'd like to run your hook with (useful for command line applications that are configurable only via environment variables).

New Features

  • Add EmptyMessage commit-msg hook that reports commits messages that are
    empty or contain only whitespace
  • Add env hook configuration option that allows you to set values for
    environment variables during the course of a particular hook's run

Bug Fixes

  • Fix handling of paths with spaces in the name
  • Fix CaseConflicts pre-commit hook to not fail on initial commit
  • Fix handling of files removed or renamed in a commit amendment