From 4933d9623d5c3e0fcb17b353dd2646c465cbba10 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sat, 26 Nov 2011 18:24:35 +0000 Subject: [PATCH] Add a TODO concerning .nonstow. --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index 01d6fda..2b9a1a8 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,9 @@ +* Distinguish between .stow and (undocumented) .nonstow +** .stow is for marking stow directories - avoids altering them + but also allows --override to work +** .nonstow should be only for protecting non-stow directories against modification by stow + but currently allows modification via --override. +** Documentation needs to be clear on this. * Prevent folding of directories which contain ignored files * Honour .no-stow-folding and --no-folding * Add semi-automatic conflict resolution