sublimehq / sublime_merge

Issue tracker for Sublime Merge
https://www.sublimemerge.com
274 stars 14 forks source link

Commit history is messed up #1820

Open katchang opened 1 year ago

katchang commented 1 year ago

Version info

Description After pushing up a feature branch, I noticed that my local develop branch was very out of sync with the remote develop branch . Seemed like the entirety of the git project history were "new" local changes, and the remote branch had one ahead of me. Did not find anything out of the ordinary in my reflog dealing with the develop branch. Screenshot 2023-09-29 at 2 54 30 PM

Decided to drop my local develop and pull the remote. Now my develop branch starts with a single "merge branch" commit that seems to be a condensed commit of all the file changes since the beginning of the project (but cannot be expanded) and the commit date on it is Dec 31, 1969. The list view of this commit incorrectly shows me as the author, but clicking into the commit shows the actual author.

Screenshot 2023-10-03 at 10 42 13 AM

Steps to reproduce ??

Expected behavior