Fakerr / git-recall

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

Fixes #13. Different param name on OSX for Sed program. #23

Closed radekk closed 7 years ago

radekk commented 7 years ago

Sed on Mac OSX is using "-E" param instead of "-r" param on Linux for extended regexp evaluation. Adding switch/case statement allows to set valid parameter depending on the operating system type.

Fakerr commented 7 years ago

Thanks for the PR @radekk