clan-cli: use intent-to-add for files under CLAN_NO_COMMIT #7657
Reference in New Issue
Block a user
Delete Branch "push-yxrlrnqopwyl"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When CLAN_NO_COMMIT is set, register files with
git add --intent-to-addinstead of fully staging them. The files still join git's tracked set so Nix flakes can see them, but their content is neither staged nor committed.This is useful if you use
jjand during secrets generation whenCLAN_NO_COMMITis set, so that nix sees the files.Description of the change
Checklist
New major features