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

non-ascii chars in diff parse error, and some old fix from github/grit #14

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.

ranmocy commented 11 years ago

Sorry, wrong pull request branch. I will pull request again.