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

delete incorrect comment #38

Open catatsuy opened 10 years ago

catatsuy commented 10 years ago

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.