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

Fix non ascii parse error issue in diff, and some old fix from github/grit #15

Closed ranmocy closed 11 years ago

ranmocy commented 11 years ago

If there is non-ascii chars in the filename, diff parse failed. Especially when it is the first commit of the repo, I improved the regexps but wonder whether it is the best solution.

dzaporozhets commented 11 years ago

thank you