Method: Git::Base::Factory#log
- Defined in:
- lib/git/base/factory.rb
#log(count = 30) ⇒ Object
returns a Git::Log object with count commits
40 41 42 |
# File 'lib/git/base/factory.rb', line 40 def log(count = 30) Git::Log.new(self, count) end |