diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-20 12:37:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-20 12:37:28 -0400 |
commit | fc96a1be26f0ecc1d0bcac434f0f7368b1cc5941 (patch) | |
tree | cb6f4c98e6e8febfc9d07797878a96f96a0d7b52 | |
parent | 18f2547d62cc3240f9ea67f957dbf8cf6855aa62 (diff) |
todo: git annex add while on view, what to do?
-rw-r--r-- | doc/design/metadata.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/design/metadata.mdwn b/doc/design/metadata.mdwn index c1d1ef1dd..999e0960c 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 |