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
If repository contains commit made by git commit --allow-empty --allow-empty-message -m "" log return incorrect commits history. Returned history starts from this commit with empty message.
Uh oh!
There was an error while loading. Please reload this page.
Subject of the issue
If repository contains commit made by
git commit --allow-empty --allow-empty-message -m ""
log return incorrect commits history. Returned history starts from this commit with empty message.Your environment
Steps to reproduce
Create testing git repository:
Get real commit history:
Create test ruby script (named test.rb):
Call it:
As we can see this is not all commit history.
Expected behaviour
Retrieving complete commit history
Actual behaviour
The commit history is truncated from a commit with an empty message
The text was updated successfully, but these errors were encountered: