|
|
|
|
|
by steveklabnik
497 days ago
|
|
Ah, I use `jj` on WSL every day, so I was confused at first, but that's because I don't share the drive there any more. That absolutely makes sense as a blocker. The autocrlf bit is a bit of a bummer on Windows, too. > Another relatively minor inconvenience is its inability to use your SSH configs. This should be much better as of last week's release, when you can say "please use git as a subprocess rather than libgit2/gix". |
|
> The autocrlf bit is a bit of a bummer on Windows, too.
autocrlf is always a bit of mess, to be fair, even when using git. There's never a single good setting because some projects do, for whatever reason, use CRLF for their line endings. (I recently spent 15+ minutes going through my git config and editor config and carefully making sense of things, trying to see why there were spurious line ending changes in my commit, before realizing this project I was contributing to used a mix of LF and CRLF endings in different files!)
[1] https://steveklabnik.github.io/jujutsu-tutorial/