extrawurst

Results 715 comments of extrawurst

can you run with `-l` to enable logging and sharing what it traces?

seems like gix introduces two different version dependencies on hashbrowns 🙈 can you investigate if this can be removed by disabling features of `gix`, I see it seems to be...

@cruessler one other solution if not ideal is to pass a git2::Repo AND the gix::Repo into the logwalker to keep the interface and use the one for walking and the...

> On Windows, this change increases binary size by about 12 %, on Linux and Mac by around 8 %. I am happy to pay that price in the meantime....

that probably means the terminal font does not support typical characters or the charset needs to be changed to support it. in any case you can change the default symbols...

please share the output you get when installing via `binstall`

@hpodhaisky do you have any idea why that is? is there a way to fix that via a PR?

@vkohutid also mac? can you share more details on how you authenticate?

> This git2 behaviour can be deactivated with [strict_hash_verification](https://docs.rs/git2/latest/git2/opts/fn.strict_hash_verification.html), and maybe more performance can be obtained by [disabling object caching](https://docs.rs/git2/latest/git2/opts/fn.strict_hash_verification.html). @cruessler did you ever benchmark this?