This commit is contained in:
eigengrau 2015-05-31 14:30:37 +00:00 committed by admin
parent 33e551952e
commit bcd7edbc3a

View file

@ -0,0 +1 @@
Is it technically possible for the metadata interface to also support regular git objects, so that committed files or directories were also subject to tagging? For most metadata-related intents and purposes it seems Id like to treat annexed and regular files alike; so Id like to tag the LaTeX/ReST/etc. source for a presentation the same way I treat the output PDF, only that the former are likely not annexed. In the design docs it says metadata is attached to annex keys. Could it equally be attached to git blobs and trees, or would that break horribly somewhere?