grit icon indicating copy to clipboard operation
grit copied to clipboard

Grit gives you object oriented read/write access to Git repositories via Ruby. Patched for GitLab

Results 16 grit issues
Sort by recently updated
recently updated
newest added

This comments is a wrong. When you run `git.rev_list`, `method_missing` is not executed. `Grit::GitRuby::Repository.rev_list` is executed. You should delete the comments if it does not make sense.

Sometimes there is no "\n\n" between "Binary file ... matches" and the others. ``` master:test/dot_git/file-index 874^@test/dot_git/refs/heads/master 875^@test/dot_git/refs/remotes/origin/HEAD 876^@test/dot_git/refs/remotes/origin/master Binary file master:test/dot_git/index matches Binary file master:test/dot_git_iv2/index matches master:test/dot_git_iv2/info/refs 5^@2d3acf90f35989df8f262dc50beadc4ee3ae1560 refs/heads/testing 6^@ca8a30f5a7f0f163bbe3b6f0abf18a6c83b0687a...

The commit id [d9bb4be · git/git](https://github.com/git/git/commit/d9bb4be53bc5185244b4be9860562a012803bacb) warn "unknown header ''" when I use this gem on [git/git](https://github.com/git/git). It is the unexpected implementation of `Grit::GitRuby::Commit::from_raw` in `grit/lib/grit/git-ruby/git_object.rb` . ``` ruby require...

Hi guys, when Grit tries to get diffs, and name of files in diffs contains ascii incompatible string like CJK, it would give some unexpected string, like what I did...

I recently started getting this error: ``` Started GET "/vesseltracker/vtr_weather" for 127.0.0.1 at 2013-03-17 13:53:09 +0100 Processing by ProjectsController#show as HTML Parameters: {"id"=>"vesseltracker/vtr_weather"} Completed 500 Internal Server Error in 26ms...

The search of gitlab (and almost every other thing depending on grit) could be improved, when in lib/grit/repo.rb line 724 would be changed from ``` 722 binary = false 723...