Method: Git::Lib#process_commit_log_data

Defined in:
lib/git/lib.rb

#process_commit_log_data(data)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



590
591
592
# File 'lib/git/lib.rb', line 590

def process_commit_log_data(data)
  RawLogParser.new(data).parse
end