Results 1784 comments of Sebastian Thiel

Without having looked at it in detail, it's true that `gitoxide` attempts to retain the path given by the user, which also means that paths *can* be relative to the...

Absolutely, at least when done unconditionally. But maybe this even *should* be done when it makes sense? Would the case here qualify using real paths? Unfortunately, this is one of...

> Is there a particular reason to not use the DictObject syntax and just access its values like in a normal dict? I think it's an oversight that a normal...

I see. Given how 'old-stable' this code is, I think it's fine the DictObject definition into the test code and use it there. That should be the easiest and most...

It's interesting you are encountering the issue with `bigtableadmin2` as failing APIs are usually ignored entirely. Since it's on main, and if it prevents me from releasing the crates, I'd...

And I thought with the API providing `TryInto` that the CLI code wouldn't have to change at all. > One problem I encountered is that not every enum has a...

Thanks for contributing a test! I see now that `to_time()` can panic, and I think that's to be fixed right away by making it fallible. Is this something you want...

I think I understand now what you mean - it's to be able to decode the date at least, and leave the offset alone. Git can decode just the date...

Thanks a lot for reporting! I actually don't know if winget is something we maintain, probably @krlvi knows more.

Thanks for sharing, along with a commit to try out more subtle cases where the `gitoxide` implementation of rename tracking disagrees with Git. This is a known issue, and `gitoxide`...