Sebastian Thiel
Sebastian Thiel
Thanks for the suggestion, a good catch! I always found the Sphinx documentation hard to use, which is doubly so now that I mostly deal with documentation [like this](https://docs.rs/gix-config/latest/gix_config/struct.File.html).
Contributions are very welcome - I also agree that there should be a warning like that. Maybe one has to press ESC/q twice in short succession, but only if one...
Thanks a lot for reporting - I could easily reproduce this dangerous issue. It's notable that the oplog contains all the changes, so it's possible to revert to a previous,...
Thanks a lot for reporting! Using GB Nightly Version 0.5.702 (20240829.101052) I could reproduce it by following the steps. Clicking refresh, what's marked as `just now` in the pictures above...
Actually it does, kind-a :D. [The code](https://github.com/gitbutlerapp/gitbutler/blob/e07bb339cfa79a3328aca55418dd83a0ba464066/crates/but-rebase/src/commit.rs#L114-L120) is currently (and originated) in GitButler. It's a very faithful and by now proven implementation, but I didn't get around to porting it...
It's on my TODO list, but that's the case for everything `gitoxide`, your help would be greatly appreciated 🙏.
I like this approach, as in addition to everything @mbodmer mentioned, it's also easier for us to implement and maintain. Besides that I may add that with the arrival of...
Thanks so much for sharing, you really dug into the topic and the analysis looks good to me. Also, it seems like building the right docker image with `gix` inside,...
Thanks for looping me in. It's probably not possible to state compatibility for non-Windows systems only? Alternatively, is it possible to state experimental (or otherwise degraded) support? Any of the...
I see, so so GitPython would have to adjust its usage to be compatible.