Open istudyatuni opened 4 days ago
Submodule support is pretty minimal. You need to do git commit
before the change is snapshotted by jj st
.
All files from submodule also are added
Maybe we should ignore files in the nested repo, no matter if it is a submodule or not.
Description
Changelog for v0.6.0 states that "Git submodules are now ignored completely", but that's not work (even on v0.6). Am I missing something?
Steps to Reproduce the Problem
Expected Behavior
Only .gitmodules file is added
Actual Behavior
All files from submodule are also added
Specifications
v0.6 tested with
nix shell 'github:martinvonz/jj?ref=v0.6.0'