As suggested in #5952: a script to verify that subtree contents matches upstream subtree.
Add git-subtree-check.sh script #5965
pull sipa wants to merge 1 commits into bitcoin:master from sipa:checksubtree changing 2 files +87 −0-
sipa commented at 12:54 AM on April 3, 2015: member
-
Add git-subtree-check.sh script 5ff94c630e
-
fanquake commented at 4:21 AM on April 5, 2015: member
Testing. @sipa Does this match what you'd expect to see?
bash-3.2$ contrib/devtools/git-subtree-check.sh src/secp256k1 src/secp256k1 in HEAD was last updated to upstream commit 50cc6ab0625efda6dddf1dc86c1e2671f069b0d8 (tree 3b675a638355f8ccad0474900fed0bffcda8e62a) src/secp256k1 in HEAD currently refers to tree 3b675a638355f8ccad0474900fed0bffcda8e62a GOOD bash-3.2$ contrib/devtools/git-subtree-check.sh src/leveldb src/leveldb in HEAD was last updated to upstream commit 7d41e6f89ff04ce9e6a742932924796f69c6e23d (tree ab3e90ac840140eb5bec8a5c69bf890162a43941) src/leveldb in HEAD currently refers to tree ab3e90ac840140eb5bec8a5c69bf890162a43941 GOOD -
sipa commented at 4:46 AM on April 5, 2015: member
You indeed expect it to say 'GOOD'.
Note that it will fail for src/secp256k1 in 0.10, as that has local modifications on top of the upstream import.
- laanwj added the label Docs and Output on Apr 8, 2015
- laanwj merged this on Apr 8, 2015
- laanwj closed this on Apr 8, 2015
- laanwj referenced this in commit 7c6bfb10ea on Apr 8, 2015
- MarcoFalke locked this on Sep 8, 2021
Labels