Edward Thomson
Edward Thomson
Thanks @timrogers. I haven't read the code yet but agree that `is_empty`... doesn't make much sense as-is.
I'd be curious for @carlosmn's take since I suspect he's using it production (and I am not).
Indeed. The documentation states: > An empty repository has just been initialized and contains no references apart from HEAD, which must be pointing to the unborn master branch. This documentation...
> Thanks, it partially solves my problem. I say partially, because I still have to account for cases where someone created his repository using only git init --initial-branch main and...
👋 Following up here: @eregon, we've set up all the necessary bits to use third-party actions in our starter workflow templates. Would you want to open a PR in https://github.com/actions/starter-workflows...
> That is very disappointing, I hope you will reconsider. It's also in direct contradiction to what @damccorm said in #20 (comment). I even made a working PR based on...
Thanks @bendavies - I can definitely imaging that we can do the pulls in parallel. Startup may be a little trickier, since I suspect that people now rely on sequential...
Thanks for the suggestion - having a hierarchy here seems like it might be useful, indeed. However, there are a lot of considerations around page rendering and performance that we...
Supporting `pre` and `post` in composite actions seems like a usable addition. We don't have this on our roadmap at the moment, but I'll add it to the list for...
Definitely should be possible. Visual Studio 2019 is not strictly required; the culprit is the cmake invocation: https://github.com/libgit2/libgit2sharp.nativebinaries/blob/master/build.libgit2.ps1#L132 I think that you could remove the `-G` entirely (leaving the `-A`)....