You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
The DefaultChangeDetector will do an initial scan of all commits between two dates. Commits that where authored before the from date but later merged into the branch to be checked will be skipped.
Description
The
DefaultChangeDetector
will do an initial scan of all commits between two dates. Commits that where authored before the from date but later merged into the branch to be checked will be skipped.github-changelog-lib/src/main/groovy/com/wooga/github/changelog/DefaultChangeDetector.groovy
Lines 119 to 123 in bd63a46
The desired behavior is to produce the same log as git locally would do.
git log from..to
The text was updated successfully, but these errors were encountered: