Julien Vincent
Julien Vincent
Confirmed breaks on neovim 0.10+
For the longest time I have been running fidget.nvim on the `legacy` branch (I cannot remember why I was on that release) but I have now just updated to the...
I started work on adding an ssh backend - initial wip implementation based on the GpgBackend can be found here: https://github.com/julienvincent/jujutsu/commit/eb623e618182a21e1ec3796fa53170c3adfb5fe9 This commit was created and signed by that commit!...
A comment I have after using this - I don't think commands like `jj log` and `jj show` should show or verify the signature by default. 1) Even if someone...
Probably not constructive to this conversation, but I was wanting to do this and I concocted this monstrocity: ```bash jj log -r master+..tzyrpmnw --template 'change_id ++ "\n"' --no-graph | xargs...
Wow it was an absolute nightmare to get the tests passing on Windows. I even have access to a windows machine and this was like pulling teeth. So glad that's...
@martinvonz I think this PR should be ready for an initial review. I've managed to get all the tests passing and it seems to function well in my personal use...
@martinvonz @yuja Ok I think I have addressed everything (except for https://github.com/martinvonz/jj/pull/3007#discussion_r1489345364 which I'm not really sure is actionable). Ready for round 2 :)
Any further comments? Would love to get this merged!
@martinvonz Yea I have been regretting bundling in those changes with this PR. I can split those patches out, they are more or less self contained - but as you...