From 627fe280b0c8ae7a0f6b55f05829b65b349533e0 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Fri, 3 May 2019 15:21:41 +0000 Subject: [PATCH] Added a comment: question about .gitattributes --- ...3_6537bd785997501a9708682acd91f9f6._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/git-annex-metadata/comment_3_6537bd785997501a9708682acd91f9f6._comment diff --git a/doc/git-annex-metadata/comment_3_6537bd785997501a9708682acd91f9f6._comment b/doc/git-annex-metadata/comment_3_6537bd785997501a9708682acd91f9f6._comment new file mode 100644 index 0000000000..b47ee3d7be --- /dev/null +++ b/doc/git-annex-metadata/comment_3_6537bd785997501a9708682acd91f9f6._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="question about .gitattributes" + date="2019-05-03T15:21:41Z" + content=""" +Joey, I feel like I have asked it before, but can't quickly search it up, so asking again (sorry if repeating). By + +> To attach metadata to a particular path, rather than a particular key, use .gitattributes . + +you meant attaching some other metadata, not really \"git-annex\" metadata, right? +Or there is a way to specify metadata `key=value` pairs to be attached to annexed files, e.g. smth like + +``` +*_scans.json annex.metadata=(distribution-restrictions=sensitive) +``` +? +"""]]