chiark / gitweb /
Implement -EE (copy-edit-all)
[nailing-cargo.git] / README.md
index 3269cde5389ab62a00d4b70d74e2b7c347664360..893a698194a69639126b5226a34b374e65bfc1d2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -418,6 +418,11 @@ WASM="wasm32-unknown-unknown"
     tracked filles* can be edited by the cargo command; edits to
     other files, and creation of new files, will be ignored.
 
+    When this option is repeated (**`-EE`**), the cargo subcommand can
+    create new files including dotfiles (but nothing in the toplevel
+    `target` and nothing called `.git`).  (This also enables
+    `--preclean=src` by default.)
+
     If you are running out of tree builds for privsep reasons, you
     should use git to review the edits made by the cargo command and
     either stage and commit them, or reject them.