Results 1797 comments of Sebastian Thiel

Even though the word 'terrible' isn't well suited to make an argument, it definitely describes the feelings I had when trying to use the early `git_repository::Error` to change behaviour based...

I think so far no `Error` implementation is explicitly using generics in `git-repository`, even though the type-definition used for `find::existing::Error` is most definitely leaky when matching on it. It's great...

That's a great idea, I didn't think of that! The change is happening in [this PR](https://github.com/Byron/gitoxide/pull/1226).

Thanks for bringing this up! I vaguely remember thinking that `flate2` is built so that the default backend can be activated (and therefore will be built) even while additional backends...

Thanks for reporting. The effort to provide a reproducer is appreciated, even though I'd hope for a public repo URL that can be downloaded with it. Also, which version of...

That's perfect, thank you! I will take a closer look but believe to have everything I need for a fix. First of all, `gix clone https://dev.azure.com/bittrance/public/_git/gitoxide` does reproduce the issue...

# Investigation After a short moment of investigation it is clear that [this is the code that cancels the operation](https://github.com/Byron/gitoxide/blob/072ee32f693a31161cd6a843da6582d13efbb20b/gix-pack/src/data/input/lookup_ref_delta_objects.rs#L114-L117): the pack, which is supposed to be complete, contains a...

> I respect the decision to kick this can down the road. AzDO is relatively common in the (MS dominated) corporate world so `gix` may have to confront it at...

Thanks for letting me know, *and* for finding just the right issue to put it in! It's really good to know that this isn't exclusively an Azure DevOps problem. Maybe...

Thanks a lot for letting me know! Is this something you would feel comfortable to contribute? It seems like this project's CI is missing that environment or configuration. I will...