From 2f52fa60d1afaf95f4c96b979373eda27e3782ec Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 20 Feb 2014 12:37:28 -0400 Subject: [PATCH] todo: git annex add while on view, what to do? --- doc/design/metadata.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/design/metadata.mdwn b/doc/design/metadata.mdwn index c1d1ef1dda..999e0960cc 100644 --- a/doc/design/metadata.mdwn +++ b/doc/design/metadata.mdwn @@ -182,3 +182,7 @@ So, possible approaches: * Assistant needs to know about views, so it can update metadata when files are moved around inside them. TODO + +* What happens if git annex add or the assistant add a new file while on a + view? If the file is not also added to the master branch, it will be lost + when exiting the view. TODO