From 44aad24f30170f3d0277ed30f865ed554a506df1 Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Sat, 17 Apr 2021 20:38:09 +0000 Subject: [PATCH] added suggestion: let git-annex-matching-options query .gitattributes --- .../let_git-annex-matching-options_query_gitattributes.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/todo/let_git-annex-matching-options_query_gitattributes.mdwn 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 index 0000000000..bb6b72ddd8 --- /dev/null +++ b/doc/todo/let_git-annex-matching-options_query_gitattributes.mdwn @@ -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?