Evan Mesterhazy

Results 56 comments of Evan Mesterhazy

I'm going to look into implementing this, but I'd like a clarification. It sounds like Solson and Martin are describing different things. I think that Solson is describing a command...

Ok got it. So then to get to the first state we could do this: ``` jj split --siblings -r B C --C-- | / \ B -> B1 B2...

I have this halfway working in #3037. By halfway, I mean that it is able to handle the simple case: ``` jj split --siblings B -> B1 B2 | \...

I think I have this done and ready for review and polish in #3037.

I'm not sure all of the considerations in https://github.com/martinvonz/jj/issues/2274#issuecomment-1941992244 are addressed though. I'm still setting the rewritten commit to the second commit, so any branches are moved to the second...

I created https://github.com/martinvonz/jj/issues/3419 to discuss what happens to branches when a commit is split. Currently both `jj split` and `jj split --siblings` move the branch to the second commit, so...

Closed by #3037. The new option is `--siblings`, although in hindsight maybe we should have named the flag `--parallelize` or `--parallel` to match `jj parallelize`. The short name `-p` would...

Sorry, the title was incorrect. It said ed25519-sk but this issue is actually for ecdsa-sk. In either case I think this is potentially different since it's the hardware security key...

FYI, this adds a dev dependency on `gpg`. The tests are failing for me locally since I don't have it installed. Might be worth documenting this somewhere if it isn't...

Yes, if "Request only an IPv6 prefix" is checked then everything works properly, or at least I have not been able to reproduce the issue with that option checked. I'm...