Mark Callow

Results 429 comments of Mark Callow

Still exists. For each job in a build that triggers a GitHub Releases deployment, a new release is created. If `name:` is specified all will have the same name. If...

The issue might be happening because I am creating a draft release and the GitHub API returns 404 when querying a draft release by its name. You can only query...

I have the same issue and I am using the default strategy, i.e. just `git subrepo pull `. Any file that they have changed since the last pull, but I...

Here's a simpler example from the same pull: ``` > refs/subrepo/lib/basisu/fetch ``` This file was new 2 pulls ago. I have not made any changes to it. This is the...

I just did another pull and got a load more fake conflicts. This issue really needs to be fixed. Here is the list ``` both added: apg_bmp.c both modified: basisu.vcxproj...

There was exactly *1* conflicting change in all these files. The .c & .cpp files marked as "both added" had changes I had made which were marked as conflicts but...

Over in issue #409 I describe some major issues I have just had with `git subrepo branch`. Looking at that I see a couple of things that could be causing...

I have suffered from this again. This time I have made 0 changes to the code in the subrepo dir since the last pull from upstream and I have done...

One especially strange item is ``` added by us: encoder/basisu_etc.cpp ``` `git subrepo pull` reported it thus: ``` CONFLICT (rename/delete): basisu_etc.cpp deleted in refs/subrepo/lib/basisu/fetch and renamed to encoder/basisu_etc.cpp in HEAD....

I think I may have discovered why this happens. I included a repo via `git subrepo clone`, have never made any edits to the code in that clone and have...