extrawurst

Results 837 comments of extrawurst

this is awesome (just found this) - this should be a wiki page IMHO!!

@cruessler can you add a teest for that so we don't regress on this again?

@cruessler we also need to make sure it does respect the env vars, see https://github.com/extrawurst/gitui/issues/2298

@cruessler please make a followup with a test for the env, this broke in the past and it would be good to know when it does :)

yeah its a known issue with the underlying git implementation, see https://github.com/gitui-org/gitui/issues/673 and upstream https://github.com/libgit2/libgit2/issues/3027 but I am hopeful that we might soon have a contender with gitoxide to migrate...

cc @cruessler is gitoxide on par with libgit2 or better yet? :)

@cruessler close to git means for sure faster than libgit2 as this is a magnitude slower than regular git. Using the gitoxide based one then would be a huge win!!

Very promising fresh benchmarks: https://github.com/gitui-org/gitui/pull/2269#issuecomment-2776123903

@WinterArch can you clarify more what you want?