Danyel

Results 87 comments of Danyel

Just to add to this since I had the same problem and none of the solutions here worked. We were using backstage via the RHDH chart on OpenShift, and kept...

Unfortunately I have no experience with 32 bit systems. This is also a simple wrapper around the C/C++ library, I believe the error originates from there. I honestly doubt 32bit...

Is it possible to replicate this in a CI environment e.g. Github CI or docker? Otherwise I cannot help you, you'd have to work on this yourself. As a disclaimer,...

Is there any improvement in using the latest version? Unfortunately AFAIK 32-bit systems are not really used anymore, so I don't think it's worth it to spend too much time...

I see that these have been ignored so far. Would it be enough for you if I add them to the `entry.header`, to use like this: ```rust if let Some(header)...

No it's not possible yet, I'd have to add the feature and release a new version. My question was whether that api would fit your use case, you'd get the...

> Are you using it to edit the commit messages? If so, why not `amend`? amend changes the history, replace does not. I want to reword some commits on `master`...

FWIW, how sensible would it be do to manual parsing of the files in `.git/refs/replace`? The structure seems straight forward, the replacements are `` -> ``, e.g. file `foo` with...

According to the docs, `gitoxide` support replace: > object replacements are read once upon opening the repository from their refs and changes to these won't be picked up. in [SHORTCOMINGS.md](https://github.com/Byron/gitoxide/blob/main/SHORTCOMINGS.md)...

yeah they are a lot easier to use. Do you have any concerns with merging this? I've been using my fork successfully