Results 181 comments of admorgan

I didn't even know that was an option in git. This is relatively straight forward to implement and I would be amiable to adding it as a feature. If you...

That means the SHA in the commit field of your .gitrepo file isn't a valid SHA on the remote repo. This can happen if the remote's history was rewritten. Rewriting...

I am really curious about your use case. We use subrepo daily in a corporate environment and have not experienced such fragility. Are there any examples you have of public...

The Visual Studio should not inject such a problem since that is also my workflow. If you decide to keep using subrepo, next time you try to do a push...

The create a commit on push is feeling more like an anit-feature to me. The reason it behaves that way makes sense, it makes future operations faster, but I use...

There are two elements at play here. The technical element about why this doesn't work, and the UI issue where the report doesn't do a good enough job describing it....

I like the error message change, but https://github.com/ingydotnet/git-subrepo/pull/407 does a better job fixing the submodule issue.

@mmcev106 sorry about not listening close enough. You are correct the issues I list are not related to the issue you are having. The issue you are having is because...

Just want you to know that I am still investigating this, just haven't had as much time as I need.

The .gitrepo flie should be under version control. It is how git-subrepo knows it current state. It should have been added when you did git-subrepo clone, and not having one...