Sebastian Thiel
Sebastian Thiel
This is exciting! Just my notes: The new workspace model has a third state for this to indicate the stack is in the workspace, but *its tree is not*. That...
I have adjusted the model to capture "muted from a given commit". This allows it to mute/ignore one or more commits from the top of the stack. Useful to 'hide'...
If you implement this, you have the feature: Muting and 'ghosting': https://github.com/gitbutlerapp/gitbutler/blob/af578999000c60c777dfe0a6b556fbebe8f2a601/crates/but-core/src/ref_metadata.rs#L443-L451
Thanks for sharing! At some point it seems we should also figure out how to deal with AI as in principle, it's always the same "API", it's just a lot...
Thanks a lot for reporting! It's strange that it fails to parse the URL as for me it seems to get well past this stage. Here I have changed `https://…`...
Oh, I see now, the full example was all that's needed, despite everything being described before (even in code) I simply couldn't fathom this kind of URL 😅. And reading...
It's interesting that you'd be separating the opaque URL from the 'normal' one. The reason I wouldn't do that is that `gix-url::Url` is already supposed to be capturing all of...
I see, it really is its very own thing and putting it into a URL is forcing it a bit. Nonetheless, I guess `transport` can be the `scheme` and is...
That is fantastic, thank you. I see now how ridiculously flexible this system can be, and would hope that for starters such URLs can soon be parsed. Gems like `bash::'exec...
Thanks a lot! Each of the added features would need to get their own documentation. While CI fails, I have set this PR back to draft. Lastly, even if the...