You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 11, 2022. It is now read-only.
First off, great work with giternal. It was exactly the tool I was looking for to manage vendoring in a simple, yet flexible manner. The one issue I encountered was the inclusion of .git.frozen.tgz in the main repo, when it is frozen. I believe this is the line responsible for that happening.
IMHO, I don't think this should be included in the main repo, since it is only to keep track of the history of the dependencies. By including this in the main repo, any push commands push the entire repo along with the history of all the dependencies, which is not desirable.
I managed a workaround by manually calling git checkout .git.frozen.tgz for all the vendored libraries, but a more elegant solution would be to build this into the rubygem.