mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 02:20:53 +00:00
Does a checkout of the full commit history and checks the status integrity of each subtree using the git-subtree-check.sh provided in contrib/devtools. Default subtree remotes are defined in the new file contrib/subtrees.json
18 lines
401 B
JSON
18 lines
401 B
JSON
[
|
|
{
|
|
"name": "univalue-subtree",
|
|
"path": "src/univalue",
|
|
"remote": "https://github.com/dogecoin/univalue-subtree.git"
|
|
},
|
|
{
|
|
"name": "secp256k1-subtree",
|
|
"path": "src/secp256k1",
|
|
"remote": "https://github.com/bitcoin-core/secp256k1.git"
|
|
},
|
|
{
|
|
"name": "leveldb-subtree",
|
|
"path": "src/leveldb",
|
|
"remote": "https://github.com/bitcoin-core/leveldb-subtree"
|
|
}
|
|
]
|