Top "Subtree" questions

Boost 1.46.1, Property Tree: How to iterate through ptree receiving sub ptrees?

First of all I shall say that I think I got how it should be done but my code will …

c++ boost subtree boost-propertytree boost-foreach
git subtree pull says that the working tree has modifications, but git status says it doesn't. What gives?

If I do this in one of my repositories: git subtree pull --prefix=frameworks/AquaticPrime --squash AquaticPrime I get this: …

git subtree
How to push to git subtree?

I added a subtree on git which seems to be working. I went into the directory and made some changes …

git git-subtree subtree
How to remove git subtree reference

I added a subtree via git subtree add --prefix=path/to/example --squash [email protected]:johndoe/example.git master …

git git-subtree subtree
Find all subtrees in a tree matching a given subtree in Java

I am writing code in Java that uses an unordered, rooted tree where each node may have any number of …

java tree matching subtree isomorphism