mrowa44 / emojify

Emoji on the command line :scream:
MIT License
1.55k stars 70 forks source link

Cannot get commit history of a special file with git log --color | emojify #20

Closed jerrykal closed 7 years ago

jerrykal commented 7 years ago

For example when I run git log --color | emojify README.md I should get the commit history of the README.md but it only output README.md.

mrowa44 commented 7 years ago

@ooJerryLeeoo Does git log --color README.md | emojify work as you'd like to?

jerrykal commented 7 years ago

It worked, thanks !!