module Gitlab

Gitlab::Git::Commit is a wrapper around native Grit::Commit object We dont want to use grit objects inside app/ It helps us easily migrate to rugged in future

Gitlab::Git::Diff is a wrapper around native Grit::Diff object We dont want to use grit objects inside app/ It helps us easily migrate to rugged in future

Gitlab::Git::Commit is a wrapper around native Grit::Repository object We dont want to use grit objects inside app/ It helps us easily migrate to rugged in future