Waleed Khan
Waleed Khan
I agree that this would be useful, but I don't have any plans to work on it. You could try https://github.com/martinvonz/jj which *does* have a `jj amend -i` command.
> Out of curiosity, why is it this isn't something that's planned? Is it too much work to integrate the existing TUI with amend? The TUI is really great -...
When raising this error, we can check to see if `init` has been run, and, if not, include something in the error message suggesting to run it. We can infer...
@zachallaun feel free to open a separate issue. I don't personally plan to work on that in the near future, but I'd accept a PR implementing it.
> Could I ask — why the need to run git branchless init in each repo for commands like git sync? @max-sixty There are a lot of implicit dependencies in...
I created https://github.com/martinvonz/jj/pull/768 to handle a similar situation for `jj log`.
I opened https://github.com/martinvonz/jj/issues/3809 as my preferred solution.
By the way, I couldn't figure out how to get `sl pr` to work, so I submitted this manually 😦. ``` ~/Workspace/sapling $ sl ◉ @ 42e8d98a8 19 minutes ago...
Thanks for reporting. This looks like a similar cause as to the lack of support for submodules (both involve attempting to create a blob from a non-file).
> ~80% of the lines are bookkeeping — Attempting rebase in-memory... & Switched to branch 'main', etc. The output is 171 lines If your terminal has color enabled, then the...