Sebastian Thiel
Sebastian Thiel
Thanks a lot for reporting! This is another incantation of [this issue](https://github.com/Byron/gitoxide/issues/1025). In short, the problem is that `gitoxide` can currently only handle delta-packs with ref-deltas pointing to objects already...
Thanks a lot for the detailed analysis! To me it *feels* that even though `gitoxide` could be happy to inherit the shortcomings of Git as well, now that the time...
To me it seems that doing that would be much more correct than hardcoding `/bin/sh`, even though that value is the most common one. On Unix, making another `git` invocation...
Thanks for bringing this up! While the current approach of hardcoding a list in a somewhat inaccessible place will detect when WASM compatibility is lost, there is no way to...
> Is the categorization based on which crates are believed to work (or build) on WASM? Or is it based on which crates are believed to have particular features? Or...
It really isn't easy to test it at all, and probably impossible to test it exhaustively. So I am fine admitting defeat on this one, particularly because the tests I...
I think I should leave it to @EliahKagan to review this PR, due to its nature of being very relevant to the security of the project. To me it still...
Thanks a lot for the suggestion! I also think that GitButler should be able to drive more command-line agent tools. At some point it might be worth wondering if we'd...
Thanks a lot for reporting! I would also expect that if `overwrite_existing: false` that it won't change any aspect of these pre-existing files. It is my hope that once this...
Thanks for making this happen! Early feedback could be that this seems to be a breaking change in `gix-blame`, which should then go into a separate commit. I didn't look...