Skip to content

CommitsOnBranchSimple

Choose a tag to compare

@fallion fallion released this 25 Jun 15:02
· 21 commits to master since this release

Adds a new function CommitsOnBranchSimple which no longer requires full commit objects in order to work. It returns a new type called SimpleCommit that is a stripped down version of a regular Commit object. This is useful in case you want to run analysis on the commit message, but don't care about the rest of data associated with that commit.

🚀 Features

  • 5f82527 add CommitsOnBranchSimple

🔧 Chores and Improvements

  • 9b9cf3f (deps) update module stretchr/testify to v1.6.1
  • 6927494 (deps) update module go-git/go-git/v5 to v5.1.0