wfxr / forgit

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

Fix forgit diff displaying renames on MacOS #250

Closed carlfriedrich closed 1 year ago

carlfriedrich commented 1 year ago

MacOS's sed variant obviously does not parse '\t' as a tabstop per default. Replacing it with a literal tabstop to make this work.

Fixes #245

Check list

Description

Type of change

Test environment

carlfriedrich commented 1 year ago

Approved by bug reporter in #245.