Scott Chacon
Scott Chacon
Good point. We haven't done any testing with submodules yet. It's on the list.
same as #2542 ?
So, there are two different things here. One is the ability to stage lines in a hunk for a commit in a vbranch, which is the equivalent of what you're...
OK, so I found the long ass writeup I did 5 months ago on this exact topic and it turns out that I put it in a standalone private repo...
@ziadsawalha we've talked about having vbranches be stacked, which is I think basically what you're asking. Then yes, this becomes much much easier. But then you can't merge branch B...
So, we don't have this implemented mostly because Tauri doesn't really easily support it yet. The main tracking issue in the Tauri repo is here: https://github.com/tauri-apps/tauri/issues/3619 There is also a...
This is something we're working on in the very short term. 👍
Actually, the backend API is already implemented (https://github.com/gitbutlerapp/gitbutler-client/pull/1696 - link is private now, but should work when we OS), we're just working on the UI.
Hm, this is going to be a little difficult, given how we're implementing it, but it's good to bring up. Probably `assume-unchanged` too.
Closing for #3048, where I'll write up a better solution