Method: Git::Log#first

Defined in:
lib/git/log.rb

#first



95
96
97
98
# File 'lib/git/log.rb', line 95

def first
  check_log
  @commits.first rescue nil
end