From 51c6c9b0e2a211b6b2dbe0e58f32a1739000d17c Mon Sep 17 00:00:00 2001 From: "http://ypid.wordpress.com/" Date: Thu, 20 Mar 2014 20:48:17 +0000 Subject: [PATCH] --- doc/forum/view_including_files_with_no_tags.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/forum/view_including_files_with_no_tags.mdwn diff --git a/doc/forum/view_including_files_with_no_tags.mdwn b/doc/forum/view_including_files_with_no_tags.mdwn new file mode 100644 index 0000000000..7ed64fc7df --- /dev/null +++ b/doc/forum/view_including_files_with_no_tags.mdwn @@ -0,0 +1,5 @@ +Hi + +Is it possible to create a view which also includes files with no tag? + +I use something like `git annex view 'rating=*'` to view files sorted by rating but this view does not include files which don‘t have a rating yet. What I was looking for is a way to show tagged files and untagged files in one view.