Results 1795 comments of Sebastian Thiel

It's too bad this had to wait for so long but I decided to finally get it off my queue, and replaced the `git2` implementation with the `gix` one entirely...

I realised that the `gitoxide` issue was already fixed 2 months ago, and made a release instead. Unfortunately, there still is a failure on Windows related to how `gix status`...

Without me doing anything, the checks have passed. My last commit (`fix test that fails on CI`, now removed) added some debug output to gather more dat for today, and...

Thanks again for the review and the additional performance testing, @weihanglo, it's much appreciated. It's good to see it's also faster on Linux, albeit by a smaller margin. I have...

Thanks a lot for reporting, as well as the exhaustive description with a reproducer. It appears that `index.diff(None)` doesn't make a call to Git or else I'd expect it to...

The auth for the enterprise works with a personal access token, and no OAuth app is used. That way, no admin involvement is needed, but the app is basically you...

Indeed, `gitoxide` doesn't currently support SHA256, even though all the groundwork is laid. This means that for the purpose of reading repository data, such support could be added quite swiftly...

Thanks a lot for reporting. Could you also share which version of MacOS you are on? It probably uses an older version of Safari which typically leads to hiccups like...

Apologies for the late response, thanks a lot for reporting and sorry for the hassle. I understand that `section_mut()` as used in `Remote::save_as_to()` finds a global section and changes it...

> > I understand that `section_mut()` as used in `Remote::save_as_to()` finds a global section and changes it instead. When saving that configuration, it writes everything to the local configuration due...