gitlabhq / grit

Grit gives you object oriented read/write access to Git repositories via Ruby. Patched for GitLab
gitlab.org
MIT License
59 stars 55 forks source link

Handle encoding header of Git commits when possible. #6

Open akzhan opened 12 years ago

akzhan commented 12 years ago

Handle encoding header of Git commits when possible.

akzhan commented 12 years ago

Pull request also sent to upstream - mojombo/grit#134.

dzaporozhets commented 12 years ago

assigned to @SaitoWu

SaitoWu commented 12 years ago

I'll follow the upstream's response.

In this PR, I think u dont need to implement a encode class.

Its ok, If we just get the encoding name, no need to transcode it to UTF-8.