Image a node where I define a reference to another git repo where the branch continues.
I can image a reserved attribute
fmf_subtree:
url: https://github.com/...
reference: master
such repo would be pulled and the tree would be simply extended by this part.
It is still questionable how the inheritance should behave at such points where a new fmf tree begins. This might be controlled by another attribute of fmf_subtree, e.g. boolean inheritance.
fmf_subtree:
url: https://github.com/...
reference: master
inheritance: true
Image a node where I define a reference to another git repo where the branch continues.
I can image a reserved attribute
such repo would be pulled and the tree would be simply extended by this part.
It is still questionable how the inheritance should behave at such points where a new fmf tree begins. This might be controlled by another attribute of fmf_subtree, e.g. boolean inheritance.