Sebastian Thiel
Sebastian Thiel
It works for all intents and purposes but isn’t perfect related to some details. These are still tracked here, maybe they can be moved into a follow-up issue.
It looks like the project was archived and has been superseded by `cargo-semver-checks`.
That's great to hear, thanks for letting me know :)! If you have any ideas would you would like to see improved, please do let me know. I already saw...
Thanks for chiming in, and thanks for posting presentation and slides, I will watch it to get an overview of `jj` and maybe a better understanding where `gitoxide` will fit...
There seems to be [a setting for that](https://git-scm.com/docs/git-config#Documentation/git-config.txt-pushnegotiate). When fetching, and when negotiating properly, one is actually independent of what one *thinks* the server state is in favor what the...
Thanks for sharing @epage! Having this should accelerate implementing signatures in `gitoxide` as well.
`gitoxide` has recently learned `gix commit verify` which does the opposite. It was (mostly) contributed and verification and signing are very much related: what's a signature worth if it's not...
Thanks for reporting! Currently the application [writes this file directly](https://github.com/gitbutlerapp/gitbutler/blob/72291ce4cb039f8675ec143a0ad672936a183ce1/crates/gitbutler-core/src/storage.rs#L38-L44), which can leave it half-written or empty for that matter if the app is killed in just the right time....
Thanks for sharing! *(#2923 also talks about this as supporting multiple remotes)*
The error types I am dealing with look [more like this](https://github.com/Byron/gitoxide/blob/8ecf4a6cd754c0d9cd1cb99c28cbfbbe194b14c2/git-repository/src/remote/connect.rs#L8-L28) and removing `thiserror` from the equation will definitely be more complex than [doing a few downcasts](https://github.com/Byron/gitoxide/blob/de44c8161caedd91aeb96d53ca0a3a7fc2fdd11b/git-transport/src/client/blocking_io/http/traits.rs#L15-L34). If there is...