Gittyup icon indicating copy to clipboard operation
Gittyup copied to clipboard

Submodules show .git path since 1.4.0

Open DeeFuse opened this issue 1 year ago • 8 comments

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

DeeFuse avatar May 15 '24 09:05 DeeFuse

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

Murmele avatar May 15 '24 15:05 Murmele

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

Murmele avatar May 15 '24 15:05 Murmele

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

DeeFuse avatar May 16 '24 07:05 DeeFuse