Edward Thomson

Results 283 comments of Edward Thomson

> Simple accessing all of the commits (with a time sort), can result in out of order items as the sort does not appear to be correctly handling conditions where...

🤔 Would you be willing to share your code so that I can step through it in libgit2?

I think that it makes sense to avoid creating invalid branch names - users can always go to `git_reference_create` if they think that they really want to do this. I...

Yes, but in my opinion SHA256 support and fixing the perf for delta resolution are higher priority.

Cool! Thanks for the contribution @bansheerubber! I'll review it 🔜 . 🎉

This looks like SwiftGit? I... don't know what to do with this. Is there some implicit error checking on `git_repository_open`? What is this construct: `git_strarray()`? This is the C version...

> since the rust one was _too_ slow Ouch. Obviously there's a limit to how fast we can clone a big repo, but we're still pretty far away from git....

I don't think that I understand. Can you add a unit test to help elucidate this change?

I think that it's not, you're welcome to it @venkatesh-coder

> I would love to see this progress. I think it could be very useful. I don't get it yet. 😁 Who would use this and when? Swift developers who...