Skip to content

Refactor GitStats

Vinnie Okada requested to merge mr-vinn/gitlab_git:refactor-gitstats into master

I removed the LogParser class and used a Rugged::Walker for both the #log and #parsed_log methods in GitStats. This addresses issue #2.

Merge request reports