added suggestion: let git-annex-matching-options query .gitattributes
authorIlya_Shlyakhter <Ilya_Shlyakhter@web>
Sat, 17 Apr 2021 20:38:09 +0000 (20:38 +0000)
committeradmin <admin@branchable.com>
Sat, 17 Apr 2021 20:38:09 +0000 (20:38 +0000)
doc/todo/let_git-annex-matching-options_query_gitattributes.mdwn [new file with mode: 0644]

diff --git a/doc/todo/let_git-annex-matching-options_query_gitattributes.mdwn b/doc/todo/let_git-annex-matching-options_query_gitattributes.mdwn
new file mode 100644 (file)
index 0000000..bb6b72d
--- /dev/null
@@ -0,0 +1,3 @@
+To [[git-annex-matching-options]], add `--gitattribute` option analogous to the current `--metadata` option but reading a value from [`.gitattributes`](https://git-scm.com/docs/gitattributes).
+
+Unclear what to do when different repo paths with conflicting `.gitattributes` point to the same content, but that can already happen with `--include=glob/--exclude=glob`?   How is it handled there?