You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether submodules should have jj repo features (a commit index, operation log)
I suspect it will be easiest to store them as full jj repos somewhere inside the top-level .jj/repo/ directory.
How submodules will be represented in the working copy.
I would start by storing them in the working copy as regular directories (maybe with a .git/ if we want to help the co-located case) and recorded in the working-copy state file as a new variant. Oh, we already have a variant for GitSubmodule, but we'd might need to extend that with some metadata. The idea is that we'd look at that when snapshotting the directory and we propagate it up to the superproject as a commit instead of a tree as we normally would for a regular directory.
How to fetch/push submodules from/to remotes.
My current feeling is that something like jj --submodule path/to/submodule git push should work.
This should answer:
Some requirements to consider are:
The text was updated successfully, but these errors were encountered: