Apparently many of our subtrees get modified by PRs in this repository, without getting noticed.
To improve upon this:
- Make git-subtree-check.sh capable of doing a weaker consistency check (that doesn't need access to external repositories), but which should be sufficient to detect unintended changes. It can be fooled by a fake subtree merge commit, but that would hopefully be obvious to reviewers.
- Make Travis invoke this subtree check for each of our subtrees.
Note that Travis is currently expected to fail on this PR, as 2 out of 4 subtrees (src/secp156k1 and src/univalue have been modified directly in master).