aboutsummaryrefslogtreecommitdiffstats
path: root/notes/drive.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-11-24 18:49:52 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-11-24 18:50:15 -0800
commit82a4ce577b9da17e7eccc78b04b7e2e96b809b75 (patch)
tree2c64d48f0caefa06136bbc499e9226d7776326c3 /notes/drive.md
parent0dae9ee7057145fdc6761199f0292d103f5bd0c4 (diff)
downloadgeniza-82a4ce577b9da17e7eccc78b04b7e2e96b809b75.tar.gz
geniza-82a4ce577b9da17e7eccc78b04b7e2e96b809b75.zip
notes/updates
Diffstat (limited to 'notes/drive.md')
-rw-r--r--notes/drive.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/notes/drive.md b/notes/drive.md
index 8148acf..9116117 100644
--- a/notes/drive.md
+++ b/notes/drive.md
@@ -18,3 +18,10 @@ The current path counts as an entry (eg, "/README" decomposes to "/" and
Entry indexes are effectively 1-based (0 is the pubkey entry); don't correct
for this.
+
+In children:
+- Changes/edits to a path entirely replace the old entry index with the new
+ index.
+- removals of an entry are done by writing a new entry with the same path, no
+ stat data, and with all child paths removed (of this index and the old
+ index).