Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tig does not display commit messages starting with certain emojis #621

Closed
hvoecking opened this issue Jun 27, 2017 · 0 comments · Fixed by #644
Closed

tig does not display commit messages starting with certain emojis #621

hvoecking opened this issue Jun 27, 2017 · 0 comments · Fixed by #644

Comments

@hvoecking
Copy link

I recently started to follow the commit message style described by styleguide-git-commit-message and using the tool commit, to create commit messages. I noticed that the emojis in the commit message are displayed correctly when using git log, but for certain emojis commit messages are not displayed at all when using tig:

Problem

$ git log --oneline
ee8b364 🐧 Fix something on Linux
9890b2f ✨ Add feature
5b821c6 🎉 Initial commit
$ tig
2017-06-27 13:32 Heye Voecking o [master] 
2017-06-27 13:30 Heye Voecking o ✨ Add feature
2017-06-27 13:30 Heye Voecking I

Environment

$ tig --version
tig version 2.2
$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 17.04
Release:	17.04
Codename:	zesty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant