Martin Kühl

Results 73 comments of Martin Kühl
trafficstars

Thanks for the report. I'm not currently working with Espresso; I'm also not aware of what other method for leveraging python I could use, or in which way Espresso changed...

Huh, agreed, that looks like it should prevent this. Is there a way to get debug output about what gitui is pushing to, or what configuration it read? FWIW my...

i believe this is a bug in libgit2, or at least the version currently used in git2-rs. [this line](https://github.com/libgit2/libgit2/blob/e61abdce434e17104b40c09b34094e2d571ba9e9/src/remote.c#L521) is where the `pushInsteadOf` setting is applied, but is seems that...

a related problem is that [need_username_password](https://github.com/extrawurst/gitui/blob/master/asyncgit/src/sync/cred.rs#L34) should check the `pushurl` if there is one, because only that would have the replacement applied

> i believe this is a bug in libgit2, or at least the version currently used in git2-rs. [this line](https://github.com/libgit2/libgit2/blob/e61abdce434e17104b40c09b34094e2d571ba9e9/src/remote.c#L521) is where the `pushInsteadOf` setting is applied, but is seems...

libgit2/libgit2#6101 would fix this

this is fixed in [v0.21.0](https://github.com/extrawurst/gitui/releases/tag/v0.21.0) :tada:

yes hi sorry i agree that both extensions shouldn't be hard to merge, and that my tree would probably make that easier. and i'd be happy to work on making...

> edit: rust-analyzer doesn't even check EVC. So I guess we'll need editing `env` i just released v0.1.0 which does this, could you check if it works for you?

> Are you blocking the main (extension) thread before getting variables into process.env? Cause that's the only way I found to actually get variables in before anything activates. oh darn,...