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
In our repo, squash and rebase aren't used often - this allows commits to be sprinkled in with the history. Only PR merges are allowed which is the top-most commit.
Can we add an option that effectively does the same thing as git log --first-parent since that will show the correct history in the changelog?
The text was updated successfully, but these errors were encountered:
In our repo, squash and rebase aren't used often - this allows commits to be sprinkled in with the history. Only PR merges are allowed which is the top-most commit.
Can we add an option that effectively does the same thing as
git log --first-parent
since that will show the correct history in the changelog?The text was updated successfully, but these errors were encountered: