Evan Mesterhazy
Evan Mesterhazy
## Description `jj git clone [email protected]:martinvonz/jj.git` fails if the user is using an SSH key with a hardware security key such as the types described in Github's [SSH key documentation](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#generating-a-new-ssh-key-for-a-hardware-security-key)....
If the --siblings option is used, the target commit is split into two sibling commits instead of parent and child commits. Any children of the original commit will have both...
**Important notices** Before you add a new report, we ask you kindly to acknowledge the following: - [x] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md - [x] I...
I am reading through the code and trying to add documentation as I go.
@martinvonz what do you consider to be the "canonical" topological order for commits in the repo? I would expect that it is parents before children, where the DAG is written...
This feature is still a work in progress. To use advance-branches, you need to adjust your `config.toml`. The feature can be enabled globally with overrides, or disabled globally (the default)...
## Steps to Reproduce the Problem 1. Create a text file with contents and commit it. 1. Create a second commit that truncates the contents to zero bytes but does...
I'm forking this off of https://github.com/martinvonz/jj/issues/2274#issuecomment-2028818012 where Martin wrote: >> I don't think that checking out the second commit is an issue (presumably we have to pick one), but perhaps...