Murmele / Gittyup

Understand your Git history!
https://murmele.github.io/Gittyup
MIT License
1.37k stars 108 forks source link

Submodules show .git path since 1.4.0 #760

Open DeeFuse opened 1 month ago

DeeFuse commented 1 month ago

When opening a submodule e.g. Basis-App/module/CommonCode the app shows the path to the .git folder Basis-App/.git/modules/module/CommonCode instead of the target folder as bevore. It only appears if you have multiple submodule with the same name open.

grafik

Murmele commented 1 month ago

Maybe a regression of: https://github.com/Murmele/Gittyup/pull/614

Murmele commented 1 month ago

Do you have a test repository? I am not able to reproduce this

DeeFuse commented 1 month ago

Clone both Repos recursively: https://github.com/DeeFuse/TestRepo1 https://github.com/DeeFuse/TestRepo2 After opening the submdule of Repo1 it should look like this: grafik When opening the submodule of Repo2 it will look like this: grafik