CommitsOnBranchSimple
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