Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Support for repos with merged orphan branches #84

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

stelzch
Copy link

@stelzch stelzch commented Jul 9, 2019

Bug fix

Description

The System::first_commit method now takes the last commit returned by git rev-list. This is the correct one, because rev-list orders chronologically

Fixes #83

Checklist

  • My code follows the style guidelines of this project
  • I have added tests that prove my fix is effective or that my feature works
  • The build is passing

Copy link
Collaborator

@andrewmcodes andrewmcodes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm but not sure if there are any potential issues that may arise from this. I’ll let @dvmonroe make the final call.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release Note generation fails when project contains merged orphaned branches
3 participants