fork-dev / Tracker

Bug and issue tracker for Fork for Mac
505 stars 12 forks source link

Submodules not shown after update to version 2.39 #2057

Closed sjovallx closed 8 months ago

sjovallx commented 8 months ago

Previously submodules were shown under Submodules in UI (macOS). After update to version 2.39 the Submodules is empty even if the repository has submodules:

image

In addition, unstaged submodule changes cannot be discarded from UI anymore.

DanPristupov commented 8 months ago

Can you try if https://cdn.fork.dev/mac/Fork-2.39.1.dmg works properly?

sjovallx commented 8 months ago

Yes, 2.39.1 works perfectly. Thanks!

DanPristupov commented 8 months ago

Someone probably edited the .gitmodules file in your repo manually and removed the trailing `\n'.

Fork failed to parse .gitmodules file when it has no \n at end of file. We released the hotfix, but don't push update to all users to not bother them too much.