Changes since 25.05.0:
- Fix: use FORGIT_SHOW_FZF_OPTS in _forgit_show (#437)
- Fix: prefix all commands in forgit.plugin.zsh (#439)
* Fix: prefix all commands in forgit.plugin.zsh
This prevents the wrong commands getting executed in case a user added a
shell alias with the same name.
* Fix: prefix built-ins - Feature: add interactive squash selector (#440)
- Refactor: Do not pass files to fixup and squash (#442)
Similar to 09f17c9, this removes the option to pass files to the fixup
and squash functions. There is no need to do so. - Feature: add interactive reword selector (#443)