Changes since 25.01.0:
- Feature: add forgit show command (#417)
Introducingshow
as a new subcommand offorgit
, an interactive
version ofgit show
. The configured default alias isgso
.
Alt-T can be used to toggle between showing the diff and the commit
message in the fzf preview window.
The new command is used instead offorgit diff
when pressing enter
inforgit log
. This fixes the display of diffs for merge commits.
Note: we have a requirement for thefzf
version now. The minimum
requiredfzf
version is 0.49.0. If the installed version is lower,
forgit will exit with an error message.
Fixes #416.