This commit is contained in:
Dennis 2014-02-21 21:51:55 +00:00 committed by admin
parent 3585596b6f
commit 8cce997e1f

View file

@ -0,0 +1,5 @@
Is there any way to find all files that do not have a certain field assigned in metadata. E.g. I want to find all files that do not have an author field set and
git-annex find --not --metadata "author=*"
doesn't give any results.