admorgan
admorgan
This seems like something that can be addressed. Like @ingydotnet I don't have any experience using git-lfs, but If @lp35, @animetrics, and @perrette can help me work through the use...
2.a So a proposal that subrepo creates a .gitattributes to prevent the parent's .gitattribute from executing lfs in the subrepo directory. 2.b Reading the documentation it references that the files...
Please verify that the SHA in the parent entry in your .gitrepo file exists. This is usually caused by a rebase or a squash merge and the parent no longer...
If the parent repo no longer has the SHA in commit entry in the .gitrepo the only thing you can do is a forced pull (otherwise known as a clone)....
Modify the parent sha in your .gitrepo file to be the previous commit in your repo.
Unfortunately this is caused by the upstream. Git is really cranky when someone rewrites the history out from underneath it. Git is basically a block chain of changes to the...
I will be honest, this hasn't received as much attention as it should because I know little about git lfs and I keep putting off how to figure out to...
I have been working with this patch, and have found a number of paths that cause issues with regenerating the branch. I am addressing this through UI improvements and better...
Just wanted to let you know I am still working on the test infrastructure. Specifically git-subrepo is broken with any git version over 2.30. Fortunately it is only very edge...
I am having to deal with git LFS more often now also. So this is high priority right after #602