Fakerr / git-recall

An interactive way to peruse your git history from the terminal
MIT License
2.12k stars 47 forks source link

sed: illegal option #13

Closed hamishgraham closed 7 years ago

hamishgraham commented 7 years ago

System: macOS 10.12.1

When expanding one of the git commits with tab and closing it again the following error is shown:

sed: illegal option -- r various tweaks (3 days ago) <myname>
usage: sed script [-Ealn] [-i extension] [file ...] ago) <myname>
Teszko commented 7 years ago

Installing gnu-sed should fix that issue.

milani commented 7 years ago

-E has the same effect on OS X. So it can be easily replaced if the OS is not linux.