Results 1797 comments of Sebastian Thiel

Thanks for letting me know - I am cooking up the changes now.

> [ ] support for the stage (to potentially display gutters against that instead of head and stage/unstage changes? Ideally we could even indicate if a hunk is staged or...

> Another thing that comes to mind: > > I want to cache repositories in some manner which requires some sort of file -> repo lookup. The simplest solution is...

I was wondering what should happen once a collision is detected, as it's critical to do the same thing that `git` does in that case. Options are… 1. fail and...

Thanks for the update, thanks so much for this amazing and exciting work! From what I can tell, `gitoxide` can configure collision detection merely by turning on the new feature...

Thanks a lot for the analysis, this makes sense to me and should be good enough. And I hope one day `gitoxide` can take more responsibility for this dependency given...

Thanks for reporting! I think there is quite a bit to unpack here. First of all, I think I know how it's possible to get to this point, but I...

It seems to get dependency resolution with minimal dependencies, this feature would be needed: https://github.com/rust-lang/cargo/issues/5657. However, it's unlikely this will be relevant for the issue here as it won't be...

Thanks a lot for letting me know! The problem described here isn't necessarily specific to `gitoxide` crates, but it's something I'd be happy to improve on if there was a...

Thanks @joshtriplett for pointing that out - the issue has been updated for correctness, and I agree about the choice, particularly if it's true that `libssh` doesn't have Rust bindings...