wfxr / forgit

:zzz: A utility tool powered by fzf for using git interactively.
MIT License
4.33k stars 136 forks source link

Why not use forgit::diff on forgit::log enter? #217

Closed carlfriedrich closed 1 year ago

carlfriedrich commented 1 year ago

Check list

Environment info

Problem / Steps to reproduce

When using glo (forgit::log) we can press Enter to show the changeset of the selected commit. The presentation, however, is rendered using the basic git diff command. We have a much more user friendly diff command gd (forgit::diff) right in forgit, though.

@wfxr @cjappl Is there a specific reason why we do not use this as an enter command?

If not, I would love to provide a patch to integrate this.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.