SRombauts / UEGitPlugin

Unreal Engine 5 Git LFS 2 Source Control Plugin (beta)
http://srombauts.github.io/UEGitPlugin
MIT License
811 stars 165 forks source link

Manually enter the "Root of the repository" #75

Open djelom opened 6 years ago

djelom commented 6 years ago

As disused in this thread on the forums, we are using several sub repos in the /Content/ folder. Those sub repos are ignored from the main repo. That all works well in unreal and also in git, however I lost the ability to diff the changes in those sub repos.

I suspect that I was able to define the "root of the repository" to be one of those sub repos it'd magically work?

There might be complications involved with the feature, but it would be super nice to be able to hop from one repo to another, even if that involves manually writing the path of the repo.

SRombauts commented 6 years ago

Yes sure, but as I said previously, this is not a priority for me right now, and it adds quite a bit of complexity

ykaganov commented 4 years ago

@SRombauts I'm trying to add this feature myself. I would be happy to hear more about the complexity that it adds in case you already thought about this.. Thanks in advance!

Yan

ykaganov commented 4 years ago

@SRombauts I Created a pull request with this feature. https://github.com/SRombauts/UE4GitPlugin/pull/138