You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using gift on my server.
It is a nice package and everything good.
But there is one problem.
I put commit messages with Korean.
Commit messages are malformed.
I can't read it!
I found gift uses child_process.exec with binary encoding.
I tested with utf-8 encoding, and it works fine for just commit messages.
I think there is a reason for binary encoding, So I don't know how to fix this issue.
Any suggestion?
The text was updated successfully, but these errors were encountered:
According to the commit where this was introduced (5af25bc) binary encoding is used to retrieve the content of binary files. The encoding scheme could be configurable as an option to work around this problem.
Hi, I am using gift on my server.
It is a nice package and everything good.
But there is one problem.
I put commit messages with Korean.
Commit messages are malformed.
I can't read it!
I found gift uses child_process.exec with binary encoding.
I tested with utf-8 encoding, and it works fine for just commit messages.
I think there is a reason for binary encoding, So I don't know how to fix this issue.
Any suggestion?
The text was updated successfully, but these errors were encountered: