Sebastian Thiel
Sebastian Thiel
Thanks for bringing this up! It looks like `gix-blame` would also need another option or parameter to learn about and respect the revisions to ignore. This could be one PR....
To summarise, it appears that neither Git nor `gitoxide` can correctly determine ownership when such paths like `//wsl.localhost/Ubuntu/home/username/repo/.git` are used. Git suggests to add this directory to an allow-list like...
Just some notes: as far as the workspace is concerned right now, worktrees aren't special and they are just attached to a branch that their `HEAD` happens to check out....
This looks very promising indeed! Some complexity now moved to `imara-diff`. Let's see those performance comparisons as well :). Until we are more sure how this works, you *could* put...
Thanks a lot, this looks very promising already! Now, technically, `gix-blame` is basically as good as the Git one in terms of correctness, and probably comes quite close in terms...
Could we get this done towards the end of the year? Maybe it works now if the PR was rebased?
Right, thanks a lot! I think I may have asked @oyvindln that before and apologise this question is redundant or repetitive, but given my ignorance, is a release of `miniz_oxide`...
Thanks a lot for sharing! This certainly means that neither me nor the other reviewer nor the author fully understand our feature toggles. It also means that CI isn't able...
I think it's now reasonably clear what needs to be done. Namely, `zlib-rs` needs pure Rust versions of `set_dictionary` and `set_level` to be a full replacement. My apologies for the...
Thanks for offering, but I don't think so. `zlib-rs` without C bindings is back to the drawing board for now, and a new release can be made once these are...