Open rexpan opened 6 months ago
Can confirm, no commits/branches/.. are shown, all files are marked as staged. SublimeText btw behaves in the same way.
(It might be obvious due to the iirc self implemented git read logic for SM/ST and the reftable
format being brand new in git version 2.45)
Update: Btw, now I understand that ".invalid" is the parsed from .git/HEAD
in a reftable repo. Maybe SM could at least use this to handle/detect the reftable repo and give an info message to the user.
Version info
Description
A description of what the bug is.
Steps to reproduce
Steps to reproduce the behavior:
git clone git@github.com:__/__.git --ref-format=reftable
with--ref-format=reftable
Expected behavior
Sublime Merge can operate as regular git repo
Screenshots