summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar CandyAngel <CandyAngel@web>2016-04-29 10:04:55 +0000
committerGravatar admin <admin@branchable.com>2016-04-29 10:04:55 +0000
commit7c6f13166abbd1a6be904d1f22eaf5cec63533c8 (patch)
tree6083175bec47ab68e66157bde4334468d7076b92
parenta14818c8e4441bac64f32ce0c84562d83b04162d (diff)
Added a comment
-rw-r--r--doc/forum/Is_it_possible_to_create_a_view_on_files_that___42__dont__42___have_a_field_set__63__/comment_1_f452c911b24ba40aef3be5bdaac9f9ee._comment11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/Is_it_possible_to_create_a_view_on_files_that___42__dont__42___have_a_field_set__63__/comment_1_f452c911b24ba40aef3be5bdaac9f9ee._comment b/doc/forum/Is_it_possible_to_create_a_view_on_files_that___42__dont__42___have_a_field_set__63__/comment_1_f452c911b24ba40aef3be5bdaac9f9ee._comment
new file mode 100644
index 000000000..032811d3c
--- /dev/null
+++ b/doc/forum/Is_it_possible_to_create_a_view_on_files_that___42__dont__42___have_a_field_set__63__/comment_1_f452c911b24ba40aef3be5bdaac9f9ee._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="CandyAngel"
+ subject="comment 1"
+ date="2016-04-29T10:04:55Z"
+ content="""
+You can do this, but it involves setting that field's value to something.
+
+ git annex metadata -s field?=untagged
+
+This will tag all files that don't have any 'field' values with 'untagged', so when you switch to the view, they will show up under 'untagged' (and you move/commit them to tag them).
+"""]]